]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 379: Zip containing another Zip misparsed
authorTim Kientzle <kientzle@acm.org>
Sun, 4 Jan 2015 07:46:57 +0000 (23:46 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 4 Jan 2015 07:46:57 +0000 (23:46 -0800)
commit94bab9f9350b2101a58b9e0402c9ef23f7d71fbb
tree59ae3a576c755e2c366f93a076fef44a61a692eb
parent1ad25e99be9f23f77da9e1352095ce883c998023
Issue 379: Zip containing another Zip misparsed

The revised code now scans backwards from the end
of the file to ensure we always pick the last end-of-central-directory
record in case there is more than one.
libarchive/archive_read_support_format_zip.c