Change #236833
Category | gzip |
Changed by | Mark Adler <git | @madler.net>
Changed at | Mon 16 Jun 2025 21:49:57 |
Repository | git://git.savannah.gnu.org/gzip.git |
Project | gzip |
Branch | master |
Revision | a1e8e0b981ec48c2a2ac2756810c487a0fa31e1b |
Comments
zip: correctly handle PKZIP data descriptors * unzip.c (DATSIG, L8): New macros. (unzip): Previously only one of the four possible data descriptors was handled. Check for all four when validating the uncompressed data with the CRC and length in the data descriptor. This also now checks the full eight-byte uncompressed length for zip files.
Changed files
- unzip.c