Comment on ELF hash function may overflowparentComments−dahfizz3yIt looks like the ELF standard itself says the hash table uses 32 bit values:A hash table of Elf32_Word objects supports symbol table access.https://refspecs.linuxfoundation.org/elf/gabi4+/ch5.dynamic....
Comments
It looks like the ELF standard itself says the hash table uses 32 bit values:
https://refspecs.linuxfoundation.org/elf/gabi4+/ch5.dynamic....