[Bug ld/21274] New: ld segfaults linking PE DLL

2017-03-19 Thread kyrab at mail dot ru
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

[Bug ld/21274] ld segfaults linking PE DLL

2017-03-19 Thread kyrab at mail dot ru
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

[Bug binutils/21266] Unstable qsort in bfd/elf64-ppc.c results in difference in ld's TLS opt 3 test on Windows

2017-03-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21266 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug binutils/21266] Unstable qsort in bfd/elf64-ppc.c results in difference in ld's TLS opt 3 test on Windows

2017-03-19 Thread amodra at gmail dot com
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

[Bug binutils/21266] Unstable qsort in bfd/elf64-ppc.c results in difference in ld's TLS opt 3 test on Windows

2017-03-19 Thread cvs-commit at gcc dot gnu.org
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

[Bug binutils/21266] Unstable qsort in bfd/elf64-ppc.c results in difference in ld's TLS opt 3 test on Windows

2017-03-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21266 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/21274] ld segfaults linking PE DLL

2017-03-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21274 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|