mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Added a call to verifyOverlappingDecompression().
committer: mfx <mfx> 981981688 +0000
This commit is contained in:
parent
a63b02ab69
commit
475326691d
|
@ -298,6 +298,9 @@ void PackVmlinuzI386::pack(OutputFile *fo)
|
||||||
printf("%-13s: compressed : %8ld bytes\n", getName(), (long) ph.c_len);
|
printf("%-13s: compressed : %8ld bytes\n", getName(), (long) ph.c_len);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// verify
|
||||||
|
verifyOverlappingDecompression();
|
||||||
|
|
||||||
// finally check the compression ratio
|
// finally check the compression ratio
|
||||||
if (!checkFinalCompressionRatio(fo))
|
if (!checkFinalCompressionRatio(fo))
|
||||||
throwNotCompressible();
|
throwNotCompressible();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user