[Bug binutils/25876] Demangling support for "spaceship operator"
https://sourceware.org/bugzilla/show_bug.cgi?id=25876 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID CC||nickc at redhat dot com --- Comment #1 from Nick Clifton --- Hi Matt, Thanks for letting us know about this problem. Unfortunately the issue it actually with the demangler code in the libiberty library which is maintained by gcc rather than the binutils. (The binutils project uses the library but it does not own it). Please could you refile this bug report here: https://gcc.gnu.org/bugzilla/enter_bug.cgi?product=gcc Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.
Issue 21339 in oss-fuzz: binutils:fuzz_bfd: Use-of-uninitialized-value in msdos_object_p
Updates: Labels: -restrict-view-commit Comment #3 on issue 21339 by sheriffbot: binutils:fuzz_bfd: Use-of-uninitialized-value in msdos_object_p https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21339#c3 This bug has been fixed for 30 days. 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.
Issue 21400 in oss-fuzz: binutils:fuzz_readelf: Direct-leak in make_qualified_name
Updates: Labels: -restrict-view-commit Comment #3 on issue 21400 by sheriffbot: binutils:fuzz_readelf: Direct-leak in make_qualified_name https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21400#c3 This bug has been fixed for 30 days. 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.
Issue 21324 in oss-fuzz: binutils:fuzz_disassemble: Use-of-uninitialized-value in find_format
Updates: Labels: -restrict-view-commit Comment #3 on issue 21324 by sheriffbot: binutils:fuzz_disassemble: Use-of-uninitialized-value in find_format https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21324#c3 This bug has been fixed for 30 days. 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.
Issue 21326 in oss-fuzz: binutils:fuzz_disassemble: Use-of-uninitialized-value in bfd_h8_disassemble
Updates: Labels: -restrict-view-commit Comment #3 on issue 21326 by sheriffbot: binutils:fuzz_disassemble: Use-of-uninitialized-value in bfd_h8_disassemble https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21326#c3 This bug has been fixed for 30 days. 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 gas/25878] New: Error: file table slot 1 is already occupied by a different file
https://sourceware.org/bugzilla/show_bug.cgi?id=25878 Bug ID: 25878 Summary: Error: file table slot 1 is already occupied by a different file Product: binutils Version: 2.35 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: ndesaulniers at google dot com CC: dblaikie at gmail dot com, echristo at gmail dot com, i at maskray dot me, nickc at redhat dot com, paul_robinson at playstation dot sony.com Target Milestone: --- Created attachment 12492 --> https://sourceware.org/bugzilla/attachment.cgi?id=12492&action=edit core.s I spent some more time this weekend looking to enable DWARF-5 support in the Linux kernel. We make further progress, then hit a snag. I ran into an issue with GAS that looks like maybe a bug in GAS? Attached is a pared down assembler source file. If I run it through GAS via: $ as -gdwarf-5 core.s core.s: Assembler messages: core.s:13: Error: file table slot 1 is already occupied by a different file (/home/nick/linux/core.s vs ./include/linux/types.h) I suspect that slot 1 was auto assigned the filename? (maybe that should be skipped for dwarf-5?) -- You are receiving this mail because: You are on the CC list for the bug.