mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +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);
|
||||
#endif
|
||||
|
||||
// verify
|
||||
verifyOverlappingDecompression();
|
||||
|
||||
// finally check the compression ratio
|
||||
if (!checkFinalCompressionRatio(fo))
|
||||
throwNotCompressible();
|
||||
|
|
Loading…
Reference in New Issue
Block a user