Stubs LZMA_DEC00 and LZMA_ELF00 fall through; no "+80C" alignment.

https://github.com/upx/upx/issues/60  (partial)
addStubEntrySections() and getDecompressorSections()
	modified:   p_lx_elf.cpp
	modified:   p_mach.cpp
	modified:   packer_c.cpp
This commit is contained in:
John Reiser
2017-02-05 14:52:09 -08:00
parent 93cefde8fc
commit 7f3e7da7c7
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ PackLinuxElf::addStubEntrySections(Filter const *)
( M_IS_NRV2E(ph.method) ? "NRV_HEAD,NRV2E,NRV_TAIL"
: M_IS_NRV2D(ph.method) ? "NRV_HEAD,NRV2D,NRV_TAIL"
: M_IS_NRV2B(ph.method) ? "NRV_HEAD,NRV2B,NRV_TAIL"
: M_IS_LZMA(ph.method) ? "LZMA_ELF00,+80C,LZMA_DEC20,LZMA_DEC30"
: M_IS_LZMA(ph.method) ? "LZMA_ELF00,LZMA_DEC20,LZMA_DEC30"
: NULL), NULL);
if (hasLoaderSection("CFLUSH"))
addLoader("CFLUSH");