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

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 398 98.2%
gold [1:9] 6 1.48%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.24%
All colors 405 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
350 0 EP call site: 00000 harness_attr_iter
48 356 make_ioa_addr call site: 00356 harness_integrity_attr_add

Runtime coverage analysis

Covered functions
5
Functions that are reachable but not covered
129
Reachable functions
131
Percentage of reachable functions covered
1.53%
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/FuzzStun.c 12
src/client/ns_turn_msg.c 72
src/client/ns_turn_ioaddr.c 10
src/client/ns_turn_msg_addr.c 2
src/client/ns_turn_ioaddr.h 1
src/ns_turn_defs.h 1

Fuzzer: FuzzStunClient

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 13 2.60%
gold [1:9] 7 1.40%
yellow [10:29] 4 0.80%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 475 95.1%
All colors 499 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
7 61 is_http call site: 00061 findstr
1 41 stun_attr_get_first_by_type_str call site: 00041 stun_attr_get_first_str
1 104 fuzz_addr call site: 00104 fuzz_u32
1 106 fuzz_u32 call site: 00106 htonl
1 136 stun_init_command_str call site: 00136 stun_tid_generate_in_message_str
1 195 addr_set_port call site: 00195 ntohs
1 282 old_stun_init_command_str call site: 00282 stun_tid_generate_in_message_str

Runtime coverage analysis

Covered functions
135
Functions that are reachable but not covered
11
Reachable functions
142
Percentage of reachable functions covered
92.25%
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/FuzzStunClient.c 18
src/apps/common/stun_buffer.c 39
src/client/ns_turn_msg.c 64
src/client/ns_turn_msg_addr.c 2
src/client/ns_turn_ioaddr.c 7
src/client/ns_turn_ioaddr.h 1
src/ns_turn_defs.h 1