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] 4 5.33%
greenyellow [30:49] 0 0.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-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-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 19 11.5%
gold [1:9] 2 1.21%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 144 87.2%
All colors 165 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
25 31 2 :

['avahi_realloc', 'avahi_free']

25 31 avahi_strdup_vprintf call site: 00107 /src/avahi/avahi-common/malloc.c:218
6 6 1 :

['avahi_proto_to_af']

8 8 avahi_address_parse call site: 00089 /src/avahi/avahi-common/address.c:109
0 0 None 25 31 avahi_strdup_vprintf call site: 00106 /src/avahi/avahi-common/malloc.c:206
0 0 None 12 232 avahi_alternative_host_name call site: 00098 /src/avahi/avahi-common/alternative.c:63
0 0 None 6 168 avahi_alternative_host_name call site: 00102 /src/avahi/avahi-common/alternative.c:90
0 0 None 4 100 avahi_alternative_service_name call site: 00147 /src/avahi/avahi-common/alternative.c:169
0 0 None 2 131 avahi_alternative_host_name call site: 00118 /src/avahi/avahi-common/alternative.c:98
0 0 None 2 125 avahi_alternative_host_name call site: 00129 /src/avahi/avahi-common/alternative.c:112
0 0 None 2 21 avahi_strdup call site: 00030 /src/avahi/avahi-common/malloc.c:164
0 0 None 0 114 avahi_is_valid_fqdn call site: 00084 /src/avahi/avahi-common/domain.c:604
0 0 None 0 78 avahi_is_valid_fqdn call site: 00085 /src/avahi/avahi-common/domain.c:610
0 0 None 0 63 avahi_alternative_service_name call site: 00150 /src/avahi/avahi-common/alternative.c:177

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
17
Reachable functions
44
Percentage of reachable functions covered
61.36%
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-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 23 17.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 108 82.4%
All colors 131 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 6 1 :

['avahi_free']

0 6 avahi_realloc call site: 00089 /src/avahi/avahi-common/malloc.c:148
0 0 None 6 23 avahi_unescape_label call site: 00046 /src/avahi/avahi-common/domain.c:81
0 0 None 2 21 avahi_strdup call site: 00051 /src/avahi/avahi-common/malloc.c:164
0 0 None 0 164 avahi_dns_packet_consume_key call site: 00026 /src/avahi/avahi-core/dns.c:673
0 0 None 0 101 avahi_key_new call site: 00029 /src/avahi/avahi-core/rr.c:48
0 0 None 0 36 avahi_is_valid_domain_name call site: 00062 /src/avahi/avahi-common/domain.c:380
0 0 None 0 31 avahi_strdup_vprintf call site: 00087 /src/avahi/avahi-common/malloc.c:206
0 0 None 0 31 avahi_strdup_vprintf call site: 00088 /src/avahi/avahi-common/malloc.c:221
0 0 None 0 31 avahi_strdup_vprintf call site: 00089 /src/avahi/avahi-common/malloc.c:226
0 0 None 0 19 avahi_dns_packet_new call site: 00003 /src/avahi/avahi-core/dns.c:43
0 0 None 0 19 avahi_dns_packet_new call site: 00003 /src/avahi/avahi-core/dns.c:45
0 0 None 0 0 avahi_unescape_label call site: 00044 /src/avahi/avahi-common/domain.c:52

Runtime coverage analysis

Covered functions
38
Functions that are reachable but not covered
14
Reachable functions
52
Percentage of reachable functions covered
73.08%
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-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 18 4.59%
gold [1:9] 0 0.0%
yellow [10:29] 2 0.51%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 372 94.8%
All colors 392 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 6 1 :

['avahi_free']

