PR28166, _bfd_elf_mips_get_relocated_section_contents
authorAlan Modra <amodra@gmail.com>
Thu, 5 Aug 2021 09:05:11 +0000 (18:35 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 5 Aug 2021 11:17:09 +0000 (20:47 +0930)
commit6ecfe4abfd14e9c04075435210ca383a1a0191ac
treed0c213f1a7fd59e7bb36e72d521808e915db5ec5
parent4939c49d213c760406f2ad0178ddb3461b618eb9
PR28166, _bfd_elf_mips_get_relocated_section_contents

Some of the code paths unpacking mips relocs left arelent->sym_ptr_ptr
uninitialised.

PR 28166
* elf64-mips.c (mips_elf64_slurp_one_reloc_table): Don't leave
sym_ptr_ptr uninitialised.
bfd/elf64-mips.c