zlib/contrib/minizip
Hans Wennborg 73331a6a04 Reject overflows of zip header fields in minizip.
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.
2023-08-19 11:56:12 -07:00
..
configure.ac Change version number on develop branch to 1.3.0.1. 2023-08-18 13:23:07 -07:00
crypt.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
ioapi.c Support Haiku in minizip. 2023-08-03 11:17:07 -07:00
ioapi.h Support Haiku in minizip. 2023-08-03 11:17:07 -07:00
iowin32.c Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
iowin32.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
make_vms.com zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
Makefile Clean up minizip to reduce warnings for testing. 2022-01-01 14:55:47 -08:00
Makefile.am Fix contrib/minizip compilation in the MinGW environment. 2012-03-26 20:17:41 -07:00
miniunz.c Avoid uninitialized and unused warnings in contrib/minizip. 2023-08-17 22:35:43 -07:00
miniunzip.1 Add man pages for minizip and miniunzip. 2013-03-24 16:28:41 -07:00
MiniZip64_Changes.txt Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00
MiniZip64_info.txt zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
minizip.1 Add man pages for minizip and miniunzip. 2013-03-24 16:28:41 -07:00
minizip.c Avoid uninitialized and unused warnings in contrib/minizip. 2023-08-17 22:35:43 -07:00
minizip.pc.in Add files in contrib/minizip to aid in building libminizip. 2011-11-13 12:42:47 -08:00
mztools.c Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
mztools.h Fix bug when compiling minizip with C++ [Vollant]. 2012-01-21 11:58:35 -08:00
unzip.c Remove redundant includes in minizip. 2023-08-13 17:46:47 -07:00
unzip.h Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00
zip.c Reject overflows of zip header fields in minizip. 2023-08-19 11:56:12 -07:00
zip.h Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00