]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR 33455 SEGV in vfinfo at ldmisc.c:527
authorAlan Modra <amodra@gmail.com>
Sun, 2 Nov 2025 22:33:37 +0000 (09:03 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 3 Nov 2025 00:29:41 +0000 (10:59 +1030)
commitf6b0f53a36820da91eadfa9f466c22f92e4256e0
treee776e51710d8d5af468920a1847f805d2e8147c0
parentefbf482f56da816ef1011ee479591801c8fcf40e
PR 33455 SEGV in vfinfo at ldmisc.c:527

A reloc howto set up with EMPTY_HOWTO has a NULL name.  More than one
place emitting diagnostics assumes a reloc howto won't have a NULL
name.

PR 33455
* coffcode.h (coff_slurp_reloc_table): Don't allow a howto with
a NULL name.
bfd/coffcode.h