commit | 04aeeb697e70806ac5ffb941a0359f125b2f71cf | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Sat Jan 11 15:58:03 2025 +1030 |
committer | Alan Modra <amodra@gmail.com> | Wed Jan 15 22:37:17 2025 +1030 |
tree | 0e08c33c39de815bdb5accdf6b4fb3ef790ec345 | |
parent | 049467c758efe4460220f045205dc61fb69ef5ef [diff] |
bfd_get_unique_section_name leak The name returned by this function is used in asection->name, so needs to persist until a bfd is closed. * section.c (bfd_get_unique_section_name): Return an alloc'd string.