]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix all current tests:
authorTim Kientzle <kientzle@acm.org>
Thu, 26 Dec 2013 21:59:55 +0000 (13:59 -0800)
committerTim Kientzle <kientzle@acm.org>
Thu, 26 Dec 2013 21:59:55 +0000 (13:59 -0800)
commit1641ec23a7159a7dd9f0176cbbdadac4fd2fefc6
tree185acdddb83ddf96ad251f6cd8a5d96bfcfcdfe9
parentde9ee708b8e100858960749b153c3cecf1910eb4
Fix all current tests:
 * When searching for start of Central directory, DTRT if there are no entries.
 * Find end-of-archive marker when it is exactly at end of file
 * Recognize zip64 central directory locator (not yet fully parsed)
 * Don't return entry size if length-at-end, even if size looks reasonable
libarchive/archive_read_support_format_zip.c