Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-07-25

Project overview: zlib-ng

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
3.0%
26 / 808
Cyclomatic complexity statically reachable by fuzzers
4.0%
67 / 1844
Runtime code coverage of functions
19.0%
152 / 808

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzzer_checksum

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 27 42.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 36 57.1%
All colors 63 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
27 1 LLVMFuzzerTestOneInput call site: 00001 insert_knuth

Runtime coverage analysis

Covered functions
39
Functions that are reachable but not covered
8
Reachable functions
9
Percentage of reachable functions covered
11.11%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_checksum.c 4
deflate.c 12
insert_string_p.h 6
zmemory.h 1

Fuzzer: fuzzer_example_small

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 47 78.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 21.6%
All colors 60 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
17 1 LLVMFuzzerTestOneInput call site: 00001 insert_knuth
15 42 LLVMFuzzerTestOneInput call site: 00042 PREFIX
10 31 LLVMFuzzerTestOneInput call site: 00031 PREFIX
5 23 insert_knuth call site: 00023 UNLIKELY

Runtime coverage analysis

Covered functions
100
Functions that are reachable but not covered
12
Reachable functions
15
Percentage of reachable functions covered
20.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_example_small.c 6
deflate.c 12
insert_string_p.h 6
zmemory.h 1
test/example.c 12

Fuzzer: fuzzer_example_flush

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 49 79.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 20.9%
All colors 62 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
17 1 LLVMFuzzerTestOneInput call site: 00001 insert_knuth
17 42 LLVMFuzzerTestOneInput call site: 00042 PREFIX
10 31 LLVMFuzzerTestOneInput call site: 00031 PREFIX
5 23 insert_knuth call site: 00023 UNLIKELY

Runtime coverage analysis

Covered functions
124
Functions that are reachable but not covered
11
Reachable functions
14
Percentage of reachable functions covered
21.43%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_example_flush.c 6
deflate.c 12
insert_string_p.h 6
zmemory.h 1
test/example.c 11

Fuzzer: fuzzer_example_large

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 73 89.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 10.9%
All colors 82 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
51 17 update_hash_roll call site: 00017 zng_deflateSetParams
12 4 LLVMFuzzerTestOneInput call site: 00004 PREFIX
10 69 LLVMFuzzerTestOneInput call site: 00069 PREFIX

Runtime coverage analysis

Covered functions
118
Functions that are reachable but not covered
12
Reachable functions
15
Percentage of reachable functions covered
20.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_example_large.c 6
test/example.c 12
deflate.c 16
insert_string_p.h 6
zmemory.h 1

Fuzzer: fuzzer_compress

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 21 42.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 29 57.9%
All colors 50 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
12 1 LLVMFuzzerTestOneInput call site: 00001 insert_knuth_head
5 23 insert_knuth call site: 00023 UNLIKELY
2 34 check_compress_level call site: 00034
1 15 insert_knuth_head call site: 00015
1 17 insert_knuth_head call site: 00017 insert_knuth

Runtime coverage analysis

Covered functions
147
Functions that are reachable but not covered
12
Reachable functions
16
Percentage of reachable functions covered
25.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_compress.c 12
deflate.c 12
insert_string_p.h 6
zmemory.h 1

Fuzzer: fuzzer_minigzip

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 56 49.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 57 50.4%
All colors 113 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
11 51 file_compress call site: 00051 gz_compress_mmap
10 21 file_compress call site: 00021 PREFIX3
7 43 insert_knuth call site: 00043 UNLIKELY
5 2 LLVMFuzzerTestOneInput call site: 00002
2 14 file_compress call site: 00014
2 18 file_compress call site: 00018
2 65 gz_compress call site: 00065
2 77 file_uncompress call site: 00077
2 83 file_uncompress call site: 00083
2 86 file_uncompress call site: 00086
2 100 LLVMFuzzerTestOneInput call site: 00100
2 105 LLVMFuzzerTestOneInput call site: 00105

Runtime coverage analysis

Covered functions
174
Functions that are reachable but not covered
32
Reachable functions
37
Percentage of reachable functions covered
13.51%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_minigzip.c 28
test/example.c 4
deflate.c 12
insert_string_p.h 6
zmemory.h 1

