]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Parse out the extra data before trying to insert into the tree.
authorTim Kientzle <kientzle@acm.org>
Sat, 28 Dec 2013 21:36:56 +0000 (13:36 -0800)
committerTim Kientzle <kientzle@acm.org>
Sat, 28 Dec 2013 21:36:56 +0000 (13:36 -0800)
commit5f685c8014edd8139c6991d47e60c2c7e08dee24
tree496ec865b3d8a0ec29fb330d431e81e01273576a
parenta25a3a67758e0bea566169b7cf3dac16471fc9c9
Parse out the extra data before trying to insert into the tree.

Since the tree is organized by offset, we
need the full offset from the extra data
(in the case of 64-bit offsets) before we do the
insertion.

While here, fix an obvious blooper: initialize the CRC function.
libarchive/archive_read_support_format_zip.c