From 475326691d65ac24d50353377e1c1d652b5b55d7 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 12 Feb 2001 12:41:28 +0000 Subject: [PATCH] Added a call to verifyOverlappingDecompression(). committer: mfx 981981688 +0000 --- src/p_vmlinz.cpp | 3 +++ 1 file changed, 3 insertions(+) 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();