Issue 48839 in oss-fuzz: binutils:fuzz_nm: Heap-double-free in fuzz_display_file2
Updates: Labels: -restrict-view-commit Comment #3 on issue 48839 by sheriffbot: binutils:fuzz_nm: Heap-double-free in fuzz_display_file2 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48839#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.
[Bug binutils/29342] RISC-V 32: disassembly mishandles negative symbols
https://sourceware.org/bugzilla/show_bug.cgi?id=29342 H. Peter Anvin changed: What|Removed |Added Summary|RISC-V 32: disassembly |RISC-V 32: disassembly |mishandles symbols |mishandles negative symbols -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/29349] New: ADR instructions generate wrong offsets in Thumb code for armv7-m
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Bug ID: 29349 Summary: ADR instructions generate wrong offsets in Thumb code for armv7-m Product: binutils Version: 2.37 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: Mr.Bossman075 at gmail dot com Target Milestone: --- In U-Boot after this commit, armv7-m fails to boot because of this commit. https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=d3e52e120b68bf19552743fbc078e0a759f48cb7 The bug is demonstrated below in a cleaner format: ``` .syntax unified .global bug; .align 4 bugs: adr r3, bugs .size bugs, .-bugs .type bugs 2; // This changes offset from 4 to 3 in include/linux/linkage.h:ENDPROC //arm-linux-gnueabi-as -march=armv7-m -c -o bug.o bug.S && arm-linux-gnueabi-objdump --disassemble=bug bug.o ``` what is more confusing is https://sourceware.org/binutils/docs/as/ARM-Opcodes.html conflicts with the arm docs about the ADR instruction giving a multiple of 4 on thumb. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||dwelch at dwelch dot com, ||Mr.Bossman075 at gmail dot com -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||max at marrone dot nyc -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||petemoore at gmx dot net -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||tnfchris at sourceware dot org -- You are receiving this mail because: You are on the CC list for the bug.