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

Project overview: zlib

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
80.0%
132 / 165
Cyclomatic complexity statically reachable by fuzzers
87.0%
1380 / 1586
Runtime code coverage of functions
41.0%
68 / 165

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
example_flush_fuzzer example_flush_fuzzer.c 63 42 8 9 2365 813 example_flush_fuzzer.c
compress_fuzzer compress_fuzzer.c 66 43 9 10 2392 822 compress_fuzzer.c
example_small_fuzzer example_small_fuzzer.c 62 44 8 9 2341 804 example_small_fuzzer.c
inspector/light/source_fileschecksum_fuzzer.c inspector/light/source_fileschecksum_fuzzer.c 18 2 4 3 186 71 source_fileschecksum_fuzzer.c
inspector/source-codezlib_uncompress2_fuzzer.cc inspector/source-codezlib_uncompress2_fuzzer.cc 21 29 7 7 1225 371 source-codezlib_uncompress2_fuzzer.cc
inspector/source-codecompress_fuzzer.c inspector/source-codecompress_fuzzer.c 66 43 9 10 2392 822 source-codecompress_fuzzer.c
inspector/light/source_fileszlib_uncompress_fuzzer.cc inspector/light/source_fileszlib_uncompress_fuzzer.cc 22 28 8 7 1231 374 source_fileszlib_uncompress_fuzzer.cc
inspector/light/source_filesexample_large_fuzzer.c inspector/light/source_filesexample_large_fuzzer.c 61 41 8 8 2377 816 source_filesexample_large_fuzzer.c
inspector/light/source_filesexample_flush_fuzzer.c inspector/light/source_filesexample_flush_fuzzer.c 63 42 8 9 2365 813 source_filesexample_flush_fuzzer.c
inspector/source-codeexample_large_fuzzer.c inspector/source-codeexample_large_fuzzer.c 61 41 8 8 2377 816 source-codeexample_large_fuzzer.c
inspector/source-codeminigzip_fuzzer.c inspector/source-codeminigzip_fuzzer.c 100 72 12 12 2909 1047 source-codeminigzip_fuzzer.c
inspector/light/source_fileszlib_uncompress2_fuzzer.cc inspector/light/source_fileszlib_uncompress2_fuzzer.cc 21 29 7 7 1225 371 source_fileszlib_uncompress2_fuzzer.cc
checksum_fuzzer checksum_fuzzer.c 18 2 4 3 186 71 checksum_fuzzer.c
zlib_uncompress_fuzzer zlib_uncompress_fuzzer.cc 22 28 8 7 1231 374 zlib_uncompress_fuzzer.cc
inspector/light/source_filesexample_dict_fuzzer.c inspector/light/source_filesexample_dict_fuzzer.c 63 40 7 8 2442 836 source_filesexample_dict_fuzzer.c
inspector/source-codeexample_flush_fuzzer.c inspector/source-codeexample_flush_fuzzer.c 63 42 8 9 2365 813 source-codeexample_flush_fuzzer.c
inspector/source-codechecksum_fuzzer.c inspector/source-codechecksum_fuzzer.c 18 2 4 3 186 71 source-codechecksum_fuzzer.c
gzio_fuzzer gzio_fuzzer.c 109 49 10 12 3426 1225 gzio_fuzzer.c
example_dict_fuzzer example_dict_fuzzer.c 63 40 7 8 2442 836 example_dict_fuzzer.c
zlib_uncompress2_fuzzer zlib_uncompress2_fuzzer.cc 21 29 7 7 1225 371 zlib_uncompress2_fuzzer.cc
inspector/light/source_filescompress_fuzzer.c inspector/light/source_filescompress_fuzzer.c 66 43 9 10 2392 822 source_filescompress_fuzzer.c
example_large_fuzzer example_large_fuzzer.c 61 41 8 8 2377 816 example_large_fuzzer.c
inspector/light/source_filesgzio_fuzzer.c inspector/light/source_filesgzio_fuzzer.c 109 49 10 12 3426 1225 source_filesgzio_fuzzer.c
inspector/light/source_filesminigzip_fuzzer.c inspector/light/source_filesminigzip_fuzzer.c 100 72 12 12 2909 1047 source_filesminigzip_fuzzer.c
inspector/light/source_filesexample_small_fuzzer.c inspector/light/source_filesexample_small_fuzzer.c 62 44 8 9 2341 804 source_filesexample_small_fuzzer.c
inspector/source-codeexample_dict_fuzzer.c inspector/source-codeexample_dict_fuzzer.c 63 40 7 8 2442 836 source-codeexample_dict_fuzzer.c
minigzip_fuzzer minigzip_fuzzer.c 100 72 12 12 2909 1047 minigzip_fuzzer.c
inspector/source-codezlib_uncompress_fuzzer.cc inspector/source-codezlib_uncompress_fuzzer.cc 22 28 8 7 1231 374 source-codezlib_uncompress_fuzzer.cc
inspector/source-codeexample_small_fuzzer.c inspector/source-codeexample_small_fuzzer.c 62 44 8 9 2341 804 source-codeexample_small_fuzzer.c
inspector/source-codegzio_fuzzer.c inspector/source-codegzio_fuzzer.c 109 49 10 12 3426 1225 source-codegzio_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: example_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 165 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 165 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
164 0 EP call site: 00000 test_flush

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
63
Reachable functions
63
Percentage of reachable functions covered
0.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
example_flush_fuzzer.c 3
zlib/compress.c 1
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 12
zlib/inftrees.c 1
zlib/inffast.c 1

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
156 0 EP call site: 00000 check_compress_level

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
66
Reachable functions
66
Percentage of reachable functions covered
0.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
compress_fuzzer.c 4
zlib/compress.c 2
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/uncompr.c 2
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
158 0 EP call site: 00000 test_deflate

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
62
Reachable functions
62
Percentage of reachable functions covered
0.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
example_small_fuzzer.c 3
zlib/compress.c 1
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_fileschecksum_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 7 14.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 40 85.1%
All colors 47 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00002 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00000 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00000 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00000 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00000 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00000 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00000 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00000 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00000 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
3
Reachable functions
18
Percentage of reachable functions covered
83.33%
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_fileschecksum_fuzzer.c 1
zlib/crc32.c 12
zlib/adler32.c 4

