[Bug gold/23856] Executables linked with gold against musl segfault at startup
https://sourceware.org/bugzilla/show_bug.cgi?id=23856 Nick Bowler changed: What|Removed |Added CC||nbowler at draconx dot ca -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/29006] dll_symname use after free
https://sourceware.org/bugzilla/show_bug.cgi?id=29006 --- Comment #12 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=678dc756a5741d278be2e14630bc10d2fb31a22a commit 678dc756a5741d278be2e14630bc10d2fb31a22a Author: Alan Modra Date: Thu May 12 12:55:20 2022 +0100 Fix an illegal memory access when creating DLLs. PR 29006 * pe-dll.c (dll_name): Delete, replacing with.. (dll_filename): ..this, moved earlier in file. (generate_edata): Delete parameters. Don't set up dll_name here.. (pe_process_import_defs): ..instead set up dll_filename and dll_symname here before returning. (dll_symname_len): Delete write-only variable. (pe_dll_generate_implib): Don't set up dll_symname here. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/29006] dll_symname use after free
https://sourceware.org/bugzilla/show_bug.cgi?id=29006 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED --- Comment #13 from Nick Clifton --- I have gone ahead and applied Alan's patch. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gprofng/29143] New: gprofng fails to build on x86_64-linux-gnux32
https://sourceware.org/bugzilla/show_bug.cgi?id=29143 Bug ID: 29143 Summary: gprofng fails to build on x86_64-linux-gnux32 Product: binutils Version: 2.39 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gprofng Assignee: vladimir.mezentsev at oracle dot com Reporter: doko at debian dot org Target Milestone: --- seen with trunk 20220512 on x86_64-linux-gnux32: libtool: compile: x86_64-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../../../gprofng/libcollector - U_ASM -I.. -I../../../gprofng/libcollector -I../../../gprofng/libcollector/../common -I../../../ gprofng/libcollector/../src -I../../../gprofng/libcollector/../../include -I../../bfd -I../../.. /gprofng/libcollector/../.. -Wall -Wno-nonnull-compare -g -O2 -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libgp_collector_la-iolib.lo -MD -MP -MF .deps/libgp_collector_la-iolib.Tp o -c ../../../gprofng/libcollector/iolib.c -fPIC -DPIC -o .libs/libgp_collector_la-iolib.o ../../../gprofng/libcollector/libcol_util.h: Assembler messages: ../../../gprofng/libcollector/libcol_util.h:264: Error: incorrect register `%edi' used with `q' suffix ../../../gprofng/libcollector/libcol_util.h:264: Error: incorrect register `%edx' used with `q' suffix make[6]: *** [Makefile:646: libgp_collector_la-iolib.lo] Error 1 complete build log at https://buildd.debian.org/status/fetch.php?pkg=binutils&arch=x32&ver=2.38.50.20220512-1&stamp=1652353207&raw=1 -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/16177] R_ARM_COPY reloc generated for reference in writable section
https://sourceware.org/bugzilla/show_bug.cgi?id=16177 Nick Bowler changed: What|Removed |Added CC||nbowler at draconx dot ca -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gprofng/29143] gprofng fails to build on x86_64-linux-gnux32
https://sourceware.org/bugzilla/show_bug.cgi?id=29143 Vladimir Mezentsev changed: What|Removed |Added Status|NEW |WAITING --- Comment #1 from Vladimir Mezentsev --- % cat -n gprofng/libcollector/libcol_util.h | head -270 | tail -13 258 __collector_cas_ptr (void *mem, void *cmp, void *new) 259 { 260void *r; 261 #if WSIZE(32) 262r = (void *) __collector_cas_32 ((volatile uint32_t *)mem, (uint32_t) cmp, (uint32_t)new); 263 #else 264__asm__ __volatile__("lock; cmpxchgq %2, (%1)" 265 : "=a" (r), "=b" (mem) /* output */ 266 : "r" (new), "a" (cmp), "b" (mem) /* input */ 267 ); 268 #endif 269return r; 270 } It looks like WSIZE() is set incorrectly for x86_64-linux-gnux32-gcc Could you attach the output of: echo | x86_64-linux-gnux32-gcc -dM -E - -- You are receiving this mail because: You are on the CC list for the bug.
Issue 44796 in oss-fuzz: binutils:fuzz_nm: Stack-overflow in mmo_get_symbols
Updates: Labels: Deadline-Approaching Comment #4 on issue 44796 by sheriffbot: binutils:fuzz_nm: Stack-overflow in mmo_get_symbols https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44796#c4 This bug is approaching its deadline for being fixed, and will be automatically derestricted within 7 days. If a fix is planned within 2 weeks after the deadline has passed, a grace extension can be granted. - 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/29142] Segmentation fault in ar with empty archive and libdeps specified
https://sourceware.org/bugzilla/show_bug.cgi?id=29142 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The binutils-2_38-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d549e5ccc0cc0615bc340073078b660399c915e commit 3d549e5ccc0cc0615bc340073078b660399c915e Author: Alan Modra Date: Thu May 12 11:38:05 2022 +0930 PR29142, segv in ar with empty archive and libdeps specified PR 29142 * ar.c (main): Properly handle libdeps for zero file_count. (cherry picked from commit fa445221958a9b8c8c4a804a339bc54cedfd83b9) -- You are receiving this mail because: You are on the CC list for the bug.