Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
checksum_fuzzer inspector/light/source_filesminiz/tests/checksum_fuzzer.c 5 176 2 3 64 26 checksum_fuzzer.c
zip_fuzzer inspector/light/source_filesminiz/tests/zip_fuzzer.c 37 142 5 2 1723 697 zip_fuzzer.c
uncompress2_fuzzer inspector/light/source_filesminiz/tests/uncompress2_fuzzer.c 9 171 5 3 683 255 uncompress2_fuzzer.c
add_in_place_fuzzer inspector/light/source_filesminiz/tests/add_in_place_fuzzer.c 78 104 12 3 3329 1349 add_in_place_fuzzer.c
inspector/source-codeminiz/tests/uncompress2_fuzzer.c inspector/source-codeminiz/tests/uncompress2_fuzzer.c 9 171 5 3 683 255 uncompress2_fuzzer.c
miniz/tests/zip_fuzzer.c miniz/tests/zip_fuzzer.c 37 142 5 2 1723 697 zip_fuzzer.c
inspector/source-codeminiz/tests/flush_fuzzer.c inspector/source-codeminiz/tests/flush_fuzzer.c 31 155 10 3 1407 562 flush_fuzzer.c
inspector/source-codeminiz/tests/uncompress_fuzzer.c inspector/source-codeminiz/tests/uncompress_fuzzer.c 10 170 6 3 692 259 uncompress_fuzzer.c
miniz/tests/add_in_place_fuzzer.c miniz/tests/add_in_place_fuzzer.c 78 104 12 3 3329 1349 add_in_place_fuzzer.c
miniz/tests/checksum_fuzzer.c miniz/tests/checksum_fuzzer.c 5 176 2 3 64 26 checksum_fuzzer.c
inspector/source-codeminiz/tests/zip_fuzzer.c inspector/source-codeminiz/tests/zip_fuzzer.c 37 142 5 2 1723 697 zip_fuzzer.c
inspector/source-codeminiz/tests/add_in_place_fuzzer.c inspector/source-codeminiz/tests/add_in_place_fuzzer.c 78 104 12 3 3329 1349 add_in_place_fuzzer.c
miniz/tests/uncompress_fuzzer.c miniz/tests/uncompress_fuzzer.c 10 170 6 3 692 259 uncompress_fuzzer.c
miniz/tests/flush_fuzzer.c miniz/tests/flush_fuzzer.c 31 155 10 3 1407 562 flush_fuzzer.c
compress_fuzzer inspector/light/source_filesminiz/tests/compress_fuzzer.c 41 145 11 3 2092 821 compress_fuzzer.c
miniz/tests/small_fuzzer.c miniz/tests/small_fuzzer.c 42 148 10 3 2102 820 small_fuzzer.c
inspector/source-codeminiz/tests/compress_fuzzer.c inspector/source-codeminiz/tests/compress_fuzzer.c 41 145 11 3 2092 821 compress_fuzzer.c
inspector/source-codeminiz/tests/checksum_fuzzer.c inspector/source-codeminiz/tests/checksum_fuzzer.c 5 176 2 3 64 26 checksum_fuzzer.c
miniz/tests/large_fuzzer.c miniz/tests/large_fuzzer.c 38 151 10 3 2077 807 large_fuzzer.c
inspector/source-codeminiz/tests/small_fuzzer.c inspector/source-codeminiz/tests/small_fuzzer.c 42 148 10 3 2102 820 small_fuzzer.c
small_fuzzer inspector/light/source_filesminiz/tests/small_fuzzer.c 42 148 10 3 2102 820 small_fuzzer.c
inspector/source-codeminiz/tests/large_fuzzer.c inspector/source-codeminiz/tests/large_fuzzer.c 38 151 10 3 2077 807 large_fuzzer.c
uncompress_fuzzer inspector/light/source_filesminiz/tests/uncompress_fuzzer.c 10 170 6 3 692 259 uncompress_fuzzer.c
miniz/tests/uncompress2_fuzzer.c miniz/tests/uncompress2_fuzzer.c 9 171 5 3 683 255 uncompress2_fuzzer.c
flush_fuzzer inspector/light/source_filesminiz/tests/flush_fuzzer.c 31 155 10 3 1407 562 flush_fuzzer.c
large_fuzzer inspector/light/source_filesminiz/tests/large_fuzzer.c 38 151 10 3 2077 807 large_fuzzer.c
miniz/tests/compress_fuzzer.c miniz/tests/compress_fuzzer.c 41 145 11 3 2092 821 compress_fuzzer.c

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: checksum_fuzzer

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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 7 100.%
All colors 7 100

Runtime coverage analysis

Covered functions
5
Functions that are reachable but not covered
0
Reachable functions
5
Percentage of reachable functions covered
100.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
inspector/light/source_filesminiz/tests/checksum_fuzzer.c 1
miniz/build/amalgamation/miniz.h 2
miniz/build/amalgamation/miniz.c 2

