Added a call to verifyOverlappingDecompression().
committer: mfx <mfx> 981981688 +0000
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user