Project: zlib

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 10
Lines of code 5248
Lines covered 4187
Code coverage 79.78%
Code coverage report Report link
Static reachability 87.01%
Fuzz Introspector report Report link (from 2025-03-27)
Fuzzer Code coverage (lines) Latest Report Comments
checksum_fuzzer 71.99% (avg: 71.99%, max: 71.99%) 2025-03-27
compress_fuzzer 57.43% (avg: 57.43%, max: 57.43%) 2025-03-27
example_dict_fuzzer 58.5% (avg: 58.5%, max: 58.5%) 2025-03-27
example_flush_fuzzer 51.13% (avg: 51.13%, max: 51.13%) 2025-03-27
example_large_fuzzer 52.2% (avg: 52.2%, max: 52.2%) 2025-03-27
example_small_fuzzer 44.73% (avg: 44.73%, max: 44.73%) 2025-03-27
gzio_fuzzer 49.73% (avg: 49.72%, max: 49.73%) 2025-03-27
minigzip_fuzzer 53.5% (avg: 53.5%, max: 53.5%) 2025-03-27
zlib_uncompress2_fuzzer 55.38% (avg: 55.38%, max: 55.38%) 2025-03-27
zlib_uncompress_fuzzer 55.6% (avg: 55.6%, max: 55.6%) 2025-03-27

Historical Progression

Per Fuzzer Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
compress /src/zlib/compress.c 468 0.0%
gzgetc_ /src/zlib/gzread.c 450 0.0%
gzfread /src/zlib/gzread.c 449 0.0%
gzdopen /src/zlib/gzlib.c 40 0.0%
gzopen64 /src/zlib/gzlib.c 38 0.0%
deflateCopy /src/zlib/deflate.c 30 0.0%
deflatePrime /src/zlib/deflate.c 27 0.0%
deflateGetDictionary /src/zlib/deflate.c 21 0.0%
deflatePending /src/zlib/deflate.c 19 0.0%
inflateCopy /src/zlib/inflate.c 18 0.0%