[Bug ld/32671] Default to erroring out on executable stacks

2025-02-09 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32671 --- Comment #3 from Sam James --- I think that's the pragmatic approach. We could go further but I think the gains probably aren't worth it (at least for quite some time). -- You are receiving this mail because: You are on the CC list for th

[Bug ld/32671] Default to erroring out on executable stacks

2025-02-09 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32671 --- Comment #2 from Florian Weimer --- Maybe error only if the lack of executable stack markup is due to the lack of markup in any of the inputs, as opposed to an explicit request for an executable stack? -- You are receiving this mail becau

[Bug ld/32671] Default to erroring out on executable stacks

2025-02-09 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32671 --- Comment #1 from Sam James --- I don't mind working on this but I'd like consensus first. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/29592] [2.39 Regression][bisected] Exec stack warning causes go programs with cgo to fail to link on mips

2025-02-09 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29592 Sam James changed: What|Removed |Added Blocks||32671 Referenced Bugs: https://sourcewa

[Bug ld/32671] New: Default to erroring out on executable stacks

2025-02-09 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32671 Bug ID: 32671 Summary: Default to erroring out on executable stacks Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component

[Bug ld/29072] ld silently make the program stack area executable if nested function is used

2025-02-09 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29072 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/20025] Warn by default about executable stacks

2025-02-09 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20025 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/30944] LoongArch linker relaxation support breaks .balign

2025-02-09 Thread cailulu at loongson dot cn
https://sourceware.org/bugzilla/show_bug.cgi?id=30944 Lulu Cai changed: What|Removed |Added CC||cailulu at loongson dot cn --- Comment #4

[Bug ld/32665] ld buffer-overflow in elf_x86_64_convert_load_reloc (bfd/elf64-x86-64.c:1821)

2025-02-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32665 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/32665] ld buffer-overflow in elf_x86_64_convert_load_reloc (bfd/elf64-x86-64.c:1821)

2025-02-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32665 --- Comment #2 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d4d66eb19fd5ace50e1d40f53f14e76fe8b8963d commit d4d66eb19fd5ace50e1d40f53f14e76fe8b8963d Au

Re: A typo in the "objdump" Debian man pages 6.03-2

2025-02-09 Thread Alan Modra
On Sun, Feb 09, 2025 at 09:54:21PM +0300, Morthimer McMare wrote: > There’s a small typo in the "--disassembler-color" option description in the > Debian manpages 6.03-2. The word "extened" (instead of "extended") appears > two times. Fixed in current binutils master. The fix should eventually

[Bug ld/32664] ld buffer-overflow in _bfd_elf_strtab_offset (bfd/elf-strtab.c:292)

2025-02-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32664 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/32664] ld buffer-overflow in _bfd_elf_strtab_offset (bfd/elf-strtab.c:292)

2025-02-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32664 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=79e6242a1cd8d63663c7a875cbdb7805e374710f commit 79e6242a1cd8d63663c7a875cbdb7805e374710f

[Bug ld/32664] ld buffer-overflow in _bfd_elf_strtab_offset (bfd/elf-strtab.c:292)

2025-02-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32664 Alan Modra changed: What|Removed |Added Last reconfirmed||2025-02-09 Ever confirmed|0

A typo in the "objdump" Debian man pages 6.03-2

2025-02-09 Thread Morthimer McMare
Hello!   There’s a small typo in the "--disassembler-color" option description in the Debian manpages 6.03-2. The word "extened" (instead of "extended") appears two times.   ``` --disassembler-color=extened|extended-color|extened-colour ```   I’m not sure about the destination, maybe it’s better

[Bug ld/32662] ld Out-of-bounds Read in _bfd_generic_link_output_symbols (bfd/linker.c:2211:34)

2025-02-09 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32662 --- Comment #3 from 孙文举 --- (In reply to Alan Modra from comment #2) > Fixed for 2.45 Thx for your quilcy fixing! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/32663] ld heap-buffer-overflow in cache_bread_1 (bfd/cache.c:355:11)

2025-02-09 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32663 --- Comment #3 from 孙文举 --- (In reply to Alan Modra from comment #2) > Fixed. This one isn't just something that can only occur with fuzzed input. Thx for your quicly fixing ! -- You are receiving this mail because: You are on the CC list

[Bug ld/32663] ld heap-buffer-overflow in cache_bread_1 (bfd/cache.c:355:11)

2025-02-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32663 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/32662] ld Out-of-bounds Read in _bfd_generic_link_output_symbols (bfd/linker.c:2211:34)

2025-02-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32662 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/32662] ld Out-of-bounds Read in _bfd_generic_link_output_symbols (bfd/linker.c:2211:34)

2025-02-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32662 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=38ee3a7664f00778fcc895a7f279c289a12cdbfd commit 38ee3a7664f00778fcc895a7f279c289a12cdbfd

[Bug ld/32663] ld heap-buffer-overflow in cache_bread_1 (bfd/cache.c:355:11)

2025-02-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32663 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2c6e1a4cd3681a49787f978fe924b74aed4cd4cc commit 2c6e1a4cd3681a49787f978fe924b74aed4cd4cc

[Bug ld/32663] ld heap-buffer-overflow in cache_bread_1 (bfd/cache.c:355:11)

2025-02-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32663 Alan Modra changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at sourc

[Bug ld/32662] ld Out-of-bounds Read in _bfd_generic_link_output_symbols (bfd/linker.c:2211:34)

2025-02-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32662 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0