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: config_read_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 195 46.3%
gold [1:9] 13 3.08%
yellow [10:29] 2 0.47%
greenyellow [30:49] 2 0.47%
lawngreen 50+ 209 49.6%
All colors 421 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
43 227 config_setting_set_int64_elem call site: 00227 config_setting_set_int64_elem
19 99 libconfig_scanctx_take_string call site: 00099 libconfig_scanctx_push_include
18 40 libconfig_yyensure_buffer_stack call site: 00040 libconfig_yy_create_buffer
13 144 libconfig_yylex call site: 00144 libconfig_yyrestart
12 85 libconfig_strbuf_append_char call site: 00085 libconfig_strbuf_append_char
12 192 __config_list_add call site: 00192 config_setting_add
10 133 libconfig_yy_delete_buffer call site: 00133 libconfig_yy_switch_to_buffer
7 216 config_setting_set_int_elem call site: 00216 config_setting_set_int64_elem
6 125 libconfig_parse_integer call site: 00125 libconfig_parse_integer
6 286 config_setting_set_string call site: 00286 config_setting_add
5 276 config_setting_set_float call site: 00276 config_setting_set_string_elem
4 208 config_setting_set_bool_elem call site: 00208 config_setting_set_int_elem

Runtime coverage analysis

Covered functions
96
Functions that are reachable but not covered
40
Reachable functions
136
Percentage of reachable functions covered
70.59%
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/fuzz_config_read.c 3
lib/libconfig.c 51
lib/strvec.c 3
lib/util.c 7
fuzz/fuzz_data.c 2
lib/scanctx.c 7
build/lib/scanner.c 24
build/lib/scanner.l 2
build/lib/grammar.c 2
lib/strbuf.c 4
build/lib/grammar.y 2

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/libconfig/fuzz/fuzz_config_read.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/build/lib/scanner.l ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/lib/util.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/build/lib/scanner.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/build/lib/grammar.y ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/lib/strvec.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/lib/strbuf.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/lib/scanctx.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/build/lib/grammar.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/lib/libconfig.c ['config_read_fuzzer'] ['config_read_fuzzer']
/src/libconfig/fuzz/fuzz_data.c ['config_read_fuzzer'] ['config_read_fuzzer']

Directories in report

Directory
/src/libconfig/lib/
/src/libconfig/fuzz/
/src/libconfig/build/lib/