]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Nudge the Zip64 cutoff a little higher.
authorTim Kientzle <kientzle@acm.org>
Sun, 12 Apr 2015 06:21:43 +0000 (23:21 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 12 Apr 2015 06:21:43 +0000 (23:21 -0700)
commit4dbc86d80eddfac9943f9a3519c32e4a4ac4eda5
treea7d73498c90333624af1ca633ae2294a38520deb
parent01cfbca4fdae1492a8a09c001b61bbca46f869f2
Nudge the Zip64 cutoff a little higher.

A simple test (feeding /dev/random through gzip) suggests
that deflate will only expand the data by 0.03% in the worst case.
So allow a 0.4% margin instead of the 6.25% I had here earlier.
libarchive/archive_write_set_format_zip.c