Fuzzer: fuzzer_example_dict

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 55 84.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 15.3%
All colors 65 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
20 43 LLVMFuzzerTestOneInput call site: 00043 PREFIX
17 25 insert_knuth call site: 00025 PREFIX
12 1 LLVMFuzzerTestOneInput call site: 00001 PREFIX
6 14 update_hash_roll call site: 00014 insert_knuth

Runtime coverage analysis

Covered functions
141
Functions that are reachable but not covered
12
Reachable functions
15
Percentage of reachable functions covered
20.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz/fuzzer_example_dict.c 4
test/example.c 13
deflate.c 12
insert_string_p.h 6
zmemory.h 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
zng_tr_flush_block /src/zlib-ng/trees.c 4 ['deflate_state*', 'unsigned char*', 'uint32_t', 'int'] 6 0 41 8 9 54 0 116 114
gz_read /src/zlib-ng/gzread.c 3 ['gz_state*', 'void*', 'size_t'] 9 0 46 13 17 27 0 89 83
inflate_bench::Dispatch /src/zlib-ng/test/benchmarks/benchmark_inflate.cc 2 ['benchmark::State', 'enum test_data_type'] 6 0 5 2 1 28 0 76 71
block_state::deflate_medium /src/zlib-ng/deflate_medium.c 2 ['deflate_state*', 'int'] 5 0 48 12 20 36 0 78 68
crc32_chorba_sse41 /src/zlib-ng/arch/x86/crc32_chorba_sse41.c 3 ['uint32_t', 'uint8_t*', 'size_t'] 3 0 13 5 5 44 1 71 66
adler32_avx512_vnni /src/zlib-ng/arch/x86/adler32_avx512_vnni.c 3 ['uint32_t', 'uint8_t*', 'size_t'] 4 0 57 4 7 78 0 62 58
zng_inflate_table /src/zlib-ng/inftrees.c 6 ['codetype', 'uint16_t*', 'unsigned', 'code**', 'unsigned*', 'uint16_t*'] 3 0 123 20 40 39 3 60 52
crc32_copy_impl /src/zlib-ng/arch/arm/crc32_armv8_pmull_eor3.c 5 ['uint32_t', 'uint8_t*', 'uint8_t*', 'size_t', 'int'] 4 0 174 16 17 37 8 50 47
gz_write /src/zlib-ng/gzwrite.c 3 ['gz_state*', 'void*', 'size_t'] 8 0 41 12 16 22 0 62 44
LONGEST_MATCH /src/zlib-ng/match_tpl.h 2 ['deflate_state*', 'uint32_t'] 3 0 119 24 39 13 0 47 43

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
26.0%
213 / 808
Cyclomatic complexity statically reachable by fuzzers
39.0%
713 / 1844

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

test/fuzz/fuzzer_checksum.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

test/fuzz/fuzzer_example_small.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput', 'insert_knuth']

test/fuzz/fuzzer_example_flush.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput', 'insert_knuth']

test/fuzz/fuzzer_example_large.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['update_hash_roll', 'LLVMFuzzerTestOneInput']

test/fuzz/fuzzer_compress.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput', 'insert_knuth', 'check_compress_level', 'insert_knuth_head']

test/fuzz/fuzzer_minigzip.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['file_compress', 'insert_knuth', 'LLVMFuzzerTestOneInput', 'gz_compress', 'file_uncompress']

test/fuzz/fuzzer_example_dict.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput', 'insert_knuth', 'update_hash_roll']

Fuzz driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

trees.c

Target file: /src/zlib-ng/trees.c
Target functions: zng_tr_flush_block
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target zng_tr_flush_block */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  int new_var3 = ada_safe_get_int();
  zng_tr_flush_block(unknown_0, unknown_1, unknown_2, new_var3);

  af_safe_gb_cleanup();
}

gzread.c

Target file: /src/zlib-ng/gzread.c
Target functions: gz_read
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target gz_read */
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  gz_read(unknown_4, unknown_5, unknown_6);

  af_safe_gb_cleanup();
}

benchmark_inflate.cc

Target file: /src/zlib-ng/test/benchmarks/benchmark_inflate.cc
Target functions: inflate_bench::Dispatch
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target inflate_bench::Dispatch */
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  inflate_bench::Dispatch(unknown_7, unknown_8);

  af_safe_gb_cleanup();
}

