[Bug gold/28871] gold: --no-define-common is incompatible with GNU ld

2022-02-08 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28871 --- Comment #3 from Fangrui Song --- The semantics are different. % ld.bfd -r --no-define-common a.o -o a.ro && readelf -Ws a.ro ld.bfd: --no-define-common may not be used without -shared % ld.bfd -shared --no-define-common a.o -o a.so && re

[Bug gold/28871] gold: --no-define-common is incompatible with GNU ld

2022-02-08 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28871 --- Comment #2 from Cary Coutant --- I do not see how gold's --no-define-common is incompatible with ld's. According to the ld manual, and from looking at the original ld patch, they seem to do exactly the same thing, which is in fact the oppo

Issue 40823 in oss-fuzz: binutils:fuzz_objcopy: Use-of-uninitialized-value in cache_bwrite

2022-02-08 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit -deadline-approaching Deadline-Exceeded Comment #4 on issue 40823 by sheriffbot: binutils:fuzz_objcopy: Use-of-uninitialized-value in cache_bwrite https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40823#c4 This bug has exceeded our disclosure de

Issue 40892 in oss-fuzz: binutils:fuzz_addr2line: Undefined-shift in place_sections

2022-02-08 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit -deadline-approaching Deadline-Exceeded Comment #4 on issue 40892 by sheriffbot: binutils:fuzz_addr2line: Undefined-shift in place_sections https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40892#c4 This bug has exceeded our disclosure deadline.

Issue 41052 in oss-fuzz: binutils:fuzz_as: Null-dereference READ in section_symbol

2022-02-08 Thread sheriffbot via monorail
Updates: Labels: Deadline-Approaching Comment #2 on issue 41052 by sheriffbot: binutils:fuzz_as: Null-dereference READ in section_symbol https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41052#c2 This bug is approaching its deadline for being fixed, and will be automatically derestr

Issue 41034 in oss-fuzz: binutils:fuzz_bfd_ext: Direct-leak in bfd_zmalloc

2022-02-08 Thread sheriffbot via monorail
Updates: Labels: Deadline-Approaching Comment #2 on issue 41034 by sheriffbot: binutils:fuzz_bfd_ext: Direct-leak in bfd_zmalloc https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41034#c2 This bug is approaching its deadline for being fixed, and will be automatically derestricted wi

Re: Is this a bug?

2022-02-08 Thread Nick Clifton
Hi Zane, Hi. I am trying to compile binutils 2.37. But when the Makefile run > gcc.exe: fatal error: no input files What do I do? There is some suspicious quoting in the command line, starting with: "-DBINDIR=\\C:/test/normalGcc/bin\" (Note how the closing quote is escaped) And ending wi

[Bug binutils/28862] heap-buffer-overflow in parse_stab_string

2022-02-08 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28862 Alan Modra changed: What|Removed |Added Assignee|unassigned at sourceware dot org |amodra at gmail dot com Target

[Bug binutils/28862] heap-buffer-overflow in parse_stab_string

2022-02-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28862 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=481153777e278b71e694fd2db6b897f7a9e3dcb8 commit 481153777e278b71e694fd2db6b89

[Bug gold/28871] New: gold: --no-define-common is incompatible with GNU ld

2022-02-08 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28871 Bug ID: 28871 Summary: gold: --no-define-common is incompatible with GNU ld Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug gold/28871] gold: --no-define-common is incompatible with GNU ld

2022-02-08 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28871 --- Comment #1 from Fangrui Song --- https://sourceware.org/pipermail/binutils/2022-February/119689.html [PATCH] gold: Remove GNU ld incompatible --[no-]define-common [BZ #28871] -- You are receiving this mail because: You are on the CC list