Fix another unsigned long used to index the symbol table which should be
Elf_Hashelt.
This commit is contained in:
parent
16b7e738de
commit
bb75d97e13
@ -622,7 +622,7 @@ int
|
||||
elf_lookup_symbol(struct preloaded_file *fp, elf_file_t ef, const char* name,
|
||||
Elf_Sym *symp)
|
||||
{
|
||||
unsigned long symnum;
|
||||
Elf_Hashelt symnum;
|
||||
Elf_Sym sym;
|
||||
char *strp;
|
||||
unsigned long hash;
|
||||
|
Loading…
Reference in New Issue
Block a user