Fuzzer: inspector/source-codezlib_uncompress2_fuzzer.cc

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 18 36.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 32 64.0%
All colors 50 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00013 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00000 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00036 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00000 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00000 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00000 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00000 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00000 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00000 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
2
Reachable functions
21
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-codezlib_uncompress2_fuzzer.cc 1
zlib/uncompr.c 1
zlib/inflate.c 10
zlib/crc32.c 5
zlib/adler32.c 2
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codecompress_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 74 47.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 83 52.8%
All colors 157 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00014 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00099 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00137 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00054 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00007 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00062 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00065 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00082 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00034 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
13
Reachable functions
66
Percentage of reachable functions covered
80.3%
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-codecompress_fuzzer.c 4
zlib/compress.c 2
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/uncompr.c 2
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_fileszlib_uncompress_fuzzer.cc

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 18 35.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 33 64.7%
All colors 51 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00014 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00000 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00037 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00000 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00000 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00000 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00000 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00000 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00000 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
2
Reachable functions
22
Percentage of reachable functions covered
90.91%
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_fileszlib_uncompress_fuzzer.cc 1
zlib/uncompr.c 2
zlib/inflate.c 10
zlib/crc32.c 5
zlib/adler32.c 2
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_filesexample_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 66 39.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.59%
lawngreen 50+ 100 59.8%
All colors 167 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00012 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00098 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00150 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00053 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00005 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00061 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00064 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00081 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00033 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00034 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00034 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00034 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
7
Reachable functions
61
Percentage of reachable functions covered
88.52%
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_filesexample_large_fuzzer.c 3
zlib/deflate.c 17
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_filesexample_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 86 52.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 47.8%
All colors 165 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00013 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00099 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00141 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00054 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00006 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00062 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00065 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00082 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00034 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
12
Reachable functions
63
Percentage of reachable functions covered
80.95%
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_filesexample_flush_fuzzer.c 3
zlib/compress.c 1
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 12
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codeexample_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 66 39.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.59%
lawngreen 50+ 100 59.8%
All colors 167 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00012 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00098 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00150 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00053 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00005 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00061 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00064 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00081 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00033 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00034 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00034 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00034 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
7
Reachable functions
61
Percentage of reachable functions covered
88.52%
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-codeexample_large_fuzzer.c 3
zlib/deflate.c 17
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codeminigzip_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 186 70.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 77 29.2%
All colors 263 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00044 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00142 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00227 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00097 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00037 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00105 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00108 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00125 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00077 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00078 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00078 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00078 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
51
Reachable functions
100
Percentage of reachable functions covered
49.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/source-codeminigzip_fuzzer.c 6
zlib/gzlib.c 5
zlib/gzwrite.c 6
zlib/deflate.c 15
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/gzclose.c 1
zlib/gzread.c 9
zlib/inflate.c 9
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_fileszlib_uncompress2_fuzzer.cc

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 18 36.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 32 64.0%
All colors 50 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00013 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00000 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00036 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00000 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00000 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00000 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00000 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00000 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00000 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
2
Reachable functions
21
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_fileszlib_uncompress2_fuzzer.cc 1
zlib/uncompr.c 1
zlib/inflate.c 10
zlib/crc32.c 5
zlib/adler32.c 2
zlib/inftrees.c 1
zlib/inffast.c 1

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 7 14.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 40 85.1%
All colors 47 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00002 /src/zlib/crc32.c:731
0 0 None 0 0 adler32_combine_ call site: 00045 /src/zlib/adler32.c:139

Runtime coverage analysis

Covered functions
15
Functions that are reachable but not covered
3
Reachable functions
18
Percentage of reachable functions covered
83.33%
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
checksum_fuzzer.c 1
zlib/crc32.c 12
zlib/adler32.c 4

