Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
CVE-2002-0059/ | H | 03-May-2022 | - | |||
CVE-2004-0797/ | H | 03-May-2022 | - | |||
CVE-2005-1849/ | H | 03-May-2022 | - | |||
CVE-2005-2096/ | H | 03-May-2022 | - | |||
GH-361/ | H | 03-May-2022 | - | |||
GH-364/ | H | 03-May-2022 | - | |||
GH-382/ | H | 03-May-2022 | - | |||
GH-751/ | H | 03-May-2022 | - | |||
abi/ | H | 03-May-2022 | - | 1,171 | 1,144 | |
data/ | H | 03-May-2022 | - | |||
fuzz/ | H | 03-May-2022 | - | 1,099 | 780 | |
.gitignore | H A D | 01-Jan-1970 | 117 | 6 | 5 | |
CVE-2003-0107.c | H A D | 01-Jan-1970 | 464 | 23 | 17 | |
Makefile.in | H A D | 01-Jan-1970 | 3.5 KiB | 117 | 90 | |
README.md | H A D | 01-Jan-1970 | 1.9 KiB | 37 | 29 | |
abicheck.md | H A D | 01-Jan-1970 | 2.2 KiB | 60 | 47 | |
abicheck.sh | H A D | 01-Jan-1970 | 4.1 KiB | 165 | 120 | |
adler32_test.c | H A D | 01-Jan-1970 | 34.7 KiB | 366 | 351 | |
deflate_quick_bi_valid.c | H A D | 01-Jan-1970 | 3.9 KiB | 86 | 76 | |
deflate_quick_block_open.c | H A D | 01-Jan-1970 | 4.6 KiB | 111 | 97 | |
example.c | H A D | 01-Jan-1970 | 33.5 KiB | 1,068 | 787 | |
hash_head_0.c | H A D | 01-Jan-1970 | 3.1 KiB | 111 | 93 | |
infcover.c | H A D | 01-Jan-1970 | 25.4 KiB | 683 | 515 | |
minideflate.c | H A D | 01-Jan-1970 | 9.5 KiB | 308 | 250 | |
minigzip.c | H A D | 01-Jan-1970 | 10.2 KiB | 373 | 282 | |
pkgcheck.sh | H A D | 01-Jan-1970 | 5.1 KiB | 177 | 130 | |
switchlevels.c | H A D | 01-Jan-1970 | 4.4 KiB | 170 | 142 | |
testCVEinputs.sh | H A D | 01-Jan-1970 | 833 | 31 | 23 |
README.md
1Contents 2-------- 3 4|Name|Description| 5|-|-| 6|[CVE-2003-0107.c](https://nvd.nist.gov/vuln/detail/CVE-2003-0107)|Buffer overflow in the gzprintf function, requires ZLIB_COMPAT| 7|[CVE-2002-0059](https://nvd.nist.gov/vuln/detail/CVE-2002-0059)|inflateEnd to release memory more than once| 8|[CVE-2004-0797](https://nvd.nist.gov/vuln/detail/CVE-2004-0797)|Error handling in inflate and inflateBack causes crash| 9|[CVE-2005-1849](https://nvd.nist.gov/vuln/detail/CVE-2005-1849)|inftrees.h bug causes crash| 10|[CVE-2005-2096](https://nvd.nist.gov/vuln/detail/CVE-2005-2096)|Buffer overflow when incomplete code description 11|[GH-361](https://github.com/zlib-ng/zlib-ng/issues/361)|Test case for overlapping matches| 12|[GH-364](https://github.com/zlib-ng/zlib-ng/issues/364)|Test case for switching compression levels| 13|[GH-382](https://github.com/zlib-ng/zlib-ng/issues/382)|Test case for deflateEnd returning -3 in deflate quick| 14 15Copying 16------- 17 18Some of the files in _test_ are licensed differently: 19 20 - test/data/fireworks.jpeg is Copyright 2013 Steinar H. Gunderson, and 21 is licensed under the Creative Commons Attribution 3.0 license 22 (CC-BY-3.0). See https://creativecommons.org/licenses/by/3.0/ 23 for more information. 24 25 - test/data/paper-100k.pdf is an excerpt (bytes 92160 to 194560) from the paper 26 “Combinatorial Modeling of Chromatin Features Quantitatively Predicts DNA 27 Replication Timing in _Drosophila_” by Federico Comoglio and Renato Paro, 28 which is licensed under the CC-BY license. See 29 http://www.ploscompbiol.org/static/license for more information. 30 31 - test/data/lcet10.txt is from Project Gutenberg. It does not have expired 32 copyright, but is still in the public domain according to the license information. 33 (http://www.gutenberg.org/ebooks/53). 34 35 - test/GH-382/defneg3.dat was the smallest file generated by Nathan Moinvaziri 36 that reproduced GH-382. It is licensed under the terms of the zlib license. 37