[Bug binutils/17512] segfault in PE parser / _bfd_pei_swap_aouthdr_in
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #69 from Nick Clifton --- Hi Hanno, Hi Alexander, Right - please update your master branch sources and try again. In theory all of the test cases that you have posted to this issue should now run without generating any valgrind or address sanitizer problems... Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17552] strip/objcopy: directory traversal
https://sourceware.org/bugzilla/show_bug.cgi?id=17552 --- Comment #12 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, master has been updated via 5e186ece2feebb46e63ff6bb2d2490aad0d5a724 (commit) from 36e9d67b868c85232ab630514260f0d9c9c6b27b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5e186ece2feebb46e63ff6bb2d2490aad0d5a724 commit 5e186ece2feebb46e63ff6bb2d2490aad0d5a724 Author: Nick Clifton Date: Mon Nov 10 14:28:43 2014 + Fix objcopy and strip so that they remove their temporary files even if an error occurs. PR binutils/17552 * (copy_archive): Clean up temporary files even if an error occurs. --- Summary of changes: binutils/ChangeLog |6 ++ binutils/objcopy.c | 21 ++--- 2 files changed, 20 insertions(+), 7 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17531] readelf -a crashes on fuzzed samples
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #19 from Nick Clifton --- Hi Alexander. Please try again ... Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17531] readelf -a crashes on fuzzed samples
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #20 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, master has been updated via 4082ef846466438ea2cd5b3606f304f6fded152b (commit) from 5e186ece2feebb46e63ff6bb2d2490aad0d5a724 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4082ef846466438ea2cd5b3606f304f6fded152b commit 4082ef846466438ea2cd5b3606f304f6fded152b Author: Nick Clifton Date: Mon Nov 10 16:32:32 2014 + More fixes for assertion failures and out-of-bounds reads by readelf. PR binutils/17531 * (ia64_process_unwind): Replace assertion with an error message. Add range checking for group section indicies. (hppa_process_unwind): Replace assertion with an error message. (process_syminfo): Likewise. (decode_arm_unwind_bytecode): Add range checking. (dump_section_as_strings): Add more string range checking. (display_tag_value): Likewise. (display_arm_attribute): Likewise. (display_gnu_attribute): Likewise. (display_tic6x_attribute): Likewise. (display_msp430x_attribute): Likewise. --- Summary of changes: binutils/ChangeLog | 15 + binutils/readelf.c | 179 +--- 2 files changed, 143 insertions(+), 51 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17512] segfault in PE parser / _bfd_pei_swap_aouthdr_in
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #70 from Alexander Cherepanov --- FTR: It seems the number of the bug in the commit is mistyped as PR binutils/17521. The commit is here: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=36e9d67b868c85232ab630514260f0d9c9c6b27b -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17575] New: make distclean on git head fails with error
https://sourceware.org/bugzilla/show_bug.cgi?id=17575 Bug ID: 17575 Summary: make distclean on git head fails with error Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hanno at hboeck dot de Created attachment 7917 --> https://sourceware.org/bugzilla/attachment.cgi?id=7917&action=edit output of failed make distclean When I try to run make distclean on a compiled git head tree of binutils it fails and seems not to remove everything. A number of stale Makefiles, .gmo, .Po files and others are not getting removed. See attached log. Steps to reproduce: 1. Checkout latest binutils-gdb tree from git head 2. ./configure; make 3. make distclean -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17512] segfault in PE parser / _bfd_pei_swap_aouthdr_in
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #71 from Hanno Boeck --- I still see some odd things. Three files cause severe ressource usage and long loops: 079-116340-0.004 (part of attachment 7910) 078-13914-0.004 (part of attachment 7886) 1315-linux-omagic (attachment 7880) Also I think I haven't uploaded this file before, I have one elf sample here that exposes more uninitialized values in valgrind (will upload in a minute, 0_001_1604-hello-debug-cflags ). -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/17512] segfault in PE parser / _bfd_pei_swap_aouthdr_in
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #72 from Hanno Boeck --- Created attachment 7918 --> https://sourceware.org/bugzilla/attachment.cgi?id=7918&action=edit elf exposing uninitialized value access with valgrind -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/3298] -mrelax broken for sh-elf
https://sourceware.org/bugzilla/show_bug.cgi?id=3298 --- Comment #3 from Joern Rennecke --- One thing that I just noticed while browsing through sh_elf_relax_delete_bytes is that we don't process R_SH_ALIGN properly; i.e. when we stop at a larger alignment, we should should check if we should now remove bytes of the full size of the alignment. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/17538] --threads options cause random crashes with gcc 4.9.2
https://sourceware.org/bugzilla/show_bug.cgi?id=17538 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Cary Coutant --- Fixed with: https://sourceware.org/ml/binutils-cvs/2014-11/msg00057.html -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
Problem in binutils-2.24.90.pot
Hello, The message in binutils/readelf.c line 5063 is corrupted in the pot file. It can't be translated. Beside, it is referred as readelf.c:5052 in the pot file. The line number is wrong but that's unimportant. Frédéric ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils