https://sourceware.org/bugzilla/show_bug.cgi?id=34573
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=283b2f9e4d4e236ba7d7142285c113f0602cf393 commit 283b2f9e4d4e236ba7d7142285c113f0602cf393 Author: Jinbao Chen <[email protected]> Date: Fri Aug 28 01:33:55 2026 +0800 avoid double free in _bfd_stab_section_find_nearest_line This corrects the error return path after reloc_vector has been freed, and ensures this won't happen even if the wrong goto was used. PR binutils/34573 * syms.c (_bfd_stab_section_find_nearest_line): Set reloc_vector to NULL after freeing it. Correct error goto. -- You are receiving this mail because: You are on the CC list for the bug.