Fuzzer: zip_fuzzer

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 13 22.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 46 77.9%
All colors 59 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 6 6 mz_zip_reader_locate_file_v2 call site: 00045 /src/miniz/build/amalgamation/miniz.c:4505
0 0 None 2 2 mz_zip_reader_end_internal call site: 00012 /src/miniz/build/amalgamation/miniz.c:3986
0 0 None 0 272 mz_zip_reader_extract_to_mem_no_alloc1 call site: 00052 /src/miniz/build/amalgamation/miniz.c:4571
0 0 None 0 205 mz_zip_reader_extract_to_mem_no_alloc1 call site: 00054 /src/miniz/build/amalgamation/miniz.c:4627
0 0 None 0 205 mz_zip_reader_extract_to_mem_no_alloc1 call site: 00054 /src/miniz/build/amalgamation/miniz.c:4662
0 0 None 0 3 tinfl_decompress call site: 00033 /src/miniz/build/amalgamation/miniz.c:2474
0 0 None 0 0 tinfl_decompress call site: 00033 /src/miniz/build/amalgamation/miniz.c:2451
0 0 None 0 0 mz_zip_reader_get_filename call site: 00040 /src/miniz/build/amalgamation/miniz.c:7868
0 0 None 0 0 mz_zip_reader_end_internal call site: 00012 /src/miniz/build/amalgamation/miniz.c:4004
0 0 None 0 0 mz_zip_array_ensure_capacity call site: 00008 /src/miniz/build/amalgamation/miniz.c:3381

Runtime coverage analysis

Covered functions
42
Functions that are reachable but not covered
6
Reachable functions
37
Percentage of reachable functions covered
83.78%
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
inspector/light/source_filesminiz/tests/zip_fuzzer.c 1
miniz/build/amalgamation/miniz.c 32

Fuzzer: uncompress2_fuzzer

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 1 9.09%
gold [1:9] 1 9.09%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 81.8%
All colors 11 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 198 mz_inflate call site: 00005 /src/miniz/build/amalgamation/miniz.c:467
0 0 None 0 3 tinfl_decompress call site: 00006 /src/miniz/build/amalgamation/miniz.c:2479
0 0 None 0 0 tinfl_decompress call site: 00006 /src/miniz/build/amalgamation/miniz.c:2451
0 0 None 0 0 tinfl_decompress call site: 00007 /src/miniz/build/amalgamation/miniz.c:2854

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
0
Reachable functions
9
Percentage of reachable functions covered
100.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
inspector/light/source_filesminiz/tests/uncompress2_fuzzer.c 1
miniz/build/amalgamation/miniz.h 1
miniz/build/amalgamation/miniz.c 7

Fuzzer: add_in_place_fuzzer

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 25 20.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.66%
lawngreen 50+ 93 77.5%
All colors 120 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
51 76 5 :

['free', 'mz_zip_reader_sort_central_dir_offsets_by_filename', 'mz_zip_array_ensure_capacity', 'malloc', 'mz_zip_reader_eocd64_valid']

51 76 mz_zip_reader_read_central_dir call site: 00032 /src/miniz/build/amalgamation/miniz.c:3740
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00028 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00067 /src/miniz/build/amalgamation/miniz.c:1325
0 7 1 :

['mz_zip_array_ensure_capacity']

51 58 mz_zip_reader_read_central_dir call site: 00035 /src/miniz/build/amalgamation/miniz.c:3841
0 0 None 51 51 mz_zip_reader_read_central_dir call site: 00036 /src/miniz/build/amalgamation/miniz.c:3862
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00017 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 11 812 tdefl_compress call site: 00063 /src/miniz/build/amalgamation/miniz.c:1944
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6378

Runtime coverage analysis

Covered functions
78
Functions that are reachable but not covered
19
Reachable functions
78
Percentage of reachable functions covered
75.64%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
inspector/light/source_filesminiz/tests/add_in_place_fuzzer.c 4
miniz/build/amalgamation/miniz.c 60
/usr/include/x86_64-linux-gnu/sys/stat.h 1

Fuzzer: inspector/source-codeminiz/tests/uncompress2_fuzzer.c

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 2 18.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 81.8%
All colors 11 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
0
Reachable functions
9
Percentage of reachable functions covered
100.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
inspector/source-codeminiz/tests/uncompress2_fuzzer.c 1
miniz/build/amalgamation/miniz.h 1
miniz/build/amalgamation/miniz.c 7

Fuzzer: miniz/tests/zip_fuzzer.c

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 13 22.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 46 77.9%
All colors 59 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
6
Reachable functions
37
Percentage of reachable functions covered
83.78%
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
miniz/tests/zip_fuzzer.c 1
miniz/build/amalgamation/miniz.c 32

Fuzzer: inspector/source-codeminiz/tests/flush_fuzzer.c

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 10 21.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 36 78.2%
All colors 46 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00020 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
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
inspector/source-codeminiz/tests/flush_fuzzer.c 2
miniz/build/amalgamation/miniz.h 4
miniz/build/amalgamation/miniz.c 22

Fuzzer: inspector/source-codeminiz/tests/uncompress_fuzzer.c

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 1 8.33%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 11 91.6%
All colors 12 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
0
Reachable functions
10
Percentage of reachable functions covered
100.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
inspector/source-codeminiz/tests/uncompress_fuzzer.c 1
miniz/build/amalgamation/miniz.h 1
miniz/build/amalgamation/miniz.c 8

Fuzzer: miniz/tests/add_in_place_fuzzer.c

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 31 25.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.66%
lawngreen 50+ 87 72.5%
All colors 120 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00028 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00067 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00017 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00055 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00011 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
16
Reachable functions
78
Percentage of reachable functions covered
79.49%
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
miniz/tests/add_in_place_fuzzer.c 4
miniz/build/amalgamation/miniz.c 60
/usr/include/x86_64-linux-gnu/sys/stat.h 1

