https://sourceware.org/bugzilla/show_bug.cgi?id=33651
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The binutils-2_45-branch branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b136efd10a7c8b278b5356ab7923f4ed9f064517 commit b136efd10a7c8b278b5356ab7923f4ed9f064517 Author: Alan Modra <[email protected]> Date: Sat Nov 22 16:53:00 2025 +1030 Re: dlltool memory leaks I missed one needed strdup of symbol names, needed since the original symbol name memory is freed on bfd_close. PR 33651 * dlltool.c (scan_filtered_symbols): xstrdup symbol name. (cherry picked from commit d37a8694b28d162c5e0ed0edd5948687bc228edc) -- You are receiving this mail because: You are on the CC list for the bug.
