mirror of https://github.com/upx/upx.git
DT_INIT_ARRAY noes not pertain to DT_* for symbol table info
https://github.com/upx/upx/issues/586 modified: p_lx_elf.cpp
This commit is contained in:
parent
3b4627e17e
commit
acad3c3000
|
@ -5702,7 +5702,6 @@ PackLinuxElf64::invert_pt_dynamic(Elf64_Dyn const *dynp, upx_uint64_t headway)
|
|||
Elf64_Dyn::DT_REL,
|
||||
Elf64_Dyn::DT_RELA,
|
||||
Elf64_Dyn::DT_INIT,
|
||||
Elf64_Dyn::DT_INIT_ARRAY,
|
||||
0,
|
||||
};
|
||||
unsigned dt_offsets[sizeof(dt_names)/sizeof(dt_names[0])];
|
||||
|
|
Loading…
Reference in New Issue