]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix a bug in 7zip writer that the writer cannot correctly handle
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 2 Dec 2012 09:10:00 +0000 (18:10 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 2 Dec 2012 11:09:40 +0000 (20:09 +0900)
commit1f5f0c47bb359faceb815cd8588f39905fdf744c
tree8cfe59c1e07d3533b68891445d531fd41a91211b
parente00007f856622f56f416d31e1722106d10e60617
Fix a bug in 7zip writer that the writer cannot correctly handle
large data(more than 60K bytes) in a writing request.
libarchive/archive_write_set_format_7zip.c
libarchive/test/test_write_format_7zip.c