Project: zip

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 2
Lines of code 6958
Lines covered 2432
Code coverage 34.95%
Code coverage report Report link
Static reachability 43.60%
Fuzz Introspector report Report link (from 2025-01-01)

Historical 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
mz_zip_add_mem_to_archive_file_in_place /src/zip/src/miniz.h 866 0.0%
mz_zip_add_mem_to_archive_file_in_place_v2 /src/zip/src/miniz.h 864 0.0%
mz_zip_validate_file_archive /src/zip/src/miniz.h 707 0.0%
mz_zip_validate_mem_archive /src/zip/src/miniz.h 694 0.0%
zip_extract /src/zip/src/zip.c 685 0.0%
zip_stream_extract /src/zip/src/zip.c 671 0.0%
zip_create /src/zip/src/zip.c 650 0.0%
mz_zip_extract_archive_file_to_heap /src/zip/src/miniz.h 613 0.0%
mz_zip_extract_archive_file_to_heap_v2 /src/zip/src/miniz.h 611 0.0%
zip_entries_delete /src/zip/src/zip.c 600 0.0%