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:
John Reiser 2022-07-02 20:52:18 -07:00 committed by Markus F.X.J. Oberhumer
parent 3b4627e17e
commit acad3c3000
1 changed files with 0 additions and 1 deletions

View File

@ -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])];