https://sourceware.org/bugzilla/show_bug.cgi?id=21274
Bug ID: 21274
Summary: ld segfaults linking PE DLL
Product: binutils
Version: unspecified
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ld
https://sourceware.org/bugzilla/show_bug.cgi?id=21274
--- Comment #1 from awson ---
Better wording:
`pe_create_import_fixup` uses fixed-sized buffer to create decorated names, but
this buffer is too small (300 bytes) and is easily overflowed by long mangled
names.
--
You are receiving this mai
https://sourceware.org/bugzilla/show_bug.cgi?id=21266
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=21266
--- Comment #2 from Alan Modra ---
This one is easy to fix in elf64-ppc.c, because we are sorting an array of
pointers. The value of the pointer can be the final key.
--
You are receiving this mail because:
You are on the CC list for the bu
https://sourceware.org/bugzilla/show_bug.cgi?id=21266
--- Comment #3 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Alan Modra :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aaed6f5be3a41a88cc13c744e88af78f5a42dd5b
commit aaed6f5be3a41a88cc13c744e88af
https://sourceware.org/bugzilla/show_bug.cgi?id=21266
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21274
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|