Fuzzer: miniz/tests/checksum_fuzzer.c

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 1 14.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 6 85.7%
All colors 7 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
0
Reachable functions
5
Percentage of reachable functions covered
100.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
miniz/tests/checksum_fuzzer.c 1
miniz/build/amalgamation/miniz.h 2
miniz/build/amalgamation/miniz.c 2

Fuzzer: inspector/source-codeminiz/tests/zip_fuzzer.c

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 13 22.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 46 77.9%
All colors 59 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
6
Reachable functions
37
Percentage of reachable functions covered
83.78%
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
inspector/source-codeminiz/tests/zip_fuzzer.c 1
miniz/build/amalgamation/miniz.c 32

Fuzzer: inspector/source-codeminiz/tests/add_in_place_fuzzer.c

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 31 25.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.66%
lawngreen 50+ 87 72.5%
All colors 120 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00028 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00067 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00017 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00054 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00055 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00011 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
16
Reachable functions
78
Percentage of reachable functions covered
79.49%
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
inspector/source-codeminiz/tests/add_in_place_fuzzer.c 4
miniz/build/amalgamation/miniz.c 60
/usr/include/x86_64-linux-gnu/sys/stat.h 1

Fuzzer: miniz/tests/uncompress_fuzzer.c

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 1 8.33%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 11 91.6%
All colors 12 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
0
Reachable functions
10
Percentage of reachable functions covered
100.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
miniz/tests/uncompress_fuzzer.c 1
miniz/build/amalgamation/miniz.h 1
miniz/build/amalgamation/miniz.c 8

Fuzzer: miniz/tests/flush_fuzzer.c

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 10 21.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 36 78.2%
All colors 46 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00020 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
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
miniz/tests/flush_fuzzer.c 2
miniz/build/amalgamation/miniz.h 4
miniz/build/amalgamation/miniz.c 22

Fuzzer: compress_fuzzer

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 4 7.01%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 53 92.9%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 485 2 :

['tdefl_compress', 'tdefl_get_adler32']

0 485 mz_deflate call site: 00034 /src/miniz/build/amalgamation/miniz.c:282
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00018 /src/miniz/build/amalgamation/miniz.c:1325
0 0 None 0 812 tdefl_compress call site: 00014 /src/miniz/build/amalgamation/miniz.c:1944
0 0 None 0 198 mz_inflate call site: 00042 /src/miniz/build/amalgamation/miniz.c:467
0 0 None 0 5 tdefl_compress call site: 00032 /src/miniz/build/amalgamation/miniz.c:1970
0 0 None 0 4 mz_compress2 call site: 00013 /src/miniz/build/amalgamation/miniz.c:339
0 0 None 0 3 tinfl_decompress call site: 00043 /src/miniz/build/amalgamation/miniz.c:2479
0 0 None 0 0 tdefl_compress call site: 00014 /src/miniz/build/amalgamation/miniz.c:1915
0 0 None 0 0 tdefl_compress call site: 00014 /src/miniz/build/amalgamation/miniz.c:1933
0 0 None 0 0 tdefl_compress call site: 00016 /src/miniz/build/amalgamation/miniz.c:1958
0 0 None 0 0 tdefl_compress call site: 00032 /src/miniz/build/amalgamation/miniz.c:1967
0 0 None 0 0 tdefl_create_comp_flags_from_zip_params call site: 00011 /src/miniz/build/amalgamation/miniz.c:2115

Runtime coverage analysis

Covered functions
43
Functions that are reachable but not covered
3
Reachable functions
41
Percentage of reachable functions covered
92.68%
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
inspector/light/source_filesminiz/tests/compress_fuzzer.c 4
miniz/build/amalgamation/miniz.h 3
miniz/build/amalgamation/miniz.c 31

Fuzzer: miniz/tests/small_fuzzer.c

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 12 18.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 54 81.8%
All colors 66 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00063 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00020 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
4
Reachable functions
42
Percentage of reachable functions covered
90.48%
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
miniz/tests/small_fuzzer.c 3
miniz/build/amalgamation/miniz.h 7
miniz/build/amalgamation/miniz.c 28

Fuzzer: inspector/source-codeminiz/tests/compress_fuzzer.c

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 14 24.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 43 75.4%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00018 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
3
Reachable functions
41
Percentage of reachable functions covered
92.68%
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
inspector/source-codeminiz/tests/compress_fuzzer.c 4
miniz/build/amalgamation/miniz.h 3
miniz/build/amalgamation/miniz.c 31

Fuzzer: inspector/source-codeminiz/tests/checksum_fuzzer.c

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 1 14.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 6 85.7%
All colors 7 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
0
Reachable functions
5
Percentage of reachable functions covered
100.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
inspector/source-codeminiz/tests/checksum_fuzzer.c 1
miniz/build/amalgamation/miniz.h 2
miniz/build/amalgamation/miniz.c 2

Fuzzer: miniz/tests/large_fuzzer.c

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 15 23.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 48 76.1%
All colors 63 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00017 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00052 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
3
Reachable functions
38
Percentage of reachable functions covered
92.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
miniz/tests/large_fuzzer.c 3
miniz/build/amalgamation/miniz.h 6
miniz/build/amalgamation/miniz.c 26

Fuzzer: inspector/source-codeminiz/tests/small_fuzzer.c

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 12 18.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 54 81.8%
All colors 66 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00063 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00020 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
4
Reachable functions
42
Percentage of reachable functions covered
90.48%
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
inspector/source-codeminiz/tests/small_fuzzer.c 3
miniz/build/amalgamation/miniz.h 7
miniz/build/amalgamation/miniz.c 28