deflate_medium.c

Target file: /src/zlib-ng/deflate_medium.c
Target functions: block_state::deflate_medium
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target block_state::deflate_medium */
  UNKNOWN_TYPE unknown_9;
  int new_var10 = ada_safe_get_int();
  block_state::deflate_medium(unknown_9, new_var10);

  af_safe_gb_cleanup();
}

crc32_chorba_sse41.c

Target file: /src/zlib-ng/arch/x86/crc32_chorba_sse41.c
Target functions: crc32_chorba_sse41
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target crc32_chorba_sse41 */
  UNKNOWN_TYPE unknown_11;
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  crc32_chorba_sse41(unknown_11, unknown_12, unknown_13);

  af_safe_gb_cleanup();
}

adler32_avx512_vnni.c

Target file: /src/zlib-ng/arch/x86/adler32_avx512_vnni.c
Target functions: adler32_avx512_vnni
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target adler32_avx512_vnni */
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  UNKNOWN_TYPE unknown_16;
  adler32_avx512_vnni(unknown_14, unknown_15, unknown_16);

  af_safe_gb_cleanup();
}

inftrees.c

Target file: /src/zlib-ng/inftrees.c
Target functions: zng_inflate_table
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target zng_inflate_table */
  UNKNOWN_TYPE unknown_17;
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  UNKNOWN_TYPE unknown_20;
  UNKNOWN_TYPE unknown_21;
  UNKNOWN_TYPE unknown_22;
  zng_inflate_table(unknown_17, unknown_18, unknown_19, unknown_20, unknown_21, unknown_22);

  af_safe_gb_cleanup();
}

crc32_armv8_pmull_eor3.c

Target file: /src/zlib-ng/arch/arm/crc32_armv8_pmull_eor3.c
Target functions: crc32_copy_impl
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target crc32_copy_impl */
  UNKNOWN_TYPE unknown_23;
  UNKNOWN_TYPE unknown_24;
  UNKNOWN_TYPE unknown_25;
  UNKNOWN_TYPE unknown_26;
  int new_var27 = ada_safe_get_int();
  crc32_copy_impl(unknown_23, unknown_24, unknown_25, unknown_26, new_var27);

  af_safe_gb_cleanup();
}

gzwrite.c

Target file: /src/zlib-ng/gzwrite.c
Target functions: gz_write
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target gz_write */
  UNKNOWN_TYPE unknown_28;
  UNKNOWN_TYPE unknown_29;
  UNKNOWN_TYPE unknown_30;
  gz_write(unknown_28, unknown_29, unknown_30);

  af_safe_gb_cleanup();
}

match_tpl.h

