Implemented Packer::verifyOverlappingDecompression().
committer: mfx <mfx> 978465508 +0000
This commit is contained in:
@@ -1873,6 +1873,9 @@ void PackW32Pe::pack(OutputFile *fo)
|
||||
printf("%-13s: relocs : %8ld bytes\n", getName(), (long) soxrelocs);
|
||||
#endif
|
||||
|
||||
// verify
|
||||
verifyOverlappingDecompression();
|
||||
|
||||
// copy the overlay
|
||||
copyOverlay(fo, overlay, &obuf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user