[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/31159] Memory Leak in bucomm.c
From: |
amodra at gmail dot com |
Subject: |
[Bug binutils/31159] Memory Leak in bucomm.c |
Date: |
Wed, 13 Dec 2023 21:18:24 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31159
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |NOTABUG
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
bfd_get_archive_filename doesn't leak memory and its return value should not be
freed. It is perfectly fine for the static buffer managed by
bfd_get_archive_filename to point to some allocated memory at the end of
main(). Any such memory will be freed on process exit.
--
You are receiving this mail because:
You are on the CC list for the bug.