Fuzzer: small_fuzzer

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 4 6.06%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 62 93.9%
All colors 66 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00063 /src/miniz/tests/small_fuzzer.c:95
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00020 /src/miniz/build/amalgamation/miniz.c:1325
0 0 None 6 12 test_inflate call site: 00052 /src/miniz/tests/small_fuzzer.c:87
0 0 None 0 360 tdefl_compress_normal call site: 00018 /src/miniz/build/amalgamation/miniz.c:1832
0 0 None 0 360 tdefl_compress_normal call site: 00018 /src/miniz/build/amalgamation/miniz.c:1859
0 0 None 0 198 mz_inflate call site: 00053 /src/miniz/build/amalgamation/miniz.c:467
0 0 None 0 198 mz_inflate call site: 00056 /src/miniz/build/amalgamation/miniz.c:535
0 0 None 0 5 tdefl_compress call site: 00034 /src/miniz/build/amalgamation/miniz.c:1970
0 0 None 0 3 tinfl_decompress call site: 00054 /src/miniz/build/amalgamation/miniz.c:2496
0 0 None 0 3 tinfl_decompress call site: 00055 /src/miniz/build/amalgamation/miniz.c:2671
0 0 None 0 0 tdefl_compress call site: 00016 /src/miniz/build/amalgamation/miniz.c:1915
0 0 None 0 0 tdefl_compress call site: 00016 /src/miniz/build/amalgamation/miniz.c:1933

Runtime coverage analysis

Covered functions
43
Functions that are reachable but not covered
4
Reachable functions
42
Percentage of reachable functions covered
90.48%
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
inspector/light/source_filesminiz/tests/small_fuzzer.c 3
miniz/build/amalgamation/miniz.h 7
miniz/build/amalgamation/miniz.c 28

Fuzzer: inspector/source-codeminiz/tests/large_fuzzer.c

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 15 23.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 48 76.1%
All colors 63 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00017 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00052 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
3
Reachable functions
38
Percentage of reachable functions covered
92.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
inspector/source-codeminiz/tests/large_fuzzer.c 3
miniz/build/amalgamation/miniz.h 6
miniz/build/amalgamation/miniz.c 26

Fuzzer: uncompress_fuzzer

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 1 8.33%
gold [1:9] 1 8.33%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 83.3%
All colors 12 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 198 mz_inflate call site: 00006 /src/miniz/build/amalgamation/miniz.c:467
0 0 None 0 3 tinfl_decompress call site: 00007 /src/miniz/build/amalgamation/miniz.c:2479
0 0 None 0 0 tinfl_decompress call site: 00007 /src/miniz/build/amalgamation/miniz.c:2451
0 0 None 0 0 tinfl_decompress call site: 00008 /src/miniz/build/amalgamation/miniz.c:2854

Runtime coverage analysis

Covered functions
12
Functions that are reachable but not covered
0
Reachable functions
10
Percentage of reachable functions covered
100.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
inspector/light/source_filesminiz/tests/uncompress_fuzzer.c 1
miniz/build/amalgamation/miniz.h 1
miniz/build/amalgamation/miniz.c 8

Fuzzer: miniz/tests/uncompress2_fuzzer.c

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 2 18.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 81.8%
All colors 11 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00000 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
0
Reachable functions
9
Percentage of reachable functions covered
100.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
miniz/tests/uncompress2_fuzzer.c 1
miniz/build/amalgamation/miniz.h 1
miniz/build/amalgamation/miniz.c 7

Fuzzer: flush_fuzzer

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 4 8.69%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 42 91.3%
All colors 46 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00020 /src/miniz/build/amalgamation/miniz.c:1325
0 0 None 4 10 test_flush call site: 00039 /src/inspector/source-code/src/miniz/tests/flush_fuzzer.c:53
0 0 None 0 812 tdefl_compress call site: 00016 /src/miniz/build/amalgamation/miniz.c:1944
0 0 None 0 360 tdefl_compress_normal call site: 00018 /src/miniz/build/amalgamation/miniz.c:1832
0 0 None 0 360 tdefl_compress_normal call site: 00018 /src/miniz/build/amalgamation/miniz.c:1859
0 0 None 0 0 tdefl_compress call site: 00016 /src/miniz/build/amalgamation/miniz.c:1915
0 0 None 0 0 tdefl_compress call site: 00016 /src/miniz/build/amalgamation/miniz.c:1933
0 0 None 0 0 tdefl_compress call site: 00018 /src/miniz/build/amalgamation/miniz.c:1958
0 0 None 0 0 tdefl_compress call site: 00034 /src/miniz/build/amalgamation/miniz.c:1967
0 0 None 0 0 tdefl_create_comp_flags_from_zip_params call site: 00010 /src/miniz/build/amalgamation/miniz.c:2115
0 0 None 0 0 tdefl_create_comp_flags_from_zip_params call site: 00010 /src/miniz/build/amalgamation/miniz.c:2117
0 0 None 0 0 tdefl_create_comp_flags_from_zip_params call site: 00010 /src/miniz/build/amalgamation/miniz.c:2119

Runtime coverage analysis

Covered functions
33
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
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
inspector/light/source_filesminiz/tests/flush_fuzzer.c 2
miniz/build/amalgamation/miniz.h 4
miniz/build/amalgamation/miniz.c 22

