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_process

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 350 85.3%
gold [1:9] 3 0.73%
yellow [10:29] 23 5.60%
greenyellow [30:49] 1 0.24%
lawngreen 50+ 33 8.04%
All colors 410 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
219 140 send_ra_forall call site: 00140 send_ra
95 33 check_device call site: 00033 update_device_info
6 6 addrtostr call site: 00006 __errno_location
6 388 process_ra call site: 00388 addrtostr
4 23 update_device_index call site: 00023 __errno_location
4 377 process_ra call site: 00377 ntohl
3 400 process_ra call site: 00400 check_dnssl_presence
2 15 process call site: 00015 flog
2 360 process_rs call site: 00360 reschedule_iface
1 19 process call site: 00019 dlog
1 133 process_rs call site: 00133 flog
1 136 process_rs call site: 00136 send_ra_forall

Runtime coverage analysis

Covered functions
18
Functions that are reachable but not covered
99
Reachable functions
117
Percentage of reachable functions covered
15.38%
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_process.c 4
radvd/process.c 4
radvd/util.c 15
radvd/interface.c 4
radvd/device-common.c 6
radvd/device-linux.c 6
radvd/send.c 39
radvd/timer.c 2

Fuzzer: fuzz_config

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 182 78.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 51 21.8%
All colors 233 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
138 65 free_ifaces call site: 00065 cleanup
7 29 yylex call site: 00029 inet_pton
6 57 yylex call site: 00057 cleanup
4 10 yyensure_buffer_stack call site: 00010 yy_fatal_error
4 212 yyparse call site: 00212 yyerror
4 217 yyparse call site: 00217 yylex_destroy
3 4 LLVMFuzzerTestOneInput call site: 00004 yyparse
3 49 yy_get_next_buffer call site: 00049 yy_create_buffer
2 53 yyrestart call site: 00053 yy_fatal_error
2 225 yylex_destroy call site: 00225 yy_delete_buffer
2 229 yylex_destroy call site: 00229 free_ifaces
1 15 yyrealloc call site: 00015 yy_fatal_error

Runtime coverage analysis

Covered functions
28
Functions that are reachable but not covered
40
Reachable functions
68
Percentage of reachable functions covered
41.18%
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_config.c 3
radvd/gram.y 3
radvd/scanner.c 19
radvd/gram.c 4
radvd/interface.c 8