1
0
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:
Markus F.X.J. Oberhumer 2001-02-12 12:41:28 +00:00
parent a63b02ab69
commit 475326691d

View File

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