Fuzzer: large_fuzzer

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 13 20.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 50 79.3%
All colors 63 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00017 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00052 /src/miniz/tests/large_fuzzer.c:99
0 0 None 2 2 test_large_deflate call site: 00035 /src/miniz/tests/large_fuzzer.c:54
0 0 None 2 2 test_large_deflate call site: 00039 /src/miniz/tests/large_fuzzer.c:68
0 0 None 0 812 tdefl_compress call site: 00013 /src/miniz/build/amalgamation/miniz.c:1944
0 0 None 0 360 tdefl_compress_normal call site: 00015 /src/miniz/build/amalgamation/miniz.c:1834
0 0 None 0 255 tdefl_compress_block call site: 00017 /src/miniz/build/amalgamation/miniz.c:1241
0 0 None 0 198 mz_inflate call site: 00053 /src/miniz/build/amalgamation/miniz.c:467
0 0 None 0 198 mz_inflate call site: 00056 /src/miniz/build/amalgamation/miniz.c:535
0 0 None 0 5 tdefl_compress call site: 00031 /src/miniz/build/amalgamation/miniz.c:1970
0 0 None 0 3 tinfl_decompress call site: 00054 /src/miniz/build/amalgamation/miniz.c:2491
0 0 None 0 3 tinfl_decompress call site: 00054 /src/miniz/build/amalgamation/miniz.c:2539

Runtime coverage analysis

Covered functions
39
Functions that are reachable but not covered
4
Reachable functions
38
Percentage of reachable functions covered
89.47%
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
inspector/light/source_filesminiz/tests/large_fuzzer.c 3
miniz/build/amalgamation/miniz.h 6
miniz/build/amalgamation/miniz.c 26

Fuzzer: miniz/tests/compress_fuzzer.c

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 14 24.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 43 75.4%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['exit']

2 2 test_inflate call site: 00000 /src/miniz/tests/small_fuzzer.c:95
2 2 1 :

['fclose']

2 2 mz_zip_reader_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:4143
0 268 1 :

['tdefl_compress_block']

0 268 tdefl_flush_block call site: 00018 /src/miniz/build/amalgamation/miniz.c:1325
0 231 1 :

['inflate']

4 241 test_large_inflate call site: 00000 /src/miniz/tests/large_fuzzer.c:99
0 0 None 19 19 mz_zip_writer_init_file_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:5948
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6297
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6321
0 0 None 12 589 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6326
0 0 None 12 583 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6340
0 0 None 8 566 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6378
0 0 None 8 542 mz_zip_writer_add_mem_ex_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:6428
0 0 None 6 977 mz_zip_add_mem_to_archive_file_in_place_v2 call site: 00000 /src/miniz/build/amalgamation/miniz.c:7552

Runtime coverage analysis

Covered functions
129
Functions that are reachable but not covered
3
Reachable functions
41
Percentage of reachable functions covered
92.68%
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
miniz/tests/compress_fuzzer.c 4
miniz/build/amalgamation/miniz.h 3
miniz/build/amalgamation/miniz.c 31

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.

inspector/light/source_filesminiz/tests/checksum_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/zip_fuzzer.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=['mz_zip_locate_file_binary_search', 'mz_zip_reader_file_stat', 'tinfl_decompress', 'mz_zip_validate_file', 'mz_zip_reader_init_mem']

inspector/light/source_filesminiz/tests/uncompress2_fuzzer.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=['tinfl_decompress']

inspector/light/source_filesminiz/tests/add_in_place_fuzzer.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=['mz_zip_writer_init_file_v2', 'mz_zip_reader_read_central_dir', 'mz_zip_add_mem_to_archive_file_in_place_v2', 'tdefl_compress_block', 'mz_zip_writer_add_to_central_dir', 'mz_zip_extract_archive_file_to_heap_v2', 'mz_zip_writer_end_internal', 'mz_zip_reader_init_file_v2']

inspector/source-codeminiz/tests/uncompress2_fuzzer.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=['mz_uncompress2']

miniz/tests/zip_fuzzer.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=['mz_zip_locate_file_binary_search', 'mz_zip_reader_file_stat', 'tinfl_decompress', 'mz_zip_validate_file', 'mz_zip_reader_init_mem']

