diff options
author | Alan Modra <amodra@gmail.com> | 2022-12-13 10:05:17 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-12-13 11:31:43 +1030 |
commit | c799eddb3512a4ce2b5c11bd91f888f30241faf6 (patch) | |
tree | 230033e3e97dab0ca6b3f861fc2869df5e1201f1 /gdb/python | |
parent | e0a14c5f56e915385a741269e414f9f9150fdc9b (diff) | |
download | binutils-c799eddb3512a4ce2b5c11bd91f888f30241faf6.zip binutils-c799eddb3512a4ce2b5c11bd91f888f30241faf6.tar.gz binutils-c799eddb3512a4ce2b5c11bd91f888f30241faf6.tar.bz2 |
asan: mips_hi16_list segfault in bfd_get_section_limit_octets
static variables like mips_hi16_list are nasty for applications using
bfd. It is possible when opening and closing bfds with mis-matched
hi/lo relocs to leave a stale section pointer on the list. That can
cause a segfault if multiple bfds are being processed.
Tidying the list when closing is sufficient to stop this happening
(and fixes small memory leaks). This patch goes further and moves
mips_hi16_list to where it belongs in the bfd tdata.
* elf32-mips.c (bfd_elf32_close_and_cleanup(: Define.
* elf64-mips.c (bfd_elf64_close_and_cleanup): Define.
* elfn32-mips.c (bfd_elf32_close_and_cleanup(: Define.
* elfxx-mips.c (struct mips_hi16): Move earlier.
(mips_hi16_list): Move to..
(struct mips_elf_obj_tdata): ..here.
(_bfd_mips_elf_close_and_cleanup): New function.
(_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc),
(_bfd_elf_mips_get_relocated_section_contents): Adjust uses of
mips_hi16_list.
* elfxx-mips.h (_bfd_mips_elf_close_and_cleanup): Declare.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions