Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 335680 Details for
Bug 452178
app-misc/pax-utils: w/python3: lddtree.py passes unicode buffers to pyelftools which expects byte buffers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
lddtree.patch (text/plain), 457 bytes, created by
Oleh
on 2013-01-15 06:06:34 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Oleh
Created:
2013-01-15 06:06:34 UTC
Size:
457 bytes
patch
obsolete
>--- lddtree.py >+++ lddtree.py >@@ -186,7 +186,7 @@ > for ldpath in ldpaths: > path = os.path.join(ldpath, lib) > if os.path.exists(path): >- with open(path) as f: >+ with open(path, "rb") as f: > libelf = ELFFile(f) > if CompatibleELFs(elf, libelf): > return path >@@ -231,7 +231,7 @@ > 'libs': _all_libs, > } > >- with open(path) as f: >+ with open(path, "rb") as f: > elf = ELFFile(f) > > # If this is the first ELF, extract the interpreter.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452178
: 335680