[Bug binutils/17512] segfault in PE parser / _bfd_pei_swap_aouthdr_in

2014-12-04 Thread cherepan at mccme dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #122 from Alexander Cherepanov --- Created attachment 7993 --> https://sourceware.org/bugzilla/attachment.cgi?id=7993&action=edit More crashes for `objdump -afphxgGtTrRwW --special-syms` elfutils seems to have a nice tests... F

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-12-04 Thread cherepan at mccme dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #52 from Alexander Cherepanov --- Created attachment 7994 --> https://sourceware.org/bugzilla/attachment.cgi?id=7994&action=edit More crashes for `readelf -agteAruhlsSdIncVWw --dyn-syms -D` Files: 18 Errors: 12 Conditional

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-12-04 Thread cherepan at mccme dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #53 from Alexander Cherepanov --- Created attachment 7995 --> https://sourceware.org/bugzilla/attachment.cgi?id=7995&action=edit More aborts for `readelf -agteAruhlsSdIncVWw --dyn-syms -D` Files: 2 Errors: 2 No assertion i

[Bug binutils/17677] _bfd_elf_get_synthetic_symtab runs in O(n^2) complexity after commit 5840bf271c87c3fc14739173fdc91c6a14057130

2014-12-04 Thread tohava at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17677 --- Comment #2 from Ori Bar --- For me it happened on x86-64 on a linux shared object with lots of exported symbols. I see no reason to assume this problem cannot happen on i386 though. -- You are receiving this mail because: You are on the

[Bug binutils/17677] _bfd_elf_get_synthetic_symtab runs in O(n^2) complexity after commit 5840bf271c87c3fc14739173fdc91c6a14057130

2014-12-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17677 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch,

[Bug binutils/17677] _bfd_elf_get_synthetic_symtab runs in O(n^2) complexity after commit 5840bf271c87c3fc14739173fdc91c6a14057130

2014-12-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17677 --- Comment #4 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch,

[Bug binutils/17677] _bfd_elf_get_synthetic_symtab runs in O(n^2) complexity

2014-12-04 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17677 H.J. Lu changed: What|Removed |Added Summary|_bfd_elf_get_synthetic_symt |_bfd_elf_get_synthetic_symt

[Bug binutils/17677] _bfd_elf_get_synthetic_symtab runs in O(n^2) complexity

2014-12-04 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17677 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW Target Milestone|---