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-ini-file-parser

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 11 14.6%
gold [1:9] 2 2.66%
yellow [10:29] 1 1.33%
greenyellow [30:49] 3 4.0%
lawngreen 50+ 58 77.3%
All colors 75 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
0 0 None 16 189 avahi_ini_file_load call site: 00009 /src/avahi/avahi-daemon/ini-file-parser.c:42
0 0 None 2 21 avahi_strdup call site: 00033 /src/avahi/avahi-common/malloc.c:164
0 0 None 0 12 avahi_strfreev call site: 00069 /src/avahi/avahi-daemon/ini-file-parser.c:189
0 0 None 0 0 avahi_malloc call site: 00018 /src/avahi/avahi-common/malloc.c:103
0 0 None 0 0 avahi_malloc call site: 00018 /src/avahi/avahi-common/malloc.c:106
0 0 None 0 0 avahi_free call site: 00048 /src/avahi/avahi-common/malloc.c:134
0 0 None 0 0 avahi_free call site: 00048 /src/avahi/avahi-common/malloc.c:137
0 0 None 0 0 avahi_strdup call site: 00035 /src/avahi/avahi-common/malloc.c:168
0 0 None 0 0 avahi_strndup call site: 00065 /src/avahi/avahi-common/malloc.c:180
0 0 None 0 0 avahi_strndup call site: 00066 /src/avahi/avahi-common/malloc.c:187
0 0 None 0 0 xmalloc call site: 00019 /src/avahi/avahi-common/malloc.c:65
0 0 None 0 0 xmalloc call site: 00019 /src/avahi/avahi-common/malloc.c:68

Runtime coverage analysis

Covered functions
16
Functions that are reachable but not covered
20
Reachable functions
36
Percentage of reachable functions covered
44.44%
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-ini-file-parser.c 2
avahi-core/log.c 4
avahi-daemon/ini-file-parser.c 4
./avahi-common/malloc.h 1
avahi-common/malloc.c 6
avahi-common/./malloc.h 1

Fuzzer: fuzz-domain

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 165 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 165 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
164 0 EP call site: 00000 avahi_alternative_host_name

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
44
Reachable functions
44
Percentage of reachable functions covered
0.0%
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-domain.c 1
avahi-common/malloc.c 10
avahi-common/domain.c 13
avahi-common/utf8.c 1
avahi-common/address.c 2
avahi-common/alternative.c 3
avahi-common/./malloc.h 1

Fuzzer: fuzz-strlst

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 14 19.4%
gold [1:9] 1 1.38%
yellow [10:29] 8 11.1%
greenyellow [30:49] 1 1.38%
lawngreen 50+ 48 66.6%
All colors 72 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
27 27 1 :

['avahi_strndup']

27 55 avahi_string_list_get_pair call site: 00038 /src/avahi/avahi-common/strlst.c:503
23 23 1 :

['avahi_strdup']

23 23 avahi_string_list_get_pair call site: 00037 /src/avahi/avahi-common/strlst.c:490
0 0 None 2 2 avahi_string_list_equal call site: 00058 /src/avahi/avahi-common/strlst.c:301
0 0 None 0 36 avahi_string_list_parse call site: 00004 /src/avahi/avahi-common/strlst.c:89
0 0 None 0 4 avahi_string_list_to_string call site: 00019 /src/avahi/avahi-common/strlst.c:189
0 0 None 0 2 avahi_string_list_serialize call site: 00051 /src/avahi/avahi-common/strlst.c:241
0 0 None 0 2 avahi_string_list_serialize call site: 00051 /src/avahi/avahi-common/strlst.c:245
0 0 None 0 2 avahi_string_list_serialize call site: 00051 /src/avahi/avahi-common/strlst.c:249
0 0 None 0 0 avahi_malloc call site: 00007 /src/avahi/avahi-common/malloc.c:103
0 0 None 0 0 avahi_malloc call site: 00007 /src/avahi/avahi-common/malloc.c:106
0 0 None 0 0 avahi_free call site: 00016 /src/avahi/avahi-common/malloc.c:137
0 0 None 0 0 avahi_memdup call site: 00045 /src/avahi/avahi-common/malloc.c:252

Runtime coverage analysis

Covered functions
19
Functions that are reachable but not covered
12
Reachable functions
31
Percentage of reachable functions covered
61.29%
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-strlst.c 1
avahi-common/strlst.c 12
avahi-common/malloc.c 7
avahi-common/./malloc.h 1
avahi-common/utf8.c 1

