https://sourceware.org/bugzilla/show_bug.cgi?id=31162
--- Comment #1 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=4cc1f41cfa45b0d36427e79409f447e83f4e66d4 commit 4cc1f41cfa45b0d36427e79409f447e83f4e66d4 Author: Alan Modra <amo...@gmail.com> Date: Fri Dec 15 20:19:46 2023 +1030 PR31162, Memory Leak in ldwrite.c This isn't a particularly worrying memory leak, but fix it anyway. PR 31162 * ldwrite.c (build_link_order): Use bfd_alloc rather than xmalloc. Add %E to error messages. -- You are receiving this mail because: You are on the CC list for the bug.