https://sourceware.org/bugzilla/show_bug.cgi?id=33501
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf7c1b207d84707b8bb99fb57122e3e58d3065fe commit bf7c1b207d84707b8bb99fb57122e3e58d3065fe Author: H.J. Lu <[email protected]> Date: Tue Sep 30 08:50:19 2025 +0800 x86: Check invalid symbol name Since bfd_elf_sym_name returns bfd_symbol_error_name for invalid symbol, name, return error if bfd_elf_sym_name returns bfd_symbol_error_name. PR ld/33501 * elf32-i386.c (elf_i386_scan_relocs): Return error for invalid symbol name. * elf64-x86-64.c (elf_x86_64_scan_relocs): Likewise. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