0 6 avahi_realloc call site: 00093 /src/avahi/avahi-common/malloc.c:148
0 0 None 10 118 avahi_get_type_from_subtype call site: 00318 /src/avahi/avahi-common/domain.c:317
0 0 None 8 80 avahi_get_type_from_subtype call site: 00320 /src/avahi/avahi-common/domain.c:328
0 0 None 6 42 avahi_is_valid_service_type_strict call site: 00309 /src/avahi/avahi-common/domain.c:284
0 0 None 6 42 avahi_get_type_from_subtype call site: 00322 /src/avahi/avahi-common/domain.c:341
0 0 None 6 23 avahi_unescape_label call site: 00059 /src/avahi/avahi-common/domain.c:81
0 0 None 4 271 avahi_service_name_split call site: 00292 /src/avahi/avahi-common/domain.c:528
0 0 None 4 271 avahi_service_name_split call site: 00293 /src/avahi/avahi-common/domain.c:542
0 0 None 4 271 avahi_service_name_split call site: 00299 /src/avahi/avahi-common/domain.c:551
0 0 None 4 271 avahi_service_name_split call site: 00299 /src/avahi/avahi-common/domain.c:563
0 0 None 4 271 avahi_service_name_split call site: 00301 /src/avahi/avahi-common/domain.c:571
0 0 None 4 98 avahi_record_is_valid call site: 00248 /src/avahi/avahi-core/rr.c:686

Runtime coverage analysis

Covered functions
93
Functions that are reachable but not covered
19
Reachable functions
112
Percentage of reachable functions covered
83.04%
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

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 26 6.40%
gold [1:9] 0 0.0%
yellow [10:29] 4 0.98%
greenyellow [30:49] 2 0.49%
lawngreen 50+ 374 92.1%
All colors 406 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 6 1 :

['avahi_free']

0 6 avahi_realloc call site: 00191 /src/avahi/avahi-common/malloc.c:148
0 0 None 6 23 avahi_unescape_label call site: 00051 /src/avahi/avahi-common/domain.c:81
0 0 None 4 98 avahi_record_is_valid call site: 00120 /src/avahi/avahi-core/rr.c:686
0 0 None 2 21 avahi_strdup call site: 00056 /src/avahi/avahi-common/malloc.c:164
0 0 None 0 318 avahi_dns_packet_consume_record call site: 00030 /src/avahi/avahi-core/dns.c:639
0 0 None 0 234 avahi_dns_packet_append_record call site: 00391 /src/avahi/avahi-core/dns.c:793
0 0 None 0 195 avahi_dns_packet_append_name call site: 00220 /src/avahi/avahi-core/dns.c:206
0 0 None 0 195 avahi_dns_packet_append_name call site: 00242 /src/avahi/avahi-core/dns.c:216
0 0 None 0 188 avahi_record_copy call site: 00359 /src/avahi/avahi-core/rr.c:422
0 0 None 0 101 avahi_key_new call site: 00034 /src/avahi/avahi-core/rr.c:48
0 0 None 0 53 avahi_record_copy call site: 00364 /src/avahi/avahi-core/rr.c:449
0 0 None 0 36 avahi_string_list_parse call site: 00099 /src/avahi/avahi-common/strlst.c:89

Runtime coverage analysis

Covered functions
94
Functions that are reachable but not covered
18
Reachable functions
112
Percentage of reachable functions covered
83.93%
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

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

fuzz/fuzz-ini-file-parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['avahi_malloc', 'avahi_ini_file_load', 'avahi_log_ap', 'avahi_ini_file_free']

fuzz/fuzz-strlst.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['avahi_malloc', 'avahi_string_list_get_pair', 'avahi_string_list_free', 'avahi_memdup', 'avahi_string_list_copy']

fuzz/fuzz-domain.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['avahi_strdup_vprintf', 'avahi_malloc', 'avahi_address_parse', 'avahi_new_internal', 'avahi_alternative_service_name']

fuzz/fuzz-consume-key.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['avahi_dns_packet_free', 'avahi_malloc', 'xrealloc', 'avahi_new_internal', 'avahi_log_ap', 'avahi_key_new', 'avahi_is_valid_domain_name', 'avahi_strdup_vprintf']

fuzz/fuzz-packet.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['avahi_malloc', 'xrealloc', 'xcalloc', 'avahi_new_internal', 'avahi_log_ap', 'avahi_is_valid_domain_name', 'avahi_strdup_vprintf', 'avahi_dns_packet_append_name', 'avahi_record_new', 'avahi_record_new_full']

fuzz/fuzz-consume-record.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['avahi_malloc', 'xrealloc', 'avahi_record_copy', 'xcalloc', 'avahi_new_internal', 'avahi_log_ap', 'avahi_key_new', 'avahi_record_new', 'avahi_key_unref', 'avahi_strdup_vprintf']

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

Directories in report

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