Fuzzer: zlib_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 24 47.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 27 52.9%
All colors 51 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
252 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

252 474 inflate call site: 00037 /src/zlib/inflate.c:817
0 0 None 252 474 inflate call site: 00012 /src/zlib/inflate.c:623
0 0 None 252 474 inflate call site: 00012 /src/zlib/inflate.c:629
0 0 None 252 474 inflate call site: 00027 /src/zlib/inflate.c:638
0 0 None 252 474 inflate call site: 00027 /src/zlib/inflate.c:656
0 0 None 252 474 inflate call site: 00043 /src/zlib/inflate.c:1137
0 0 None 21 46 inflate call site: 00039 /src/zlib/inflate.c:847
0 0 None 0 369 uncompress2 call site: 00002 /src/zlib/uncompr.c:36
0 0 None 0 15 inflateReset2 call site: 00006 /src/zlib/inflate.c:150
0 0 None 0 15 inflateReset2 call site: 00006 /src/zlib/inflate.c:167
0 0 None 0 12 uncompress2 call site: 00011 /src/zlib/uncompr.c:70
0 0 None 0 0 adler32_z call site: 00029 /src/zlib/adler32.c:72

Runtime coverage analysis

Covered functions
22
Functions that are reachable but not covered
5
Reachable functions
22
Percentage of reachable functions covered
77.27%
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
zlib_uncompress_fuzzer.cc 1
zlib/uncompr.c 2
zlib/inflate.c 10
zlib/crc32.c 5
zlib/adler32.c 2
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_filesexample_dict_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 91 53.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 78 46.1%
All colors 169 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00009 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00104 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00145 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00063 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00002 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00034 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00072 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00087 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00043 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00044 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00044 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00044 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
13
Reachable functions
63
Percentage of reachable functions covered
79.37%
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_filesexample_dict_fuzzer.c 3
zlib/deflate.c 17
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 11
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codeexample_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 86 52.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 47.8%
All colors 165 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00013 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00099 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00141 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00054 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00006 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00062 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00065 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00082 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00034 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
12
Reachable functions
63
Percentage of reachable functions covered
80.95%
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-codeexample_flush_fuzzer.c 3
zlib/compress.c 1
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 12
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codechecksum_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 7 14.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 40 85.1%
All colors 47 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00002 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00000 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00000 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00000 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00000 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00000 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00000 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00000 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00000 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
3
Reachable functions
18
Percentage of reachable functions covered
83.33%
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-codechecksum_fuzzer.c 1
zlib/crc32.c 12
zlib/adler32.c 4

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
272 0 EP call site: 00000 gzclose

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
109
Reachable functions
109
Percentage of reachable functions covered
0.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
gzio_fuzzer.c 1
zlib/gzlib.c 15
zlib/gzwrite.c 12
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/gzread.c 13
zlib/inflate.c 9
zlib/inftrees.c 1
zlib/inffast.c 1
zlib/gzclose.c 1

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
168 0 EP call site: 00000 test_dict_deflate

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
63
Reachable functions
63
Percentage of reachable functions covered
0.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
example_dict_fuzzer.c 3
zlib/deflate.c 17
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 11
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: zlib_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 24 48.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 4.0%
lawngreen 50+ 24 48.0%
All colors 50 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
252 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

252 474 inflate call site: 00036 /src/zlib/inflate.c:817
0 0 None 252 474 inflate call site: 00011 /src/zlib/inflate.c:623
0 0 None 252 474 inflate call site: 00011 /src/zlib/inflate.c:629
0 0 None 252 474 inflate call site: 00026 /src/zlib/inflate.c:638
0 0 None 252 474 inflate call site: 00026 /src/zlib/inflate.c:656
0 0 None 252 474 inflate call site: 00042 /src/zlib/inflate.c:1137
0 0 None 21 46 inflate call site: 00038 /src/zlib/inflate.c:847
0 0 None 0 369 uncompress2 call site: 00001 /src/zlib/uncompr.c:36
0 0 None 0 15 inflateReset2 call site: 00005 /src/zlib/inflate.c:150
0 0 None 0 15 inflateReset2 call site: 00005 /src/zlib/inflate.c:167
0 0 None 0 12 uncompress2 call site: 00010 /src/zlib/uncompr.c:70
0 0 None 0 0 adler32_z call site: 00028 /src/zlib/adler32.c:72

Runtime coverage analysis

Covered functions
21
Functions that are reachable but not covered
5
Reachable functions
21
Percentage of reachable functions covered
76.19%
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
zlib_uncompress2_fuzzer.cc 1
zlib/uncompr.c 1
zlib/inflate.c 10
zlib/crc32.c 5
zlib/adler32.c 2
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_filescompress_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 74 47.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 83 52.8%
All colors 157 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00014 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00099 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00137 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00054 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00007 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00062 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00065 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00082 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00034 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
13
Reachable functions
66
Percentage of reachable functions covered
80.3%
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_filescompress_fuzzer.c 4
zlib/compress.c 2
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/uncompr.c 2
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: example_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 68 40.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.59%
lawngreen 50+ 98 58.6%
All colors 167 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
21 21 1 :

