DescriptionFixed uncompressing files with wrong uncompressed size set.
A zip file carries some metadata for each archived file, including the total
uncompressed size. If that size was incorrect, therefore the compressed file
being different in size when unpacking, the minizip code would fail with a
CRC error. Every other zip utility handles these files, so should the minizip
code for safety sake.
BUG=359516
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268940
Patch Set 1 #
Total comments: 2
Patch Set 2 : review comments #
Total comments: 6
Patch Set 3 : review issues #
Total comments: 3
Patch Set 4 : white line #
Messages
Total messages: 15 (0 generated)
|