]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Support fully-sparse files 655/head
authorNate Rosenblum <natr@google.com>
Sat, 6 Feb 2016 01:39:03 +0000 (17:39 -0800)
committerNate Rosenblum <natr@google.com>
Thu, 18 Feb 2016 00:02:23 +0000 (16:02 -0800)
commitb3950dc412310765c78d2e2b42abd026550d561a
treefba939563708f681b7ca1a7e788d1b17431447d8
parentfade3796228e1f75234bd0096a708f04d419f39b
Support fully-sparse files

Avoids an edge condition where fully-sparse files would not trigger
sparse file handling, leading to large tar files full of zeros.
libarchive/archive_read_disk_entry_from_file.c
libarchive/archive_read_disk_posix.c
libarchive/test/test_sparse_basic.c