Re: stack overflow in debug_write_type
authorAlan Modra <amodra@gmail.com>
Wed, 10 May 2023 13:35:00 +0000 (23:05 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 10 May 2023 13:40:19 +0000 (23:10 +0930)
commit6109320673fe30163b5d00d9e3a7f4e77befb22a
treeae64565ea65b87d40f00cb9cdf881ef03e13a117
parent8b7b3b2bf4357781439e5434c4a5942ea29e983d
Re: stack overflow in debug_write_type

Apparently u.kindirect->slot can point at a NULL.

* debug.c (debug_write_type): Don't segfault on NULL indirect.
binutils/debug.c