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.