mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
bin/elf: make strttabaddr a ut64 (#12214)
This commit is contained in:
parent
f2ce982aeb
commit
9ea01145fe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user