summaryrefslogtreecommitdiff
path: root/src/minizip/zip.c
AgeCommit message (Collapse)Author
2024-01-27Upgraded to minizip 1.1 from zlib 1.3.1Xavier Roche
closes:#272
2023-11-18Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3Xavier Roche
Maintenance: update vendored minizip code to the version distributed with zlib v1.3
2023-11-18Reject overflows of zip header fields in minizip.Hans Wennborg
This checks the lengths of the file name, extra field, and comment that would be put in the zip headers, and rejects them if they are too long. They are each limited to 65535 bytes in length by the zip format. This also avoids possible buffer overflows if the provided fields are too long. (cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c)
2023-11-17Manually re-apply diff: zip.cJames Addison
2023-11-17Raw copy of minizip source files from zlib v1.3 releaseJames Addison
2014-06-11Fixed zlib warning (build zlib with -DZLIB_CONST)Xavier Roche
2014-06-10Added the following compiler flags:Xavier Roche
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition
2014-05-24Minizip warning fixes.Xavier Roche
2014-05-24Fixed minizip.Xavier Roche
2014-05-24Upgraded to minizip 1.1 from zlib 1.2.8Xavier Roche
2012-03-19httrack 3.33.16Xavier Roche