]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Verify that Zip writer rejects too-large files when Zip64 is disabled. 62/head
authorTim Kientzle <kientzle@acm.org>
Sun, 12 Jan 2014 19:45:53 +0000 (11:45 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 12 Jan 2014 19:45:53 +0000 (11:45 -0800)
commit02b1ad8bd5abdf53ea684b1509ccd3d26c9b6fee
tree287f510286cd6ad8dd53b5cde0a725733c9d1aaf
parentdd95a1d0ff8e88d0d496989de24f51bd96d0166d
Verify that Zip writer rejects too-large files when Zip64 is disabled.

Interestingly, this found a bug in the write core:  if the
writer rejects a file, the write core would erroneously transition to
state DATA.
Makefile.am
libarchive/archive_write.c
libarchive/test/CMakeLists.txt
libarchive/test/test_write_format_zip_zip64.c [new file with mode: 0644]