]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf.c
bfd/elf.c strtab memory leak
authorAlan Modra <amodra@gmail.com>
Wed, 7 Jun 2023 00:11:57 +0000 (09:41 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 7 Jun 2023 01:35:11 +0000 (11:05 +0930)
commitc7e6669a5b29240b1e5f6fd2acc987fd75b71044
treea008170f4b38de4db42fd74787c5937ec4065180
parentf5c0d77088ee2878813861b5b72fa64001f1831a
bfd/elf.c strtab memory leak

* elf.c (_bfd_elf_compute_section_file_positions): Free strtab
on set_group_contents failure return path.
bfd/elf.c