['crc32']

472 630 deflate call site: 00053 /src/zlib/deflate.c:1160
21 21 1 :

['crc32']

21 21 read_buf call site: 00061 /src/zlib/deflate.c:227
7 7 1 :

['_tr_align']

7 31 deflate call site: 00098 /src/zlib/deflate.c:1212
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00005 /src/zlib/deflate.c:499
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00064 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00081 /src/zlib/trees.c:1047
0 0 None 640 879 deflate call site: 00033 /src/zlib/deflate.c:974
0 0 None 640 869 deflate call site: 00034 /src/zlib/deflate.c:1009
0 0 None 640 869 deflate call site: 00034 /src/zlib/deflate.c:1011
0 0 None 640 869 deflate call site: 00034 /src/zlib/deflate.c:1013
0 0 None 640 867 deflate call site: 00037 /src/zlib/deflate.c:1024
0 0 None 640 838 deflate call site: 00041 /src/zlib/deflate.c:1039

Runtime coverage analysis

Covered functions
55
Functions that are reachable but not covered
10
Reachable functions
61
Percentage of reachable functions covered
83.61%
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
example_large_fuzzer.c 3
zlib/deflate.c 17
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_filesgzio_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 189 69.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.36%
lawngreen 50+ 83 30.4%
All colors 273 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00028 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00123 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00190 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00078 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00021 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00086 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00089 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00106 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00058 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00059 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00059 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00059 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
59
Reachable functions
109
Percentage of reachable functions covered
45.87%
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_filesgzio_fuzzer.c 1
zlib/gzlib.c 15
zlib/gzwrite.c 12
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/gzread.c 13
zlib/inflate.c 9
zlib/inftrees.c 1
zlib/inffast.c 1
zlib/gzclose.c 1

Fuzzer: inspector/light/source_filesminigzip_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 186 70.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 77 29.2%
All colors 263 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00044 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00142 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00227 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00097 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00037 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00105 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00108 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00125 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00077 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00078 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00078 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00078 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
51
Reachable functions
100
Percentage of reachable functions covered
49.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_filesminigzip_fuzzer.c 6
zlib/gzlib.c 5
zlib/gzwrite.c 6
zlib/deflate.c 15
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/gzclose.c 1
zlib/gzread.c 9
zlib/inflate.c 9
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/light/source_filesexample_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 80 50.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 49.6%
All colors 159 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00013 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00099 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00141 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00054 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00006 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00062 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00065 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00082 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00034 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
11
Reachable functions
62
Percentage of reachable functions covered
82.26%
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_filesexample_small_fuzzer.c 3
zlib/compress.c 1
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codeexample_dict_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 91 53.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 78 46.1%
All colors 169 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00009 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00104 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00145 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00063 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00002 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00034 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00072 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00087 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00043 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00044 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00044 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00044 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
13
Reachable functions
63
Percentage of reachable functions covered
79.37%
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-codeexample_dict_fuzzer.c 3
zlib/deflate.c 17
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 11
zlib/inftrees.c 1
zlib/inffast.c 1

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
262 0 EP call site: 00000 file_uncompress

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
100
Reachable functions
100
Percentage of reachable functions covered
0.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
minigzip_fuzzer.c 6
zlib/gzlib.c 5
zlib/gzwrite.c 6
zlib/deflate.c 15
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/gzclose.c 1
zlib/gzread.c 9
zlib/inflate.c 9
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codezlib_uncompress_fuzzer.cc

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 18 35.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 33 64.7%
All colors 51 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00014 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00000 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00037 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00000 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00000 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00000 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00000 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00000 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00000 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00000 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
2
Reachable functions
22
Percentage of reachable functions covered
90.91%
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-codezlib_uncompress_fuzzer.cc 1
zlib/uncompr.c 2
zlib/inflate.c 10
zlib/crc32.c 5
zlib/adler32.c 2
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codeexample_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 80 50.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 49.6%
All colors 159 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00013 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00099 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00141 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00054 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00006 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00062 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00065 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00082 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00034 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00035 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
11
Reachable functions
62
Percentage of reachable functions covered
82.26%
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-codeexample_small_fuzzer.c 3
zlib/compress.c 1
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/inflate.c 10
zlib/inftrees.c 1
zlib/inffast.c 1

Fuzzer: inspector/source-codegzio_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 189 69.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.36%
lawngreen 50+ 83 30.4%
All colors 273 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
14 14 2 :

['byte_swap', 'crc_word_big']

14 14 crc32_z call site: 00028 /src/zlib/crc32.c:731
7 7 1 :

['_tr_align']

7 31 deflate call site: 00123 /src/zlib/deflate.c:1212
0 474 6 :

['updatewindow', 'crc32', 'inflate_table', 'fixedtables', 'inflate_fast', 'adler32']

0 474 inflate call site: 00190 /src/zlib/inflate.c:817
0 21 1 :

['crc32']

451 630 deflate call site: 00078 /src/zlib/deflate.c:1160
0 21 1 :

