https://sourceware.org/bugzilla/show_bug.cgi?id=32109
--- Comment #6 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=656f8fbaae34cb37bda5110cbc8c79c6a2aaa847 commit 656f8fbaae34cb37bda5110cbc8c79c6a2aaa847 Author: Alan Modra <amo...@gmail.com> Date: Tue Oct 1 07:53:55 2024 +0930 segv in bfd_elf_get_str_section Attempting to write a termination NUL to PROT_READ mmap'd memory was a silly idea. PR 32109 * elf.c (bfd_elf_get_str_section): Don't write terminating NUL if missing. * libbfd.c (_bfd_munmap_readonly_temporary): Correct comment. -- You are receiving this mail because: You are on the CC list for the bug.