From: Tim Kientzle Date: Sat, 27 Mar 2021 04:50:41 +0000 (-0700) Subject: Merge pull request #1514 from pimaster/fixDiskAccessForPrePaddedZips X-Git-Tag: v3.5.2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce2aebd2e0640f0b29a730d8fe70cf65ed2f7c28;p=thirdparty%2Flibarchive.git Merge pull request #1514 from pimaster/fixDiskAccessForPrePaddedZips Rather than using the central directory offset as the file position directly, instead use the known location of the end-of-central-directory record and the size of the central directory to compute an offset. This allows us to efficiently handle Zip archives that have other data prepended to the file. --- ce2aebd2e0640f0b29a730d8fe70cf65ed2f7c28