Fuzzer: fuzz-consume-key

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 131 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 131 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
130 0 EP call site: 00000 avahi_dns_packet_consume_key

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
52
Reachable functions
52
Percentage of reachable functions covered
0.0%
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-consume-key.c 2
avahi-core/log.c 3
avahi-core/dns.c 6
avahi-common/malloc.c 9
avahi-common/domain.c 7
avahi-core/rr.c 10
avahi-core/../avahi-common/malloc.h 1
avahi-common/utf8.c 1
avahi-core/hashmap.c 2

Fuzzer: fuzz-consume-record

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 406 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 406 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
405 0 EP call site: 00000 avahi_dns_packet_consume_record

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
112
Reachable functions
112
Percentage of reachable functions covered
0.0%
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-consume-record.c 2
avahi-core/log.c 3
avahi-core/dns.c 24
avahi-common/malloc.c 12
avahi-common/domain.c 6
avahi-core/rr.c 24
avahi-core/../avahi-common/malloc.h 2
avahi-common/utf8.c 1
avahi-common/strlst.c 9
avahi-core/addr-util.c 1
avahi-common/./malloc.h 1
avahi-core/hashmap.c 10
avahi-core/domain-util.c 1

Fuzzer: fuzz-packet

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 392 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 392 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
391 0 EP call site: 00000 copy_rrs

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
112
Reachable functions
112
Percentage of reachable functions covered
0.0%
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-packet.c 4
avahi-core/log.c 3
avahi-core/dns.c 28
avahi-common/malloc.c 12
avahi-common/domain.c 14
avahi-core/rr.c 12
avahi-core/../avahi-common/malloc.h 2
avahi-common/utf8.c 1
avahi-core/domain-util.c 1
avahi-core/hashmap.c 10
avahi-common/strlst.c 7
avahi-common/./malloc.h 1

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/avahi/avahi-core/rr.c ['fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/avahi-common/utf8.c ['fuzz-domain', 'fuzz-strlst', 'fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] ['fuzz-strlst']
/src/avahi/fuzz/fuzz-ini-file-parser.c ['fuzz-ini-file-parser'] ['fuzz-ini-file-parser']
/src/avahi/fuzz/fuzz-consume-key.c ['fuzz-consume-key'] []
/src/avahi/fuzz/fuzz-strlst.c ['fuzz-strlst'] ['fuzz-strlst']
/src/avahi/avahi-core/addr-util.c ['fuzz-consume-record'] []
/src/avahi/avahi-core/../avahi-common/malloc.h ['fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/avahi-common/malloc.c ['fuzz-ini-file-parser', 'fuzz-domain', 'fuzz-strlst', 'fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] ['fuzz-ini-file-parser', 'fuzz-strlst']
/src/avahi/fuzz/fuzz-domain.c ['fuzz-domain'] []
/src/avahi/avahi-common/./malloc.h ['fuzz-ini-file-parser', 'fuzz-domain', 'fuzz-strlst', 'fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/fuzz/fuzz-packet.c ['fuzz-packet'] []
/src/avahi/avahi-core/util.c [] []
/src/avahi/avahi-core/hashmap.c ['fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/avahi-common/domain.c ['fuzz-domain', 'fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/avahi-core/dns.c ['fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/avahi-common/strlst.c ['fuzz-strlst', 'fuzz-consume-record', 'fuzz-packet'] ['fuzz-strlst']
/src/avahi/avahi-core/log.c ['fuzz-ini-file-parser', 'fuzz-consume-key', 'fuzz-consume-record', 'fuzz-packet'] ['fuzz-ini-file-parser']
/src/avahi/avahi-daemon/ini-file-parser.c ['fuzz-ini-file-parser'] ['fuzz-ini-file-parser']
/src/avahi/avahi-core/domain-util.c ['fuzz-consume-record', 'fuzz-packet'] []
/src/avahi/fuzz/fuzz-consume-record.c ['fuzz-consume-record'] []
/src/avahi/avahi-common/alternative.c ['fuzz-domain'] []
/src/avahi/avahi-common/address.c ['fuzz-domain'] []

Directories in report

Directory
/src/avahi/avahi-common/
/src/avahi/avahi-daemon/
/src/avahi/avahi-core/
/src/avahi/fuzz/
/src/avahi/avahi-core/../avahi-common/
/src/avahi/avahi-common/./