diff --git a/src/p_vmlinz.cpp b/src/p_vmlinz.cpp index 32edab7a..6698da5c 100644 --- a/src/p_vmlinz.cpp +++ b/src/p_vmlinz.cpp @@ -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();