https://sourceware.org/bugzilla/show_bug.cgi?id=33651
--- Comment #2 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=d37a8694b28d162c5e0ed0edd5948687bc228edc commit d37a8694b28d162c5e0ed0edd5948687bc228edc 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. -- You are receiving this mail because: You are on the CC list for the bug.
