[Bug gas/29487] New: all/gas.exp test failure (new in 2.39): FAIL: .equ redefinitions (3)

2022-08-14 Thread dilfridge at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29487 Bug ID: 29487 Summary: all/gas.exp test failure (new in 2.39): FAIL: .equ redefinitions (3) Product: binutils Version: 2.39 Status: NEW Severity: normal

[Bug gas/29487] all/gas.exp test failure (new in 2.39): FAIL: .equ redefinitions (3)

2022-08-14 Thread dilfridge at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29487 Andreas K. Huettel changed: What|Removed |Added CC||toolchain at gentoo dot org --

Issue 49081 in oss-fuzz: binutils:fuzz_objdump: Undefined-shift in som_set_reloc_info

2022-08-14 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 49081 by sheriffbot: binutils:fuzz_objdump: Undefined-shift in som_set_reloc_info https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49081#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffb

Issue 49134 in oss-fuzz: binutils:fuzz_strings: Null-dereference in spu_elf_object_p

2022-08-14 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 49134 by sheriffbot: binutils:fuzz_strings: Null-dereference in spu_elf_object_p https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49134#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbo

Issue 50018 in oss-fuzz: binutils:fuzz_objdump: Null-dereference READ in som_set_reloc_info

2022-08-14 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 50018 by sheriffbot: binutils:fuzz_objdump: Null-dereference READ in som_set_reloc_info https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50018#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sh

[Bug gas/29487] all/gas.exp test failure (new in 2.39): FAIL: .equ redefinitions (3)

2022-08-14 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29487 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug gas/29487] all/gas.exp test failure (new in 2.39): FAIL: .equ redefinitions (3)

2022-08-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29487 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/29489] New: dlltool is not deterministic

2022-08-14 Thread mh-sourceware at glandium dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29489 Bug ID: 29489 Summary: dlltool is not deterministic Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: binuti

[Bug binutils/29491] New: program strip-new bug report

2022-08-14 Thread sophrosx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29491 Bug ID: 29491 Summary: program strip-new bug report Product: binutils Version: 2.39 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils

[Bug binutils/29362] Some memory leaks occur when binutils code is tested using the binutils fuzz test suite.

2022-08-14 Thread shenxiaogll at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29362 --- Comment #1 from Cunlong Li --- Created attachment 14277 --> https://sourceware.org/bugzilla/attachment.cgi?id=14277&action=edit Fix some memory leaks in objcopy.c I try to fix memory leak about symbol_htabs in objcopy. Please check it o

[Bug binutils/29491] program strip-new bug report

2022-08-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29491 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/29362] Some memory leaks occur when binutils code is tested using the binutils fuzz test suite.

2022-08-14 Thread shenxiaogll at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29362 --- Comment #2 from Cunlong Li --- Created attachment 14278 --> https://sourceware.org/bugzilla/attachment.cgi?id=14278&action=edit Fix memory leak in objcopy.c Fix memory leak in objcopy.c Please check it out. -- You are receiving this m

[Bug binutils/29362] Some memory leaks occur when binutils code is tested using the binutils fuzz test suite.

2022-08-14 Thread shenxiaogll at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29362 --- Comment #3 from Cunlong Li --- Created attachment 14279 --> https://sourceware.org/bugzilla/attachment.cgi?id=14279&action=edit Fix some memory leaks in dwarf.c and objdump.c I try to fix memory leak about free_debug_. Please check