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

Project functions overview

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

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

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

Fuzzer details

Fuzzer: fuzzer

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 47 12.5%
gold [1:9] 6 1.59%
yellow [10:29] 0 0.0%
greenyellow [30:49] 8 2.12%
lawngreen 50+ 315 83.7%
All colors 376 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
17 17 1 :

['write_tag_blockout']

17 17 WavpackWriteTag call site: 00357 /src/wavpack/src/tag_utils.c:228
2 64 2 :

['WavpackCloseFile', 'strcpy']

2 64 WavpackOpenFileInputEx64 call site: 00118 /src/wavpack/src/open_utils.c:207
2 2 1 :

['strncpy']

2 2 get_id3_tag_item call site: 00207 /src/wavpack/src/tag_utils.c:313
2 2 1 :

['strncpy']

2 2 get_id3_tag_item_indexed call site: 00186 /src/wavpack/src/tag_utils.c:396
0 47 1 :

['find_sample']

78 2762 WavpackSeekSample64 call site: 00325 /src/wavpack/src/unpack_seek.c:77
0 5 1 :

['WavpackLittleEndianToNative']

78 2648 WavpackSeekSample64 call site: 00332 /src/wavpack/src/unpack_seek.c:115
0 0 None 156 2223 WavpackUnpackSamples call site: 00286 /src/wavpack/src/unpack_utils.c:156
0 0 None 156 2223 WavpackUnpackSamples call site: 00288 /src/wavpack/src/unpack_utils.c:178
0 0 None 156 2223 WavpackUnpackSamples call site: 00294 /src/wavpack/src/unpack_utils.c:273
0 0 None 156 2223 WavpackUnpackSamples call site: 00295 /src/wavpack/src/unpack_utils.c:278
0 0 None 156 2223 WavpackUnpackSamples call site: 00296 /src/wavpack/src/unpack_utils.c:294
0 0 None 156 2223 WavpackUnpackSamples call site: 00297 /src/wavpack/src/unpack_utils.c:316

Runtime coverage analysis

Covered functions
137
Functions that are reachable but not covered
26
Reachable functions
151
Percentage of reachable functions covered
82.78%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzzing/fuzzer.cc 1
src/common_utils.c 37
src/open_utils.c 26
src/tags.c 4
src/unpack_dsd.c 12
src/decorr_utils.c 4
src/entropy_utils.c 6
src/tag_utils.c 19
src/unpack_utils.c 7
src/unpack.c 4
src/read_words.c 3
src/unpack_floats.c 2
src/unpack_seek.c 3