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

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 16 20.7%
gold [1:9] 3 3.89%
yellow [10:29] 3 3.89%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 55 71.4%
All colors 77 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
5 46 next_arg call site: 00046 process_opt
3 54 process_opt_param call site: 00054 alloc_failed
2 18 fuse_opt_add_arg call site: 00018 alloc_failed
2 43 match_template call site: 00043 process_opt_sep_arg
1 21 fuse_opt_add_arg call site: 00021 alloc_failed
1 29 add_opt_common call site: 00029 alloc_failed
1 33 process_option_group call site: 00033 fuse_log
1 73 af_safe_gb_cleanup call site: 00073 unlink

Runtime coverage analysis

Covered functions
32
Functions that are reachable but not covered
12
Reachable functions
43
Percentage of reachable functions covered
72.09%
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
fuzz_optparse.c 1
fuzz-headers/lang/c/ada_fuzz_header.h 10
libfuse/build/../lib/fuse_opt.c 21
libfuse/build/../lib/fuse_log.c 1