On Mon, Jul 01, 2024 at 11:53:13PM +0300, Maks Mishin wrote: > Pointer `symstrdata` is dereferenced at unstrip.c:1977 without checking for > NULL.
If there has to be a NULL check then it needs to be when symstrdata is assigned a value from elf_getdata. Cheers, Mark