['deflateEnd']

0 21 deflateInit2_ call site: 00021 /src/zlib/deflate.c:499
0 21 1 :

['crc32']

0 21 read_buf call site: 00086 /src/zlib/deflate.c:227
0 17 2 :

['_tr_stored_block', 'flush_pending']

0 17 deflate_stored call site: 00089 /src/zlib/deflate.c:1800
0 7 1 :

['_tr_stored_block']

0 14 _tr_flush_block call site: 00106 /src/zlib/trees.c:1047
0 0 None 451 879 deflate call site: 00058 /src/zlib/deflate.c:974
0 0 None 451 869 deflate call site: 00059 /src/zlib/deflate.c:1009
0 0 None 451 869 deflate call site: 00059 /src/zlib/deflate.c:1011
0 0 None 451 869 deflate call site: 00059 /src/zlib/deflate.c:1013

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
59
Reachable functions
109
Percentage of reachable functions covered
45.87%
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/source-codegzio_fuzzer.c 1
zlib/gzlib.c 15
zlib/gzwrite.c 12
zlib/deflate.c 16
zlib/crc32.c 5
zlib/adler32.c 2
zlib/trees.c 20
zlib/gzread.c 13
zlib/inflate.c 9
zlib/inftrees.c 1
zlib/inffast.c 1
zlib/gzclose.c 1

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.

example_flush_fuzzer.c

Dictionary

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


compress_fuzzer.c

Dictionary

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


example_small_fuzzer.c

Dictionary

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


inspector/light/source_fileschecksum_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=['crc32_z']

inspector/source-codezlib_uncompress2_fuzzer.cc

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=['adler32', 'crc32_z', 'inflate']

inspector/source-codecompress_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=['deflate', 'inflate', 'crc32_z', 'inflateEnd', '_tr_flush_block', 'deflate_stored']

inspector/light/source_fileszlib_uncompress_fuzzer.cc

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=['adler32', 'crc32_z', 'inflate']

inspector/light/source_filesexample_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=['deflate', 'inflate', 'crc32_z', '_tr_flush_block', 'deflate_stored', 'deflateInit_']

inspector/light/source_filesexample_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=['deflate', 'inflate', 'crc32_z', '_tr_flush_block', 'deflateReset']

inspector/source-codeexample_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=['deflate', 'inflate', 'crc32_z', '_tr_flush_block', 'deflate_stored', 'deflateInit_']

inspector/source-codeminigzip_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=['inflateEnd', 'inflate', 'deflate', 'deflateReset', 'inflateResetKeep', 'crc32_z']

inspector/light/source_fileszlib_uncompress2_fuzzer.cc

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=['adler32', 'crc32_z', 'inflate']

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=['crc32_z']

zlib_uncompress_fuzzer.cc

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=['inflate', 'adler32']

inspector/light/source_filesexample_dict_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=['deflate', 'inflate', 'crc32_z', 'read_buf', 'deflateReset', '_tr_flush_block']

inspector/source-codeexample_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=['deflate', 'inflate', 'crc32_z', '_tr_flush_block', 'deflateReset']

inspector/source-codechecksum_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=['crc32_z']

gzio_fuzzer.c

Dictionary

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


example_dict_fuzzer.c

Dictionary

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


zlib_uncompress2_fuzzer.cc

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=['inflate', 'adler32']

inspector/light/source_filescompress_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=['deflate', 'inflate', 'crc32_z', 'inflateEnd', '_tr_flush_block', 'deflate_stored']

example_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=['deflate', 'deflateResetKeep', 'inflate', '_tr_flush_block', 'deflate_stored', 'deflateInit_']

inspector/light/source_filesgzio_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=['inflate', 'deflateParams', 'LLVMFuzzerTestOneInput', 'deflate', 'inflateResetKeep', 'deflateReset', 'inflateEnd']

inspector/light/source_filesminigzip_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=['inflateEnd', 'inflate', 'deflate', 'deflateReset', 'inflateResetKeep', 'crc32_z']

inspector/light/source_filesexample_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=['deflate', 'inflate', 'crc32_z', '_tr_flush_block', 'inflateEnd', 'deflateReset']

inspector/source-codeexample_dict_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=['deflate', 'inflate', 'crc32_z', 'read_buf', 'deflateReset', '_tr_flush_block']

minigzip_fuzzer.c

Dictionary

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


inspector/source-codezlib_uncompress_fuzzer.cc

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=['adler32', 'crc32_z', 'inflate']

inspector/source-codeexample_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=['deflate', 'inflate', 'crc32_z', '_tr_flush_block', 'inflateEnd', 'deflateReset']

