Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
CVE-2002-0059/ | 25-Apr-2025 | - | ||||
CVE-2004-0797/ | 25-Apr-2025 | - | ||||
CVE-2005-1849/ | 25-Apr-2025 | - | ||||
CVE-2005-2096/ | 25-Apr-2025 | - | ||||
CVE-2018-25032/ | 25-Apr-2025 | - | 3 | 2 | ||
GH-361/ | 25-Apr-2025 | - | 4 | 4 | ||
GH-364/ | 25-Apr-2025 | - | ||||
GH-382/ | 25-Apr-2025 | - | ||||
GH-751/ | 25-Apr-2025 | - | 2 | 1 | ||
GH-979/ | 25-Apr-2025 | - | ||||
abi/ | 25-Apr-2025 | - | 1,171 | 1,144 | ||
benchmarks/ | 25-Apr-2025 | - | 951 | 696 | ||
data/ | 25-Apr-2025 | - | 7,520 | 6,541 | ||
fuzz/ | 25-Apr-2025 | - | 1,116 | 786 | ||
pigz/ | 25-Apr-2025 | - | 213 | 175 | ||
CMakeLists.txt | D | 25-Apr-2025 | 3 KiB | 104 | 87 | |
Makefile.in | D | 25-Apr-2025 | 2.3 KiB | 83 | 63 | |
README.md | D | 25-Apr-2025 | 2 KiB | 38 | 30 | |
abicheck.md | D | 25-Apr-2025 | 2.2 KiB | 60 | 47 | |
abicheck.sh | D | 25-Apr-2025 | 4.3 KiB | 167 | 118 | |
example.c | D | 25-Apr-2025 | 33.1 KiB | 1,015 | 723 | |
gh1235.c | D | 25-Apr-2025 | 1.3 KiB | 40 | 37 | |
infcover.c | D | 25-Apr-2025 | 25.3 KiB | 677 | 509 | |
minideflate.c | D | 25-Apr-2025 | 11.1 KiB | 359 | 293 | |
minigzip.c | D | 25-Apr-2025 | 10.1 KiB | 370 | 280 | |
pkgcheck.sh | D | 25-Apr-2025 | 5.1 KiB | 177 | 130 | |
switchlevels.c | D | 25-Apr-2025 | 4.4 KiB | 168 | 140 | |
test_adler32.cc | D | 25-Apr-2025 | 34 KiB | 390 | 372 | |
test_aligned_alloc.cc | D | 25-Apr-2025 | 1.2 KiB | 47 | 35 | |
test_compare256.cc | D | 25-Apr-2025 | 2.1 KiB | 81 | 61 | |
test_compress.cc | D | 25-Apr-2025 | 764 | 34 | 23 | |
test_compress_bound.cc | D | 25-Apr-2025 | 1.5 KiB | 60 | 42 | |
test_crc32.cc | D | 25-Apr-2025 | 11.9 KiB | 220 | 203 | |
test_cve-2003-0107.cc | D | 25-Apr-2025 | 586 | 29 | 22 | |
test_deflate_bound.cc | D | 25-Apr-2025 | 2.5 KiB | 91 | 66 | |
test_deflate_copy.cc | D | 25-Apr-2025 | 1.5 KiB | 61 | 43 | |
test_deflate_dict.cc | D | 25-Apr-2025 | 1.2 KiB | 55 | 39 | |
test_deflate_hash_head_0.cc | D | 25-Apr-2025 | 2.1 KiB | 84 | 63 | |
test_deflate_header.cc | D | 25-Apr-2025 | 1.7 KiB | 69 | 49 | |
test_deflate_params.cc | D | 25-Apr-2025 | 3.8 KiB | 144 | 110 | |
test_deflate_pending.cc | D | 25-Apr-2025 | 1.5 KiB | 67 | 48 | |
test_deflate_prime.cc | D | 25-Apr-2025 | 2.7 KiB | 92 | 63 | |
test_deflate_quick_bi_valid.cc | D | 25-Apr-2025 | 4.4 KiB | 81 | 67 | |
test_deflate_quick_block_open.cc | D | 25-Apr-2025 | 4 KiB | 95 | 79 | |
test_deflate_tune.cc | D | 25-Apr-2025 | 1.4 KiB | 57 | 42 | |
test_dict.cc | D | 25-Apr-2025 | 2.7 KiB | 97 | 71 | |
test_gzio.cc | D | 25-Apr-2025 | 3.3 KiB | 106 | 72 | |
test_inflate_adler32.cc | D | 25-Apr-2025 | 1.3 KiB | 49 | 34 | |
test_inflate_sync.cc | D | 25-Apr-2025 | 1.9 KiB | 76 | 50 | |
test_large_buffers.cc | D | 25-Apr-2025 | 2.1 KiB | 88 | 65 | |
test_main.cc | D | 25-Apr-2025 | 354 | 17 | 12 | |
test_shared.h | D | 25-Apr-2025 | 89 | 3 | 2 | |
test_small_buffers.cc | D | 25-Apr-2025 | 1.8 KiB | 70 | 51 | |
test_version.cc | D | 25-Apr-2025 | 606 | 28 | 19 |
README.md
1Contents 2-------- 3 4|Name|Description| 5|-|-| 6|[CVE-2003-0107](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|[CVE-2018-25032](https://nvd.nist.gov/vuln/detail/CVE-2018-25032)|Memory corruption when compressing if the input has many distant matches.| 12|[GH-361](https://github.com/zlib-ng/zlib-ng/issues/361)|Test case for overlapping matches| 13|[GH-364](https://github.com/zlib-ng/zlib-ng/issues/364)|Test case for switching compression levels| 14|[GH-382](https://github.com/zlib-ng/zlib-ng/issues/382)|Test case for deflateEnd returning -3 in deflate quick| 15 16Copying 17------- 18 19Some of the files in _test_ are licensed differently: 20 21 - test/data/fireworks.jpeg is Copyright 2013 Steinar H. Gunderson, and 22 is licensed under the Creative Commons Attribution 3.0 license 23 (CC-BY-3.0). See https://creativecommons.org/licenses/by/3.0/ 24 for more information. 25 26 - test/data/paper-100k.pdf is an excerpt (bytes 92160 to 194560) from the paper 27 “Combinatorial Modeling of Chromatin Features Quantitatively Predicts DNA 28 Replication Timing in _Drosophila_” by Federico Comoglio and Renato Paro, 29 which is licensed under the CC-BY license. See 30 https://www.ploscompbiol.org/static/license for more information. 31 32 - test/data/lcet10.txt is from Project Gutenberg. It does not have expired 33 copyright, but is still in the public domain according to the license information. 34 (https://www.gutenberg.org/ebooks/53). 35 36 - test/GH-382/defneg3.dat was the smallest file generated by Nathan Moinvaziri 37 that reproduced GH-382. It is licensed under the terms of the zlib license. 38