gunzip was incorrectly reporting a failed crc and length (discovered by
authorGlenn L McGrath <bug1@ihug.co.nz>
Thu, 29 Nov 2001 06:36:56 +0000 (06:36 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Thu, 29 Nov 2001 06:36:56 +0000 (06:36 -0000)
commit38288bbf4cb26be1d1b3ee9175666d6819892a9e
tree066a61cd46f32b2aab2012e405e7ee1cbbc7898c
parent8a35c9a5575a32cebf0f160f77fada930dcffc5d
gunzip was incorrectly reporting a failed crc and length (discovered by
Chang, Shu-Hao).  The bitbuffer needs to be unwound after decompression,
as it was eating into the crc/size field.
archival/libunarchive/decompress_unzip.c
archival/libunarchive/unzip.c
libbb/unzip.c