bin/elf: make strttabaddr a ut64 (#12214)

This commit is contained in:
Riccardo Schirone 2018-11-19 11:13:45 +01:00 committed by radare
parent f2ce982aeb
commit 9ea01145fe

View File

@ -474,7 +474,7 @@ static int compute_dyn_entries(ELFOBJ *bin, Elf_(Phdr) *dyn_phdr, ut64 dyn_size)
static int init_dynamic_section(ELFOBJ *bin) {
Elf_(Dyn) *dyn = NULL;
Elf_(Addr) strtabaddr = 0;
ut64 strtabaddr = 0;
char *strtab = NULL;
size_t relentry = 0, strsize = 0;
int entries;