Target file: /src/zlib-ng/match_tpl.h
Target functions: LONGEST_MATCH
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target LONGEST_MATCH */
  UNKNOWN_TYPE unknown_31;
  UNKNOWN_TYPE unknown_32;
  LONGEST_MATCH(unknown_31, unknown_32);

  af_safe_gb_cleanup();
}

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/zlib-ng/arch/x86/x86_features.c [] []
/src/zlib-ng/arch/x86/crc32_vpclmulqdq_avx512.c [] []
/src/zlib-ng/arch/arm/slide_hash_armv6.c [] []
/src/zlib-ng/arch/power/adler32_vmx.c [] []
/src/zlib-ng/deflate_stored.c [] []
/src/zlib-ng/arch/riscv/crc32_zbc.c [] []
/src/zlib-ng/test/test_crc32.cc [] []
/src/zlib-ng/test/benchmarks/benchmark_compare256_rle.cc [] []
/src/zlib-ng/test/benchmarks/benchmark_corpora.cc [] []
/src/zlib-ng/adler32_p.h [] []
/src/zlib-ng/test/fuzz/fuzzer_compress.c ['fuzzer_compress'] ['fuzzer_compress']
/src/zlib-ng/test/benchmarks/benchmark_adler32_copy.cc [] []
/src/zlib-ng/insert_string_p.h ['fuzzer_checksum', 'fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_compress', 'fuzzer_minigzip', 'fuzzer_example_dict'] ['fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_compress', 'fuzzer_minigzip', 'fuzzer_example_dict']
/src/zlib-ng/cpu_features.c [] []
/src/zlib-ng/arch/power/chunkset_power8.c [] []
/src/zlib-ng/test/benchmarks/benchmark_slidehash.cc [] []
/src/zlib-ng/deflate_huff.c [] []
/src/zlib-ng/zutil.c [] []
/src/zlib-ng/test/test_deflate_concurrency.cc [] []
/src/zlib-ng/arch/x86/compare256_sse2.c [] []
/src/zlib-ng/arch/arm/adler32_neon_tpl.h [] []
/src/zlib-ng/inflate.c [] []
/src/zlib-ng/arch/arm/crc32_armv8_pmull_eor3.c [] []
/src/zlib-ng/test/benchmarks/benchmark_chunkmemset.cc [] []
/src/zlib-ng/arch/x86/adler32_avx512_p.h [] []
/src/zlib-ng/arch/s390/dfltcc_deflate.h [] []
/src/zlib-ng/infback.c [] []
/src/zlib-ng/zarch.h [] []
/src/zlib-ng/zutil.h [] []
/src/zlib-ng/arch/x86/crc32_pclmulqdq.c [] []
/src/zlib-ng/test/benchmarks/benchmark_inflate_chunked.cc [] []
/src/zlib-ng/test/test_raw.cc [] []
/src/zlib-ng/arch/s390/slide_hash_vx.c [] []
/src/zlib-ng/test/fuzz/fuzzer_minigzip.c ['fuzzer_minigzip'] ['fuzzer_minigzip']
/src/zlib-ng/deflate_rle.c [] []
/src/zlib-ng/crc32_p.h [] []
/src/zlib-ng/test/benchmarks/benchmark_deflate.cc [] []
/src/zlib-ng/test/fuzz/fuzzer_example_small.c ['fuzzer_example_small'] ['fuzzer_example_small']
/src/zlib-ng/arch/loongarch/compare256_lsx.c [] []
/src/zlib-ng/test/hash_test_strings_p.h [] []
/src/zlib-ng/test/benchmarks/benchmark_png_encode.cc [] []
/src/zlib-ng/arch/power/power_intrins.h [] []
/src/zlib-ng/test/switchlevels.c [] []
/src/zlib-ng/test/benchmarks/benchmark_png_decode_small.cc [] []
/src/zlib-ng/test/benchmarks/benchmark_png_shared.h [] []
/src/zlib-ng/inflate_p.h [] []
/src/zlib-ng/test/benchmarks/benchmark_main.cc [] []
/src/zlib-ng/test/fuzz/fuzzer_example_large.c ['fuzzer_example_large'] ['fuzzer_example_large']
/src/zlib-ng/chunkset_tpl.h [] []
/src/zlib-ng/arch/s390/crc32_vx.c [] []
/src/zlib-ng/gzlib.c [] []
/src/zlib-ng/arch/x86/crc32_pclmulqdq_tpl.h [] []
/src/zlib-ng/arch/s390/s390_features.c [] []
/src/zlib-ng/arch/s390/dfltcc_inflate.c [] []
/src/zlib-ng/arch/x86/adler32_sse42.c [] []
/src/zlib-ng/deflate_medium.c [] []
/src/zlib-ng/trees_tbl.h [] []
/src/zlib-ng/insert_string.c [] []
/src/zlib-ng/test/example.c ['fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_minigzip', 'fuzzer_example_dict'] []
/src/zlib-ng/test/infcover.c [] []
/src/zlib-ng/test/test_deflate_deterministic.cc [] []
/src/zlib-ng/arch/power/adler32_power8.c [] []
/src/zlib-ng/arch/arm/acle_intrins.h [] []
/src/zlib-ng/arch/arm/arm_features.c [] []
/src/zlib-ng/deflate_slow.c [] []
/src/zlib-ng/gzguts.h [] []
/src/zlib-ng/arch/arm/compare256_neon.c [] []
/src/zlib-ng/arch/x86/x86_intrins.h [] []
/src/zlib-ng/test/benchmarks/benchmark_compress.cc [] []
/src/zlib-ng/test/test_compress_bound.cc [] []
/src/zlib-ng/crc32_chorba_p.h [] []
/src/zlib-ng/arch/riscv/compare256_rvv.c [] []
/src/zlib-ng/deflate.h [] []
/src/zlib-ng/zbuild.h [] []
/src/zlib-ng/arch/x86/chunkset_avx512.c [] []
/src/zlib-ng/test/benchmarks/benchmark_compare256.cc [] []
/src/zlib-ng/arch/x86/adler32_ssse3.c [] []
/src/zlib-ng/arch/x86/slide_hash_avx2.c [] []
/src/zlib-ng/test/benchmarks/benchmark_crc32_copy.cc [] []
/src/zlib-ng/deflate_p.h [] []
/src/zlib-ng/arch/arm/crc32_armv8.c [] []
/src/zlib-ng/crc32_braid_p.h [] []
/src/zlib-ng/arch/generic/slide_hash_c.c [] []
/src/zlib-ng/arch/shared/crc32_hw_copy_impl_tpl.h [] []
/src/zlib-ng/arch/arm/crc32_armv8_p.h [] []
/src/zlib-ng/arch/power/compare256_power9.c [] []
/src/zlib-ng/arch/loongarch/lasxintrin_ext.h [] []
/src/zlib-ng/arch/arm/slide_hash_neon.c [] []
/src/zlib-ng/arch/generic/adler32_c.c [] []
/src/zlib-ng/arch/riscv/adler32_rvv.c [] []
/src/zlib-ng/test/benchmarks/benchmark_png_decode.cc [] []
/src/zlib-ng/test/benchmarks/benchmark_uncompress.cc [] []
/src/zlib-ng/test/benchmarks/benchmark_adler32.cc [] []
/src/zlib-ng/arch/power/crc32_power8.c [] []
/src/zlib-ng/arch/arm/neon_intrins.h [] []
/src/zlib-ng/arch/s390/dfltcc_inflate.h [] []
/src/zlib-ng/deflate_quick.c [] []
/src/zlib-ng/adler32.c [] []
/src/zlib-ng/test/fuzz/fuzzer_checksum.c ['fuzzer_checksum'] ['fuzzer_checksum']
/src/zlib-ng/arch/x86/compare256_avx512.c [] []
/src/zlib-ng/test/test_deflate_params.cc [] []
/src/zlib-ng/crc32_braid_comb_p.h [] []
/src/zlib-ng/arch/x86/crc32_chorba_sse41.c [] []
/src/zlib-ng/arch/shared/crc32_hw_common_tpl.h [] []
/src/zlib-ng/arch/loongarch/chunkset_lasx.c [] []
/src/zlib-ng/test/test_crc32_copy.cc [] []
/src/zlib-ng/test/test_adler32_copy.cc [] []
/src/zlib-ng/arch/riscv/slide_hash_rvv.c [] []
/src/zlib-ng/deflate.c ['fuzzer_checksum', 'fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_compress', 'fuzzer_minigzip', 'fuzzer_example_dict'] ['fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_compress', 'fuzzer_minigzip', 'fuzzer_example_dict']
/src/zlib-ng/inftrees.c [] []
/src/zlib-ng/compare256_rle.h [] []
/src/zlib-ng/crc32_braid_comb.c [] []
/src/zlib-ng/test/test_deflate.cc [] []
/src/zlib-ng/arch/x86/crc32_vpclmulqdq_avx2.c [] []
/src/zlib-ng/zmemory.h ['fuzzer_checksum', 'fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_compress', 'fuzzer_minigzip', 'fuzzer_example_dict'] ['fuzzer_example_small', 'fuzzer_example_flush', 'fuzzer_example_large', 'fuzzer_compress', 'fuzzer_minigzip', 'fuzzer_example_dict']
/src/zlib-ng/utils/maketrees.c [] []
/src/zlib-ng/test/benchmarks/benchmark_insert_string.cc [] []
/src/zlib-ng/test/test_adler32.cc [] []
/src/zlib-ng/zsanitizer.h [] []
/src/zlib-ng/test/test_inflate_back.cc [] []
/src/zlib-ng/zendian.h [] []
/src/zlib-ng/arch/x86/adler32_avx2.c [] []
/src/zlib-ng/arch/loongarch/compare256_lasx.c [] []
/src/zlib-ng/arch/x86/compare256_avx2.c [] []
/src/zlib-ng/arch/loongarch/lsxintrin_ext.h [] []
/src/zlib-ng/test/test_compare256.cc [] []
/src/zlib-ng/functable.c [] []
/src/zlib-ng/arch/loongarch/slide_hash_lasx.c [] []
/src/zlib-ng/arch/x86/adler32_avx2_vnni.c [] []
/src/zlib-ng/arch/loongarch/adler32_lsx.c [] []
/src/zlib-ng/test/benchmarks/benchmark_crc32.cc [] []
/src/zlib-ng/trees_emit.h [] []
/src/zlib-ng/test/test_deflate_bound.cc [] []
/src/zlib-ng/arch/generic/compare256_c.c [] []
/src/zlib-ng/fallback_builtins.h [] []
/src/zlib-ng/test/fuzz/fuzzer_example_dict.c ['fuzzer_example_dict'] ['fuzzer_example_dict']
/src/zlib-ng/test/test_data_p.h [] []
/src/zlib-ng/arch/loongarch/crc32_la.c [] []
/src/zlib-ng/arch/generic/crc32_braid_c.c [] []
/src/zlib-ng/arch/arm/adler32_neon.c [] []
/src/zlib-ng/test/test_compare256_rle.cc [] []
/src/zlib-ng/arch/x86/adler32_avx512_vnni.c [] []
/src/zlib-ng/zutil_p.h [] []
/src/zlib-ng/test/benchmarks/benchmark_data_types.cc [] []
/src/zlib-ng/utils/makecrct.c [] []
/src/zlib-ng/arch/riscv/chunkset_rvv.c [] []
/src/zlib-ng/arch/s390/dfltcc_detail.h [] []
/src/zlib-ng/crc32.c [] []
/src/zlib-ng/arch/arm/chunkset_neon.c [] []
/src/zlib-ng/functable.h [] []
/src/zlib-ng/arch/arm/adler32_neon_dotprod.c [] []
/src/zlib-ng/arch/x86/slide_hash_sse2.c [] []
/src/zlib-ng/utils/minideflate.c [] []
/src/zlib-ng/arch/generic/crc32_chorba_c.c [] []
/src/zlib-ng/arch/x86/adler32_avx512.c [] []
/src/zlib-ng/arch/loongarch/slide_hash_lsx.c [] []
/src/zlib-ng/gzread.c [] []
/src/zlib-ng/match_tpl.h [] []
/src/zlib-ng/deflate_fast.c [] []
/src/zlib-ng/arch/s390/dfltcc_deflate.c [] []
/src/zlib-ng/arch/s390/dfltcc_common.h [] []
/src/zlib-ng/test/test_chunked.cc [] []
/src/zlib-ng/arch/power/slide_ppc_tpl.h [] []
/src/zlib-ng/arch/loongarch/adler32_lasx.c [] []
/src/zlib-ng/utils/minigzip.c [] []
/src/zlib-ng/test/fuzz/fuzzer_example_flush.c ['fuzzer_example_flush'] ['fuzzer_example_flush']
/src/zlib-ng/gzwrite.c [] []
/src/zlib-ng/trees.c [] []
/src/zlib-ng/arch/s390/vx_intrins.h [] []
/src/zlib-ng/arch/loongarch/loongarch_features.c [] []
/src/zlib-ng/utils/makefixed.c [] []
/src/zlib-ng/arch/riscv/riscv_features.c [] []
/src/zlib-ng/test/benchmarks/benchmark_inflate.cc [] []
/src/zlib-ng/arch/power/power_features.c [] []
/src/zlib-ng/arch/x86/crc32_chorba_sse2.c [] []

Directories in report

Directory
/src/zlib-ng/test/fuzz/
/src/zlib-ng/test/benchmarks/
/src/zlib-ng/test/
/src/zlib-ng/arch/loongarch/
/src/zlib-ng/arch/power/
/src/zlib-ng/utils/
/src/zlib-ng/arch/arm/
/src/zlib-ng/
/src/zlib-ng/arch/s390/
/src/zlib-ng/arch/riscv/
/src/zlib-ng/arch/x86/
/src/zlib-ng/arch/shared/
/src/zlib-ng/arch/generic/