inspector/source-codeminiz/tests/flush_fuzzer.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=['mz_compressBound', 'test_flush', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block']

inspector/source-codeminiz/tests/uncompress_fuzzer.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=['mz_uncompress2']

miniz/tests/add_in_place_fuzzer.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=['mz_zip_locate_file_binary_search', 'read_buffer', 'mz_zip_writer_init_file_v2', 'mz_zip_add_mem_to_archive_file_in_place_v2', 'mz_zip_writer_add_to_central_dir', 'read_string', 'mz_zip_writer_end_internal', 'mz_zip_reader_init_file_v2']

miniz/tests/checksum_fuzzer.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']

inspector/source-codeminiz/tests/zip_fuzzer.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=['mz_zip_locate_file_binary_search', 'mz_zip_reader_file_stat', 'tinfl_decompress', 'mz_zip_validate_file', 'mz_zip_reader_init_mem']

inspector/source-codeminiz/tests/add_in_place_fuzzer.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=['mz_zip_locate_file_binary_search', 'read_buffer', 'mz_zip_writer_init_file_v2', 'mz_zip_add_mem_to_archive_file_in_place_v2', 'mz_zip_writer_add_to_central_dir', 'read_string', 'mz_zip_writer_end_internal', 'mz_zip_reader_init_file_v2']

miniz/tests/uncompress_fuzzer.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=['mz_uncompress2']

miniz/tests/flush_fuzzer.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=['mz_compressBound', 'test_flush', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block']

inspector/light/source_filesminiz/tests/compress_fuzzer.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=['mz_deflate', 'tdefl_compress_block', 'tinfl_decompress']

miniz/tests/small_fuzzer.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=['mz_compressBound', 'test_inflate', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block', 'test_deflate', 'inflate']

inspector/source-codeminiz/tests/compress_fuzzer.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=['check_compress_level', 'mz_compressBound', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block', 'mz_uncompress2']

inspector/source-codeminiz/tests/checksum_fuzzer.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']

miniz/tests/large_fuzzer.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=['test_large_deflate', 'mz_inflate', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block', 'inflate']

inspector/source-codeminiz/tests/small_fuzzer.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=['mz_compressBound', 'test_inflate', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block', 'test_deflate', 'inflate']

inspector/light/source_filesminiz/tests/small_fuzzer.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=['test_inflate', 'tdefl_compress_block', 'inflate']

inspector/source-codeminiz/tests/large_fuzzer.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=['test_large_deflate', 'mz_inflate', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block', 'inflate']

inspector/light/source_filesminiz/tests/uncompress_fuzzer.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=['tinfl_decompress']

miniz/tests/uncompress2_fuzzer.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=['mz_uncompress2']

inspector/light/source_filesminiz/tests/flush_fuzzer.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=['test_flush', 'mz_deflate', 'tdefl_compress_block']

inspector/light/source_filesminiz/tests/large_fuzzer.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=['tdefl_flush_block', 'test_large_deflate', 'mz_inflate', 'mz_deflate', 'tdefl_compress', 'tdefl_optimize_huffman_table', 'tdefl_compress_block', 'inflate']

miniz/tests/compress_fuzzer.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=['check_compress_level', 'mz_compressBound', 'mz_deflate', 'tdefl_compress', 'tdefl_flush_block', 'tdefl_compress_block', 'mz_uncompress2']

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/inspector/light/source_files/src/miniz/tests/large_fuzzer.c ['large_fuzzer'] ['large_fuzzer']
/src/inspector/light/source_files/src/miniz/tests/add_in_place_fuzzer.c ['add_in_place_fuzzer'] ['add_in_place_fuzzer']
/src/inspector/light/source_files/src/miniz/tests/flush_fuzzer.c ['flush_fuzzer'] ['flush_fuzzer']
/src/inspector/source-code/src/miniz/tests/zip_fuzzer.c ['inspector/source-codeminiz/tests/zip_fuzzer.c'] ['inspector/source-codeminiz/tests/zip_fuzzer.c']
/src/inspector/light/source_files/src/miniz/tests/uncompress_fuzzer.c ['uncompress_fuzzer'] ['uncompress_fuzzer']
/src/inspector/light/source_files/src/miniz/tests/uncompress2_fuzzer.c ['uncompress2_fuzzer'] ['uncompress2_fuzzer']
/src/miniz/tests/zip_fuzzer.c ['miniz/tests/zip_fuzzer.c'] ['miniz/tests/zip_fuzzer.c']
/usr/include/x86_64-linux-gnu/sys/stat.h ['add_in_place_fuzzer', 'miniz/tests/add_in_place_fuzzer.c', 'inspector/source-codeminiz/tests/add_in_place_fuzzer.c'] []
/src/miniz/tests/checksum_fuzzer.c ['miniz/tests/checksum_fuzzer.c'] ['miniz/tests/checksum_fuzzer.c']
/src/miniz/tests/large_fuzzer.c ['miniz/tests/large_fuzzer.c'] ['miniz/tests/large_fuzzer.c']
/src/miniz/build/amalgamation/miniz.h ['checksum_fuzzer', 'uncompress2_fuzzer', 'inspector/source-codeminiz/tests/uncompress2_fuzzer.c', 'inspector/source-codeminiz/tests/flush_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress_fuzzer.c', 'miniz/tests/checksum_fuzzer.c', 'miniz/tests/uncompress_fuzzer.c', 'miniz/tests/flush_fuzzer.c', 'compress_fuzzer', 'miniz/tests/small_fuzzer.c', 'inspector/source-codeminiz/tests/compress_fuzzer.c', 'inspector/source-codeminiz/tests/checksum_fuzzer.c', 'miniz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/small_fuzzer.c', 'small_fuzzer', 'inspector/source-codeminiz/tests/large_fuzzer.c', 'uncompress_fuzzer', 'miniz/tests/uncompress2_fuzzer.c', 'flush_fuzzer', 'large_fuzzer', 'miniz/tests/compress_fuzzer.c'] ['checksum_fuzzer', 'uncompress2_fuzzer', 'inspector/source-codeminiz/tests/uncompress2_fuzzer.c', 'inspector/source-codeminiz/tests/flush_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress_fuzzer.c', 'miniz/tests/checksum_fuzzer.c', 'miniz/tests/uncompress_fuzzer.c', 'miniz/tests/flush_fuzzer.c', 'compress_fuzzer', 'miniz/tests/small_fuzzer.c', 'inspector/source-codeminiz/tests/compress_fuzzer.c', 'inspector/source-codeminiz/tests/checksum_fuzzer.c', 'miniz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/small_fuzzer.c', 'small_fuzzer', 'inspector/source-codeminiz/tests/large_fuzzer.c', 'uncompress_fuzzer', 'miniz/tests/uncompress2_fuzzer.c', 'flush_fuzzer', 'large_fuzzer', 'miniz/tests/compress_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/small_fuzzer.c ['inspector/source-codeminiz/tests/small_fuzzer.c'] ['inspector/source-codeminiz/tests/small_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/add_in_place_fuzzer.c ['inspector/source-codeminiz/tests/add_in_place_fuzzer.c'] ['inspector/source-codeminiz/tests/add_in_place_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/checksum_fuzzer.c ['inspector/source-codeminiz/tests/checksum_fuzzer.c'] ['inspector/source-codeminiz/tests/checksum_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/large_fuzzer.c ['inspector/source-codeminiz/tests/large_fuzzer.c'] ['inspector/source-codeminiz/tests/large_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/uncompress_fuzzer.c ['inspector/source-codeminiz/tests/uncompress_fuzzer.c'] ['inspector/source-codeminiz/tests/uncompress_fuzzer.c']
/src/miniz/tests/add_in_place_fuzzer.c ['miniz/tests/add_in_place_fuzzer.c'] ['miniz/tests/add_in_place_fuzzer.c']
/src/inspector/light/source_files/src/miniz/tests/small_fuzzer.c ['small_fuzzer'] ['small_fuzzer']
/src/inspector/source-code/src/miniz/tests/compress_fuzzer.c ['inspector/source-codeminiz/tests/compress_fuzzer.c'] ['inspector/source-codeminiz/tests/compress_fuzzer.c']
/src/inspector/light/source_files/src/miniz/tests/compress_fuzzer.c ['compress_fuzzer'] ['compress_fuzzer']
/src/miniz/tests/small_fuzzer.c ['miniz/tests/small_fuzzer.c'] ['miniz/tests/small_fuzzer.c']
/src/miniz/build/amalgamation/miniz.c ['checksum_fuzzer', 'zip_fuzzer', 'uncompress2_fuzzer', 'add_in_place_fuzzer', 'inspector/source-codeminiz/tests/uncompress2_fuzzer.c', 'miniz/tests/zip_fuzzer.c', 'inspector/source-codeminiz/tests/flush_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress_fuzzer.c', 'miniz/tests/add_in_place_fuzzer.c', 'miniz/tests/checksum_fuzzer.c', 'inspector/source-codeminiz/tests/zip_fuzzer.c', 'inspector/source-codeminiz/tests/add_in_place_fuzzer.c', 'miniz/tests/uncompress_fuzzer.c', 'miniz/tests/flush_fuzzer.c', 'compress_fuzzer', 'miniz/tests/small_fuzzer.c', 'inspector/source-codeminiz/tests/compress_fuzzer.c', 'inspector/source-codeminiz/tests/checksum_fuzzer.c', 'miniz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/small_fuzzer.c', 'small_fuzzer', 'inspector/source-codeminiz/tests/large_fuzzer.c', 'uncompress_fuzzer', 'miniz/tests/uncompress2_fuzzer.c', 'flush_fuzzer', 'large_fuzzer', 'miniz/tests/compress_fuzzer.c'] ['checksum_fuzzer', 'zip_fuzzer', 'uncompress2_fuzzer', 'add_in_place_fuzzer', 'inspector/source-codeminiz/tests/uncompress2_fuzzer.c', 'miniz/tests/zip_fuzzer.c', 'inspector/source-codeminiz/tests/flush_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress_fuzzer.c', 'miniz/tests/add_in_place_fuzzer.c', 'miniz/tests/checksum_fuzzer.c', 'inspector/source-codeminiz/tests/zip_fuzzer.c', 'inspector/source-codeminiz/tests/add_in_place_fuzzer.c', 'miniz/tests/uncompress_fuzzer.c', 'miniz/tests/flush_fuzzer.c', 'compress_fuzzer', 'miniz/tests/small_fuzzer.c', 'inspector/source-codeminiz/tests/compress_fuzzer.c', 'inspector/source-codeminiz/tests/checksum_fuzzer.c', 'miniz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/small_fuzzer.c', 'small_fuzzer', 'inspector/source-codeminiz/tests/large_fuzzer.c', 'uncompress_fuzzer', 'miniz/tests/uncompress2_fuzzer.c', 'flush_fuzzer', 'large_fuzzer', 'miniz/tests/compress_fuzzer.c']
/src/miniz/tests/uncompress2_fuzzer.c ['miniz/tests/uncompress2_fuzzer.c'] ['miniz/tests/uncompress2_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/uncompress2_fuzzer.c ['inspector/source-codeminiz/tests/uncompress2_fuzzer.c'] ['inspector/source-codeminiz/tests/uncompress2_fuzzer.c']
/src/miniz/tests/flush_fuzzer.c ['miniz/tests/flush_fuzzer.c'] ['miniz/tests/flush_fuzzer.c']
/src/miniz/tests/uncompress_fuzzer.c ['miniz/tests/uncompress_fuzzer.c'] ['miniz/tests/uncompress_fuzzer.c']
/src/inspector/source-code/src/miniz/tests/flush_fuzzer.c ['inspector/source-codeminiz/tests/flush_fuzzer.c'] ['inspector/source-codeminiz/tests/flush_fuzzer.c']
/src/inspector/light/source_files/src/miniz/tests/checksum_fuzzer.c ['checksum_fuzzer'] ['checksum_fuzzer']
/src/inspector/light/source_files/src/miniz/tests/zip_fuzzer.c ['zip_fuzzer'] ['zip_fuzzer']
/src/miniz/tests/compress_fuzzer.c ['miniz/tests/compress_fuzzer.c'] ['miniz/tests/compress_fuzzer.c']

Directories in report

Directory
/src/miniz/build/amalgamation/
/usr/include/x86_64-linux-gnu/sys/
/src/inspector/source-code/src/miniz/tests/
/src/miniz/tests/
/src/inspector/light/source_files/src/miniz/tests/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
checksum_fuzzer fuzzerLogFile-0-UsyH21Kwaj.data fuzzerLogFile-0-UsyH21Kwaj.data.yaml checksum_fuzzer.covreport
zip_fuzzer fuzzerLogFile-0-xnoiwMC89P.data fuzzerLogFile-0-xnoiwMC89P.data.yaml zip_fuzzer.covreport
uncompress2_fuzzer fuzzerLogFile-0-XQdICiEe9h.data fuzzerLogFile-0-XQdICiEe9h.data.yaml uncompress2_fuzzer.covreport
add_in_place_fuzzer fuzzerLogFile-0-FFo9S1UgfO.data fuzzerLogFile-0-FFo9S1UgfO.data.yaml add_in_place_fuzzer.covreport
inspector/source-codeminiz/tests/uncompress2_fuzzer.c fuzzerLogFile-0-16YLIXpQg1.data fuzzerLogFile-0-16YLIXpQg1.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
miniz/tests/zip_fuzzer.c fuzzerLogFile-0-N9rHbbbCIc.data fuzzerLogFile-0-N9rHbbbCIc.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/flush_fuzzer.c fuzzerLogFile-0-wCEsp19nnj.data fuzzerLogFile-0-wCEsp19nnj.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/uncompress_fuzzer.c fuzzerLogFile-0-u5Y044VqQx.data fuzzerLogFile-0-u5Y044VqQx.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
miniz/tests/add_in_place_fuzzer.c fuzzerLogFile-0-ZKa8jMZ97F.data fuzzerLogFile-0-ZKa8jMZ97F.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
miniz/tests/checksum_fuzzer.c fuzzerLogFile-0-fJjsMENNm0.data fuzzerLogFile-0-fJjsMENNm0.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/zip_fuzzer.c fuzzerLogFile-0-4IiDT4z3Gc.data fuzzerLogFile-0-4IiDT4z3Gc.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/add_in_place_fuzzer.c fuzzerLogFile-0-s6FmXhxEZj.data fuzzerLogFile-0-s6FmXhxEZj.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
miniz/tests/uncompress_fuzzer.c fuzzerLogFile-0-E8BLCDdNDN.data fuzzerLogFile-0-E8BLCDdNDN.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
miniz/tests/flush_fuzzer.c fuzzerLogFile-0-0jMnCANSRy.data fuzzerLogFile-0-0jMnCANSRy.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
compress_fuzzer fuzzerLogFile-0-nGhiKZreQi.data fuzzerLogFile-0-nGhiKZreQi.data.yaml compress_fuzzer.covreport
miniz/tests/small_fuzzer.c fuzzerLogFile-0-yO2KYNcuQr.data fuzzerLogFile-0-yO2KYNcuQr.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/compress_fuzzer.c fuzzerLogFile-0-fUa0Pn3b1x.data fuzzerLogFile-0-fUa0Pn3b1x.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/checksum_fuzzer.c fuzzerLogFile-0-82bWbdRFm8.data fuzzerLogFile-0-82bWbdRFm8.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
miniz/tests/large_fuzzer.c fuzzerLogFile-0-qxclXah8c0.data fuzzerLogFile-0-qxclXah8c0.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
inspector/source-codeminiz/tests/small_fuzzer.c fuzzerLogFile-0-VEWqZPuu3o.data fuzzerLogFile-0-VEWqZPuu3o.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
small_fuzzer fuzzerLogFile-0-vXszpsZpSb.data fuzzerLogFile-0-vXszpsZpSb.data.yaml small_fuzzer.covreport
inspector/source-codeminiz/tests/large_fuzzer.c fuzzerLogFile-0-84Z8DN4hJ8.data fuzzerLogFile-0-84Z8DN4hJ8.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
uncompress_fuzzer fuzzerLogFile-0-MOk4QNZfMA.data fuzzerLogFile-0-MOk4QNZfMA.data.yaml uncompress_fuzzer.covreport
miniz/tests/uncompress2_fuzzer.c fuzzerLogFile-0-Zv30zySyQ6.data fuzzerLogFile-0-Zv30zySyQ6.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport
flush_fuzzer fuzzerLogFile-0-yxn58drtAS.data fuzzerLogFile-0-yxn58drtAS.data.yaml flush_fuzzer.covreport
large_fuzzer fuzzerLogFile-0-b2dwQwu5X5.data fuzzerLogFile-0-b2dwQwu5X5.data.yaml large_fuzzer.covreport
miniz/tests/compress_fuzzer.c fuzzerLogFile-0-Mkb2PVNKXL.data fuzzerLogFile-0-Mkb2PVNKXL.data.yaml uncompress2_fuzzer.covreport , uncompress_fuzzer.covreport , compress_fuzzer.covreport , small_fuzzer.covreport , checksum_fuzzer.covreport , flush_fuzzer.covreport , add_in_place_fuzzer.covreport , large_fuzzer.covreport , zip_fuzzer.covreport