1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fix editing glitch

modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser 2017-03-27 16:42:26 -07:00
parent 23e3814f8a
commit 348173d3f1

View File

@ -2253,6 +2253,8 @@ PackLinuxElf64arm::canPack()
xct_off = elf_get_offset_from_address(xct_va);
goto proceed; // But proper packing depends on checking xct_va.
}
else
throwCantPack("need DT_INIT; try \"void _init(void){}\"");
abandon:
return false;
proceed: ;