]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add tests to verify that the seeking Zip reader can correctly
authorTim Kientzle <kientzle@acm.org>
Sun, 24 Nov 2013 00:01:11 +0000 (16:01 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 24 Nov 2013 00:01:11 +0000 (16:01 -0800)
commit37908ea3c9731a34c9a6216001fddbcf73ca5940
treec269c2ee989087bc326363356c790401c05069f6
parent1579f4ba819c632046790a0d9be0610cfbd548a7
Add tests to verify that the seeking Zip reader can correctly
ignore padding at beginning or end.  Fix Issue #257.
libarchive/archive_read_support_format_zip.c
libarchive/test/CMakeLists.txt
libarchive/test/test_read_format_zip_padded.c [new file with mode: 0644]
libarchive/test/test_read_format_zip_padded1.zip.uu [new file with mode: 0644]
libarchive/test/test_read_format_zip_padded2.zip.uu [new file with mode: 0644]
libarchive/test/test_read_format_zip_padded3.zip.uu [new file with mode: 0644]