asan: mips_gprel_reloc segfault
authorAlan Modra <amodra@gmail.com>
Fri, 3 Jun 2022 03:02:00 +0000 (12:32 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 3 Jun 2022 03:02:00 +0000 (12:32 +0930)
commit679dc6e71647adf2719c411de5006358d27978b7
tree25da4b40d135d9eca6d63690a265f264c7872655
parentdcefca4019c6f7646d633e71639f6faf4f2702bf
asan: mips_gprel_reloc segfault

Not just the undefined section has a NULL owner, the absolute section
has too.  Which means we can't find output_bfd for __gp.  Also, may as
well test directly for output_bfd == NULL.

* coff-mips.c (mips_gprel_reloc): Don't segfault on any of
bfd_is_const_section sections.
bfd/coff-mips.c