]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix issue336:7zip can not be read when opened with archive_read_open_fd.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 3 Aug 2014 05:51:15 +0000 (14:51 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 3 Aug 2014 05:56:40 +0000 (14:56 +0900)
commitc0dd6ae5c5369384c14fcc1486886d8463c98909
tree3e2bdd597aac3b9b86c6e989267f757235a85c81
parentdabd6eb78d1553a87bccc361f691fbc48e22e905
Fix issue336:7zip can not be read when opened with archive_read_open_fd.
Implenent a seek callback in archive_read_open_fd by bringin the code
from archive_open_filename.
libarchive/archive_read_open_fd.c
libarchive/test/test_read_format_7zip.c