inspector/source-codegzio_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=['inflate', 'deflateParams', 'LLVMFuzzerTestOneInput', 'deflate', 'inflateResetKeep', 'deflateReset', 'inflateEnd']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
deflate 257 76 29.57% ['/src/inspector/source-code/src/zlib_uncompress_fuzzer.cc', '/src/inspector/light/source_files/src/example_flush_fuzzer.c', '/src/inspector/source-code/src/zlib_uncompress2_fuzzer.cc', 'gzio_fuzzer', 'minigzip_fuzzer', '/src/inspector/light/source_files/src/example_large_fuzzer.c', 'compress_fuzzer', '/src/inspector/light/source_files/src/example_dict_fuzzer.c', '/src/inspector/source-code/src/checksum_fuzzer.c', '/src/inspector/source-code/src/example_dict_fuzzer.c', '/src/inspector/source-code/src/example_large_fuzzer.c', '/src/inspector/light/source_files/src/checksum_fuzzer.c', '/src/inspector/source-code/src/compress_fuzzer.c', '/src/inspector/source-code/src/example_small_fuzzer.c', '/src/inspector/light/source_files/src/zlib_uncompress2_fuzzer.cc', '/src/inspector/source-code/src/gzio_fuzzer.c', '/src/inspector/light/source_files/src/compress_fuzzer.c', '/src/inspector/source-code/src/minigzip_fuzzer.c', '/src/inspector/light/source_files/src/example_small_fuzzer.c', 'example_dict_fuzzer', 'example_flush_fuzzer', 'example_large_fuzzer', '/src/inspector/light/source_files/src/minigzip_fuzzer.c', '/src/inspector/source-code/src/example_flush_fuzzer.c', 'example_small_fuzzer', '/src/inspector/light/source_files/src/zlib_uncompress_fuzzer.cc', '/src/inspector/light/source_files/src/gzio_fuzzer.c']

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/source-code/src/zlib_uncompress_fuzzer.cc ['inspector/source-codezlib_uncompress_fuzzer.cc'] ['inspector/source-codezlib_uncompress_fuzzer.cc']
/src/inspector/light/source_files/src/example_flush_fuzzer.c ['inspector/light/source_filesexample_flush_fuzzer.c'] ['inspector/light/source_filesexample_flush_fuzzer.c']
/src/example_large_fuzzer.c ['example_large_fuzzer'] ['example_large_fuzzer']
/src/zlib/compress.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/light/source_filescompress_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_small_fuzzer.c'] []
/src/inspector/source-code/src/zlib_uncompress2_fuzzer.cc ['inspector/source-codezlib_uncompress2_fuzzer.cc'] ['inspector/source-codezlib_uncompress2_fuzzer.cc']
/src/zlib/adler32.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/light/source_fileschecksum_fuzzer.c', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'checksum_fuzzer', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/source-codechecksum_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/light/source_fileschecksum_fuzzer.c', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'checksum_fuzzer', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/source-codechecksum_fuzzer.c', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/zlib/crc32.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/light/source_fileschecksum_fuzzer.c', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'checksum_fuzzer', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/source-codechecksum_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/light/source_fileschecksum_fuzzer.c', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'checksum_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/source-codechecksum_fuzzer.c', 'inspector/light/source_filescompress_fuzzer.c', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/example_dict_fuzzer.c ['example_dict_fuzzer'] []
/src/inspector/light/source_files/src/example_large_fuzzer.c ['inspector/light/source_filesexample_large_fuzzer.c'] ['inspector/light/source_filesexample_large_fuzzer.c']
/src/zlib/uncompr.c ['compress_fuzzer', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc'] ['inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc']
/src/compress_fuzzer.c ['compress_fuzzer'] []
/src/example_small_fuzzer.c ['example_small_fuzzer'] []
/src/zlib/inflate.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/zlib/gzlib.c ['inspector/source-codeminigzip_fuzzer.c', 'gzio_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codegzio_fuzzer.c'] []
/src/inspector/light/source_files/src/example_dict_fuzzer.c ['inspector/light/source_filesexample_dict_fuzzer.c'] ['inspector/light/source_filesexample_dict_fuzzer.c']
/src/inspector/source-code/src/checksum_fuzzer.c ['inspector/source-codechecksum_fuzzer.c'] ['inspector/source-codechecksum_fuzzer.c']
/src/inspector/source-code/src/example_dict_fuzzer.c ['inspector/source-codeexample_dict_fuzzer.c'] ['inspector/source-codeexample_dict_fuzzer.c']
/src/inspector/source-code/src/example_large_fuzzer.c ['inspector/source-codeexample_large_fuzzer.c'] ['inspector/source-codeexample_large_fuzzer.c']
/src/zlib/zutil.c [] []
/src/inspector/light/source_files/src/checksum_fuzzer.c ['inspector/light/source_fileschecksum_fuzzer.c'] ['inspector/light/source_fileschecksum_fuzzer.c']
/src/inspector/source-code/src/compress_fuzzer.c ['inspector/source-codecompress_fuzzer.c'] ['inspector/source-codecompress_fuzzer.c']
/src/zlib/gzread.c ['inspector/source-codeminigzip_fuzzer.c', 'gzio_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codegzio_fuzzer.c'] []
/src/minigzip_fuzzer.c ['minigzip_fuzzer'] []
/src/inspector/source-code/src/example_small_fuzzer.c ['inspector/source-codeexample_small_fuzzer.c'] ['inspector/source-codeexample_small_fuzzer.c']
/src/inspector/light/source_files/src/zlib_uncompress2_fuzzer.cc ['inspector/light/source_fileszlib_uncompress2_fuzzer.cc'] ['inspector/light/source_fileszlib_uncompress2_fuzzer.cc']
/src/inspector/source-code/src/gzio_fuzzer.c ['inspector/source-codegzio_fuzzer.c'] ['inspector/source-codegzio_fuzzer.c']
/src/inspector/light/source_files/src/compress_fuzzer.c ['inspector/light/source_filescompress_fuzzer.c'] ['inspector/light/source_filescompress_fuzzer.c']
/src/zlib/deflate.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/source-codecompress_fuzzer.c', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/inspector/source-code/src/minigzip_fuzzer.c ['inspector/source-codeminigzip_fuzzer.c'] ['inspector/source-codeminigzip_fuzzer.c']
/src/inspector/light/source_files/src/example_small_fuzzer.c ['inspector/light/source_filesexample_small_fuzzer.c'] ['inspector/light/source_filesexample_small_fuzzer.c']
/src/zlib/gzclose.c ['inspector/source-codeminigzip_fuzzer.c', 'gzio_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codegzio_fuzzer.c'] []
/src/gzio_fuzzer.c ['gzio_fuzzer'] []
/src/checksum_fuzzer.c ['checksum_fuzzer'] ['checksum_fuzzer']
/src/inspector/light/source_files/src/gzio_fuzzer.c ['inspector/light/source_filesgzio_fuzzer.c'] ['inspector/light/source_filesgzio_fuzzer.c']
/src/example_flush_fuzzer.c ['example_flush_fuzzer'] []
/src/inspector/light/source_files/src/minigzip_fuzzer.c ['inspector/light/source_filesminigzip_fuzzer.c'] ['inspector/light/source_filesminigzip_fuzzer.c']
/src/zlib/gzwrite.c ['inspector/source-codeminigzip_fuzzer.c', 'gzio_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codegzio_fuzzer.c'] []
/src/inspector/source-code/src/example_flush_fuzzer.c ['inspector/source-codeexample_flush_fuzzer.c'] ['inspector/source-codeexample_flush_fuzzer.c']
/src/zlib/trees.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/source-codecompress_fuzzer.c', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/zlib/inftrees.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/inspector/light/source_files/src/zlib_uncompress_fuzzer.cc ['inspector/light/source_fileszlib_uncompress_fuzzer.cc'] ['inspector/light/source_fileszlib_uncompress_fuzzer.cc']
/src/zlib_uncompress_fuzzer.cc ['zlib_uncompress_fuzzer'] ['zlib_uncompress_fuzzer']
/src/zlib/inffast.c ['example_flush_fuzzer', 'compress_fuzzer', 'example_small_fuzzer', 'inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'gzio_fuzzer', 'example_dict_fuzzer', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'minigzip_fuzzer', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c'] ['inspector/source-codezlib_uncompress2_fuzzer.cc', 'inspector/source-codecompress_fuzzer.c', 'inspector/light/source_fileszlib_uncompress_fuzzer.cc', 'inspector/light/source_filesexample_large_fuzzer.c', 'inspector/light/source_filesexample_flush_fuzzer.c', 'inspector/source-codeexample_large_fuzzer.c', 'inspector/source-codeminigzip_fuzzer.c', 'inspector/light/source_fileszlib_uncompress2_fuzzer.cc', 'zlib_uncompress_fuzzer', 'inspector/light/source_filesexample_dict_fuzzer.c', 'inspector/source-codeexample_flush_fuzzer.c', 'zlib_uncompress2_fuzzer', 'inspector/light/source_filescompress_fuzzer.c', 'example_large_fuzzer', 'inspector/light/source_filesgzio_fuzzer.c', 'inspector/light/source_filesminigzip_fuzzer.c', 'inspector/light/source_filesexample_small_fuzzer.c', 'inspector/source-codeexample_dict_fuzzer.c', 'inspector/source-codezlib_uncompress_fuzzer.cc', 'inspector/source-codeexample_small_fuzzer.c', 'inspector/source-codegzio_fuzzer.c']
/src/zlib_uncompress2_fuzzer.cc ['zlib_uncompress2_fuzzer'] ['zlib_uncompress2_fuzzer']

Directories in report

Directory
/src/inspector/light/source_files/src/
/src/zlib/
/src/
/src/inspector/source-code/src/

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
example_flush_fuzzer fuzzerLogFile-0-nsqSb8164Q.data fuzzerLogFile-0-nsqSb8164Q.data.yaml example_flush_fuzzer.covreport
compress_fuzzer fuzzerLogFile-0-DL9zVyNGML.data fuzzerLogFile-0-DL9zVyNGML.data.yaml compress_fuzzer.covreport
example_small_fuzzer fuzzerLogFile-0-ocYr70fFnK.data fuzzerLogFile-0-ocYr70fFnK.data.yaml example_small_fuzzer.covreport
inspector/light/source_fileschecksum_fuzzer.c fuzzerLogFile-0-18HUNQu7x7.data fuzzerLogFile-0-18HUNQu7x7.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codezlib_uncompress2_fuzzer.cc fuzzerLogFile-0-enFQg1woVM.data fuzzerLogFile-0-enFQg1woVM.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codecompress_fuzzer.c fuzzerLogFile-0-45OfRLOeNV.data fuzzerLogFile-0-45OfRLOeNV.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/light/source_fileszlib_uncompress_fuzzer.cc fuzzerLogFile-0-T8xgkcVqBL.data fuzzerLogFile-0-T8xgkcVqBL.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/light/source_filesexample_large_fuzzer.c fuzzerLogFile-0-KmW8pHIxxC.data fuzzerLogFile-0-KmW8pHIxxC.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/light/source_filesexample_flush_fuzzer.c fuzzerLogFile-0-ll55uLfHCl.data fuzzerLogFile-0-ll55uLfHCl.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codeexample_large_fuzzer.c fuzzerLogFile-0-i2szZD2yv4.data fuzzerLogFile-0-i2szZD2yv4.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codeminigzip_fuzzer.c fuzzerLogFile-0-RAxxmVSidX.data fuzzerLogFile-0-RAxxmVSidX.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/light/source_fileszlib_uncompress2_fuzzer.cc fuzzerLogFile-0-IXBcSEy7Oz.data fuzzerLogFile-0-IXBcSEy7Oz.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
checksum_fuzzer fuzzerLogFile-0-QHbju76pv4.data fuzzerLogFile-0-QHbju76pv4.data.yaml checksum_fuzzer.covreport
zlib_uncompress_fuzzer fuzzerLogFile-0-6Dpd11ANrH.data fuzzerLogFile-0-6Dpd11ANrH.data.yaml zlib_uncompress_fuzzer.covreport
inspector/light/source_filesexample_dict_fuzzer.c fuzzerLogFile-0-8cmoVs7m9y.data fuzzerLogFile-0-8cmoVs7m9y.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codeexample_flush_fuzzer.c fuzzerLogFile-0-FP1FfN49fP.data fuzzerLogFile-0-FP1FfN49fP.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codechecksum_fuzzer.c fuzzerLogFile-0-DsltS9X8ga.data fuzzerLogFile-0-DsltS9X8ga.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
gzio_fuzzer fuzzerLogFile-0-VA12pxdtgI.data fuzzerLogFile-0-VA12pxdtgI.data.yaml gzio_fuzzer.covreport
example_dict_fuzzer fuzzerLogFile-0-lW5S3JDRTs.data fuzzerLogFile-0-lW5S3JDRTs.data.yaml example_dict_fuzzer.covreport
zlib_uncompress2_fuzzer fuzzerLogFile-0-553weXkk0c.data fuzzerLogFile-0-553weXkk0c.data.yaml zlib_uncompress2_fuzzer.covreport
inspector/light/source_filescompress_fuzzer.c fuzzerLogFile-0-Z0BByqjBJ1.data fuzzerLogFile-0-Z0BByqjBJ1.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
example_large_fuzzer fuzzerLogFile-0-Xly3gVVP5R.data fuzzerLogFile-0-Xly3gVVP5R.data.yaml example_large_fuzzer.covreport
inspector/light/source_filesgzio_fuzzer.c fuzzerLogFile-0-KoIHU1MsrF.data fuzzerLogFile-0-KoIHU1MsrF.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/light/source_filesminigzip_fuzzer.c fuzzerLogFile-0-d826jd4Pcg.data fuzzerLogFile-0-d826jd4Pcg.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/light/source_filesexample_small_fuzzer.c fuzzerLogFile-0-mkwf86jNc6.data fuzzerLogFile-0-mkwf86jNc6.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codeexample_dict_fuzzer.c fuzzerLogFile-0-pMb1VcUbAz.data fuzzerLogFile-0-pMb1VcUbAz.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
minigzip_fuzzer fuzzerLogFile-0-eo0oRsYmM9.data fuzzerLogFile-0-eo0oRsYmM9.data.yaml minigzip_fuzzer.covreport
inspector/source-codezlib_uncompress_fuzzer.cc fuzzerLogFile-0-QwNFgCODwt.data fuzzerLogFile-0-QwNFgCODwt.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codeexample_small_fuzzer.c fuzzerLogFile-0-w9zZPlwRtU.data fuzzerLogFile-0-w9zZPlwRtU.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport
inspector/source-codegzio_fuzzer.c fuzzerLogFile-0-PUK1LlMh47.data fuzzerLogFile-0-PUK1LlMh47.data.yaml zlib_uncompress2_fuzzer.covreport , gzio_fuzzer.covreport , example_large_fuzzer.covreport , compress_fuzzer.covreport , zlib_uncompress_fuzzer.covreport , minigzip_fuzzer.covreport , example_flush_fuzzer.covreport , example_small_fuzzer.covreport , checksum_fuzzer.covreport , example_dict_fuzzer.covreport