Elf_GNU_Hash_Header
Elf_GNU_Hash_Header *gh;
if (dsz < sizeof(Elf_GNU_Hash_Header) || srcsz < sz)
if (srcsz < sz || dsz < sz + sizeof(Elf_GNU_Hash_Header))
gh = (Elf_GNU_Hash_Header *) (uintptr_t) dst;
dsz -= sizeof(Elf_GNU_Hash_Header);
dst += sizeof(Elf_GNU_Hash_Header);