summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_iso9660.c
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-04-06 04:19:30 +0000
committerkientzle <kientzle@FreeBSD.org>2005-04-06 04:19:30 +0000
commit3e09e80261db8f758a8fd87c1ca6ec1217cf2978 (patch)
tree63fdda264f932859284aaf1f0b67a8cc43312bcd /lib/libarchive/archive_read_support_format_iso9660.c
parent37b92090cfa2d45e70e9ac612529b298081d3c5a (diff)
downloadFreeBSD-src-3e09e80261db8f758a8fd87c1ca6ec1217cf2978.zip
FreeBSD-src-3e09e80261db8f758a8fd87c1ca6ec1217cf2978.tar.gz
A number of improvements to ZIP support.
* Handles entries with compressed size >2GB (signed/unsigned cleanup) * Handles entries with compressed size >4GB ("ZIP64" extension) * Handles Unix extensions (ctime, atime, mtime, mode, uid, etc) * Format-specific "skip data" override allows ZIP reader to skip entries without decompressing them, which makes "tar -t" a lot faster. * Handles "length-at-end" entries generated by, e.g., "zip -r - foo" Many thanks to: Dan Nelson, who contributed the code and test files for the first three items above and suggested the fourth.
Diffstat (limited to 'lib/libarchive/archive_read_support_format_iso9660.c')
-rw-r--r--lib/libarchive/archive_read_support_format_iso9660.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/archive_read_support_format_iso9660.c b/lib/libarchive/archive_read_support_format_iso9660.c
index 382a22c..a66ec18 100644
--- a/lib/libarchive/archive_read_support_format_iso9660.c
+++ b/lib/libarchive/archive_read_support_format_iso9660.c
@@ -212,6 +212,7 @@ archive_read_support_format_iso9660(struct archive *a)
archive_read_format_iso9660_bid,
archive_read_format_iso9660_read_header,
archive_read_format_iso9660_read_data,
+ NULL,
archive_read_format_iso9660_cleanup);
if (r != ARCHIVE_OK) {
OpenPOWER on IntegriCloud