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-imap-utf7

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 568 62.4%
gold [1:9] 198 21.7%
yellow [10:29] 11 1.20%
greenyellow [30:49] 5 0.54%
lawngreen 50+ 128 14.0%
All colors 910 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
107 504 lib_signals_init call site: 00504 lib_signals_ioloop_switch
90 819 iostream_pump_destroy call site: 00819 io_loop_destroy
60 362 str_vprintfa call site: 00362 event_want_level
51 259 i_snprintf call site: 00259 t_push
37 181 printf_format_fix_noalloc call site: 00181 t_buffer_get
32 222 t_malloc_real call site: 00222 t_strdup_printf
27 613 buffer_delete call site: 00613 signal_shadow
26 135 event_want_level call site: 00135 event_filter_match_source
15 429 event_unref call site: 00429 event_send
10 170 printf_format_fix_noalloc call site: 00170 fix_format_real
8 316 str_new call site: 00316 backtrace_append
7 328 buffer_check_append_limits call site: 00328 str_c

Runtime coverage analysis

Covered functions
173
Functions that are reachable but not covered
174
Reachable functions
326
Percentage of reachable functions covered
46.63%
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
lib-imap/fuzz-imap-utf7.c 1
lib-test/fuzzer.c 4
lib/lib.c 9
lib/failures.c 10
lib/randgen.c 3
lib/data-stack.c 20
lib/./malloc-overflow.h 2
lib/bits.c 1
lib/./bits.h 1
lib/lib-event.c 26
lib/mempool-alloconly.c 2
lib/./mempool.h 6
lib/time-util.c 2
lib/strfuncs.c 9
lib/./array.h 11
lib/./lib.h 1
lib/imem.c 1
lib/buffer.c 18
lib/mempool.c 1
lib/event-log.c 10
lib/event-filter.c 21
lib/wildcard-match.c 4
lib/printf-format-fix.c 5
lib/net.c 4
lib/backtrace-string.c 3
lib/str.c 7
lib/mempool-datastack.c 1
lib/./str.h 6
lib/./strfuncs.h 1
lib/hostpid.c 2
lib/fd-util.c 2
lib/lib-signals.c 18
lib/ioloop.c 19
lib/ioloop-notify-inotify.c 2
lib/ioloop-notify-fd.c 1
lib/istream.c 4
lib/ioloop-epoll.c 5
lib/array.c 5
lib/ioloop-iolist.c 2
lib/iostream.c 2
lib/memarea.c 1
lib/ipwd.c 1
lib/restrict-access.c 1
lib/process-title.c 1
lib/env-util.c 1
lib-imap/imap-utf7.c 9
lib-imap/../../src/lib/str.h 6
lib-imap/../../src/lib/malloc-overflow.h 1
lib/unichar.c 3
lib/./unichar.h 2
lib-imap/../../src/lib/unichar.h 1
lib/iostream-pump.c 3
lib/ostream.c 3
lib/priorityq.c 7

Fuzzer: fuzz-message-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 557 59.2%
gold [1:9] 177 18.8%
yellow [10:29] 25 2.65%
greenyellow [30:49] 3 0.31%
lawngreen 50+ 178 18.9%
All colors 940 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
89 850 iostream_pump_destroy call site: 00850 io_loop_destroy
51 259 i_snprintf call site: 00259 t_push
48 563 io_stream_free call site: 00563 lib_signals_ioloop_ref
39 504 lib_signals_init call site: 00504 lib_signals_ioloop_switch
34 362 str_vprintfa call site: 00362 event_want_level
32 222 t_malloc_real call site: 00222 t_strdup_printf
31 187 p_strdup_vprintf call site: 00187 event_match_field
27 613 buffer_delete call site: 00613 signal_shadow
23 135 event_want_level call site: 00135 event_filter_match_source
19 403 str_truncate call site: 00403 event_get_log_message_str_out
15 429 event_unref call site: 00429 event_send
10 170 printf_format_fix_noalloc call site: 00170 fix_format_real

Runtime coverage analysis

Covered functions
282
Functions that are reachable but not covered
163
Reachable functions
339
Percentage of reachable functions covered
51.92%
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
lib-mail/fuzz-message-parser.c 1
lib-test/fuzzer.c 3
lib/lib.c 9
lib/failures.c 10
lib/randgen.c 3
lib/data-stack.c 20
lib/./malloc-overflow.h 2
lib/bits.c 1
lib/./bits.h 1
lib/lib-event.c 26
lib/mempool-alloconly.c 2
lib/./mempool.h 6
lib/time-util.c 2
lib/strfuncs.c 9
lib/./array.h 11
lib/./lib.h 1
lib/imem.c 1
lib/buffer.c 17
lib/mempool.c 1
lib/event-log.c 10
lib/event-filter.c 21
lib/wildcard-match.c 4
lib/printf-format-fix.c 5
lib/net.c 4
lib/backtrace-string.c 3
lib/str.c 7
lib/mempool-datastack.c 1
lib/./str.h 6
lib/./strfuncs.h 1
lib/hostpid.c 2
lib/fd-util.c 2
lib/lib-signals.c 18
lib/ioloop.c 19
lib/ioloop-notify-inotify.c 2
lib/ioloop-notify-fd.c 1
lib/istream.c 19
lib/ioloop-epoll.c 5
lib/array.c 5
lib/ioloop-iolist.c 2
lib/iostream.c 4
lib/memarea.c 2
lib/ipwd.c 1
lib/restrict-access.c 1
lib/process-title.c 1
lib/env-util.c 1
lib-test/test-istream.c 1
lib-test/../../src/lib/malloc-overflow.h 1
lib-test/../../src/lib/mempool.h 1
lib-mail/message-parser.c 9
lib-mail/../../src/lib/malloc-overflow.h 1
lib-mail/../../src/lib/mempool.h 2
lib-mail/../../src/lib/array.h 6
lib-mail/../../src/lib/istream.h 1
lib-mail/message-size.c 1
lib-mail/message-header-parser.c 1
lib/iostream-pump.c 3
lib/ostream.c 3
lib/priorityq.c 7

Fuzzer: fuzz-imap-bodystructure

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 632 47.5%
gold [1:9] 192 14.4%
yellow [10:29] 5 0.37%
greenyellow [30:49] 5 0.37%
lawngreen 50+ 495 37.2%
All colors 1329 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
89 1239 iostream_pump_destroy call site: 01239 io_loop_destroy
51 259 i_snprintf call site: 00259 t_push
48 563 io_stream_free call site: 00563 lib_signals_ioloop_ref
40 504 lib_signals_init call site: 00504 lib_signals_ioloop_switch
34 362 str_vprintfa call site: 00362 event_want_level
32 222 t_malloc_real call site: 00222 t_strdup_printf
31 187 p_strdup_vprintf call site: 00187 event_match_field
27 613 buffer_delete call site: 00613 signal_shadow
23 135 event_want_level call site: 00135 event_filter_match_source
19 403 str_truncate call site: 00403 event_get_log_message_str_out
15 429 event_unref call site: 00429 event_send
10 170 printf_format_fix_noalloc call site: 00170 fix_format_real

Runtime coverage analysis

Covered functions
260
Functions that are reachable but not covered
184
Reachable functions
419
Percentage of reachable functions covered
56.09%
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
lib-imap/fuzz-imap-bodystructure.c 6
lib-test/fuzzer.c 4
lib/lib.c 9
lib/failures.c 10
lib/randgen.c 3
lib/data-stack.c 22
lib/./malloc-overflow.h 2
lib/bits.c 1
lib/./bits.h 1
lib/lib-event.c 26
lib/mempool-alloconly.c 2
lib/./mempool.h 6
lib/time-util.c 2
lib/strfuncs.c 13
lib/./array.h 11
lib/./lib.h 1
lib/imem.c 1
lib/buffer.c 19
lib/mempool.c 1
lib/event-log.c 10
lib/event-filter.c 21
lib/wildcard-match.c 4
lib/printf-format-fix.c 5
lib/net.c 4
lib/backtrace-string.c 3
lib/str.c 7
lib/mempool-datastack.c 1
lib/./str.h 6
lib/./strfuncs.h 1
lib/hostpid.c 2
lib/fd-util.c 2
lib/lib-signals.c 18
lib/ioloop.c 19
lib/ioloop-notify-inotify.c 2
lib/ioloop-notify-fd.c 1
lib/istream.c 21
lib/ioloop-epoll.c 5
lib/array.c 5
lib/ioloop-iolist.c 2
lib/iostream.c 5
lib/memarea.c 2
lib/ipwd.c 1
lib/restrict-access.c 1
lib/process-title.c 1
lib/env-util.c 1
lib-imap/imap-bodystructure.c 14
lib/istream-data.c 1
lib-imap/imap-parser.c 24
lib-imap/../../src/lib/malloc-overflow.h 1
lib-imap/../../src/lib/mempool.h 3
lib-imap/../../src/lib/array.h 7
lib-imap/../../src/lib/lib.h 1
lib/strescape.c 1
lib/ostream.c 9
lib-imap/imap-arg.c 6
lib/strnum.c 5
lib-imap/imap-envelope.c 5
lib-imap/../../src/lib/str.h 5
lib-imap/imap-quote.c 7
lib-mail/message-part.c 2
lib/iostream-pump.c 3
lib/priorityq.c 7

Fuzzer: fuzz-json-istream

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 735 53.8%
gold [1:9] 180 13.1%
yellow [10:29] 4 0.29%
greenyellow [30:49] 4 0.29%
lawngreen 50+ 442 32.3%
All colors 1365 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
90 1274 iostream_pump_destroy call site: 01274 io_loop_destroy
51 259 i_snprintf call site: 00259 t_push
41 403 str_truncate call site: 00403 event_get_log_message_str_out
39 119 buffer_check_limits call site: 00119 event_want_level
39 362 str_vprintfa call site: 00362 event_want_level
35 219 t_malloc_no0 call site: 00219 t_strdup_printf
30 188 p_strdup_vprintf call site: 00188 event_match_field
28 504 lib_signals_init call site: 00504 lib_signals_ioloop_switch
28 563 io_stream_free call site: 00563 lib_signals_ioloop_ref
27 613 buffer_delete call site: 00613 signal_shadow
19 592 array_idx_get_space_i call site: 00592 signal_read
18 835 json_tree_unref call site: 00835 json_istream_drop_value_stream

Runtime coverage analysis

Covered functions
267
Functions that are reachable but not covered
207
Reachable functions
433
Percentage of reachable functions covered
52.19%
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
lib-json/fuzz-json-istream.c 1
lib-test/fuzzer.c 3
lib/lib.c 9
lib/failures.c 10
lib/randgen.c 3
lib/data-stack.c 20
lib/./malloc-overflow.h 2
lib/bits.c 1
lib/./bits.h 1
lib/lib-event.c 26
lib/mempool-alloconly.c 2
lib/./mempool.h 6
lib/time-util.c 2
lib/strfuncs.c 11
lib/./array.h 11
lib/./lib.h 1
lib/imem.c 2
lib/buffer.c 18
lib/mempool.c 1
lib/event-log.c 10
lib/event-filter.c 21
lib/wildcard-match.c 4
lib/printf-format-fix.c 5
lib/net.c 4
lib/backtrace-string.c 3
lib/str.c 7
lib/mempool-datastack.c 1
lib/./str.h 6
lib/./strfuncs.h 1
lib/hostpid.c 2
lib/fd-util.c 2
lib/lib-signals.c 18
lib/ioloop.c 19
lib/ioloop-notify-inotify.c 2
lib/ioloop-notify-fd.c 1
lib/istream.c 28
lib/ioloop-epoll.c 5
lib/array.c 5
lib/ioloop-iolist.c 2
lib/iostream.c 6
lib/memarea.c 2
lib/ipwd.c 1
lib/restrict-access.c 1
lib/process-title.c 1
lib/env-util.c 1
lib-test/test-istream.c 1
lib-test/../../src/lib/malloc-overflow.h 1
lib-test/../../src/lib/mempool.h 1
lib-json/json-istream.c 13
lib-json/../../src/lib/malloc-overflow.h 1
lib-json/../../src/lib/mempool.h 4
lib-json/json-parser.c 52
lib-json/../../src/lib/array.h 5
lib-json/./json-types.h 2
lib-json/json-tree.c 9
lib-json/../../src/lib/lib.h 1
lib-json/../../src/lib/istream.h 2
lib/unichar.c 3
lib/./unichar.h 2
lib-json/./json-syntax.h 4
lib-json/../../src/lib/str.h 5
lib-json/../../src/lib/unichar.h 2
lib/iostream-pump.c 3
lib/ostream.c 3
lib/priorityq.c 7

Fuzzer: fuzz-sasl-authentication

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 1456 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 1456 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
1455 0 EP call site: 00000 fuzz_sasl_run

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
466
Reachable functions
466
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
lib-sasl/fuzz-sasl-authentication.c 6
lib-test/fuzzer.c 3
lib/lib.c 9
lib/failures.c 10
lib/randgen.c 3
lib/data-stack.c 20
lib/./malloc-overflow.h 2
lib/bits.c 1
lib/./bits.h 1
lib/lib-event.c 35
lib/mempool-alloconly.c 2
lib/./mempool.h 7
lib/time-util.c 3
lib/strfuncs.c 16
lib/./array.h 11
lib/./lib.h 1
lib/imem.c 2
lib/buffer.c 19
lib/mempool.c 1
lib/event-log.c 11
lib/event-filter.c 21
lib/wildcard-match.c 4
lib/printf-format-fix.c 5
lib/net.c 4
lib/backtrace-string.c 3
lib/str.c 8
lib/mempool-datastack.c 1
lib/./str.h 8
lib/./strfuncs.h 1
lib/hostpid.c 2
lib/fd-util.c 2
lib/lib-signals.c 18
lib/ioloop.c 21
lib/ioloop-notify-inotify.c 2
lib/ioloop-notify-fd.c 1
lib/istream.c 25
lib/ioloop-epoll.c 5
lib/array.c 6
lib/ioloop-iolist.c 2
lib/iostream.c 6
lib/memarea.c 2
lib/ipwd.c 1
lib/restrict-access.c 1
lib/process-title.c 1
lib/env-util.c 1
lib/./lib-event-private.h 1
lib-auth/password-scheme.c 4
lib/hash.c 11
lib/primes.c 1
lib-sasl/dsasl-client.c 9
lib-sasl/../../src/lib/array.h 5
lib-sasl/dsasl-client-mech-ntlm-dummy.c 1
lib/istream-data.c 1
lib/priorityq.c 8
lib-sasl/sasl-server.c 4
lib-sasl/../../src/lib/malloc-overflow.h 1
lib-sasl/../../src/lib/mempool.h 2
lib-sasl/sasl-server-mech-anonymous.c 1
lib-sasl/sasl-server-mech.c 16
lib-sasl/sasl-server-mech-cram-md5.c 1
lib-sasl/sasl-server-mech-digest-md5.c 1
lib-sasl/sasl-server-mech-login.c 1
lib-sasl/sasl-server-mech-otp.c 1
lib-sasl/sasl-server-mech-plain.c 1
lib-sasl/sasl-server-mech-scram.c 5
lib-sasl/sasl-server-mech-oauth2.c 3
lib-sasl/sasl-server-mech-winbind.c 3
lib-sasl/../../src/lib/lib.h 1
lib/str-sanitize.c 4
lib/unichar.c 3
lib/./unichar.h 2
lib-sasl/sasl-server-request.c 11
lib-sasl/../../src/lib/str.h 4
lib-sasl/../../src/lib/base64.h 3
lib/base64.c 4
lib-sasl/../../src/lib/istream.h 1
lib-sasl/../../src/lib/buffer.h 1
lib/safe-memset.c 1
lib/iostream-pump.c 3
lib/ostream.c 3

Fuzzer: fuzz-smtp-server

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 3002 59.6%
gold [1:9] 163 3.23%
yellow [10:29] 15 0.29%
greenyellow [30:49] 11 0.21%
lawngreen 50+ 1844 36.6%
All colors 5035 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
355 2875 str_truncate call site: 02875 settings_sort_filter_array
332 3231 array_get_modifiable_i call site: 03231 smtp_server_connection_sni_callback
246 2236 i_realloc call site: 02236 settings_mmap_apply
139 2085 array_create_i call site: 02085 settings_instance_override_init
132 2633 array_create_i call site: 02633 var_expand_parser_parse
119 3942 str_truncate call site: 03942 message_address_parse_real
107 2767 array_bsearch_i call site: 02767 var_expand_program_execute
99 1753 str_to_uintmax call site: 01753 smtp_server_connection_output
98 2483 array_clear_i call site: 02483 settings_instance_override
88 4482 smtp_server_cmd_xclient call site: 04482 cmd_xclient_recheck
77 2001 str_truncate call site: 02001 settings_get
51 259 i_snprintf call site: 00259 t_push

Runtime coverage analysis

Covered functions
799
Functions that are reachable but not covered
585
Reachable functions
1243
Percentage of reachable functions covered
52.94%
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
lib-smtp/fuzz-smtp-server.c 2
lib-test/fuzzer.c 5
lib/lib.c 11
lib/failures.c 11
lib/randgen.c 3
lib/data-stack.c 24
lib/./malloc-overflow.h 2
lib/bits.c 1
lib/./bits.h 1
lib/lib-event.c 48
lib/mempool-alloconly.c 2
lib/./mempool.h 7
lib/time-util.c 5
lib/strfuncs.c 43
lib/./array.h 12
lib/./lib.h 1
lib/imem.c 5
lib/buffer.c 21
lib/mempool.c 2
lib/event-log.c 12
lib/event-filter.c 34
lib/wildcard-match.c 6
lib/printf-format-fix.c 5
lib/net.c 26
lib/backtrace-string.c 3
lib/str.c 8
lib/mempool-datastack.c 1
lib/./str.h 8
lib/./strfuncs.h 3
lib/hostpid.c 3
lib/fd-util.c 4
lib/lib-signals.c 18
lib/ioloop.c 54
lib/ioloop-notify-inotify.c 2
lib/ioloop-notify-fd.c 1
lib/istream.c 25
lib/ioloop-epoll.c 6
lib/array.c 9
lib/ioloop-iolist.c 2
lib/iostream.c 11
lib/memarea.c 2
lib/ipwd.c 1
lib/restrict-access.c 1
lib/process-title.c 1
lib/env-util.c 1
lib/priorityq.c 12
lib/istream-data.c 1
lib/ostream-file.c 5
lib/ostream.c 32
lib/iostream-pump.c 10
lib-smtp/smtp-server.c 3
lib-smtp/../../src/lib/malloc-overflow.h 2
lib-smtp/../../src/lib/mempool.h 4
lib/./lib-event-private.h 1
lib-smtp/./smtp-common.h 1
lib-smtp/smtp-server-connection.c 54
lib/connection.c 23
lib-smtp/smtp-server-command.c 30
lib-smtp/../../src/lib/array.h 9
lib-smtp/smtp-server-cmd-helo.c 7
lib-smtp/smtp-server-reply.c 24
lib-smtp/../../src/lib/str.h 7
lib-smtp/smtp-command-parser.c 7
lib-ssl-iostream/iostream-ssl.c 19
lib-smtp/smtp-server-transaction.c 10
lib-smtp/smtp-server-recipient.c 16
lib-smtp/smtp-address.c 16
lib-smtp/./smtp-address.h 2
lib-smtp/./smtp-parser.h 7
lib-smtp/smtp-params.c 27
lib/str-sanitize.c 4
lib/unichar.c 6
lib/./unichar.h 2
lib/safe-memset.c 1
lib/./buffer.h 1
lib-smtp/./smtp-server-private.h 1
lib-smtp/smtp-reply-parser.c 1
lib-smtp/smtp-reply.c 4
lib-smtp/./smtp-reply.h 1
lib-smtp/smtp-syntax.c 4
lib-smtp/smtp-parser.c 12
lib/strnum.c 18
lib-smtp/smtp-server-cmd-auth.c 4
lib-smtp/smtp-server-cmd-starttls.c 5
lib/iostream-rawlog.c 5
lib/istream-rawlog.c 2
lib/ostream-rawlog.c 2
lib/./time-util.h 3
lib-smtp/../../src/lib/ostream.h 1
lib-ssl-iostream/ssl-settings.c 3
lib-settings/settings.c 51
lib-settings/../../src/lib/str.h 5
lib-settings/settings-parser.c 30
lib-settings/../../src/lib/malloc-overflow.h 1
lib-settings/../../src/lib/mempool.h 4
lib-settings/../../src/lib/lib.h 1
lib-settings/../../src/lib/array.h 13
lib-settings/../../src/lib/strfuncs.h 2
lib/hash.c 19
lib/event-filter-lexer.c 17
lib/event-filter-lexer.l 4
lib/event-filter-parser.c 5
lib/event-filter-parser.y 3
lib/strescape.c 3
lib/str-parse.c 5
lib-var-expand/expansion-program.c 9
lib-var-expand/../../src/lib/malloc-overflow.h 1
lib-var-expand/../../src/lib/mempool.h 4
lib-var-expand/../../src/lib/array.h 6
lib-var-expand/var-expand-lexer.c 17
lib-var-expand/var-expand-lexer.l 6
lib-var-expand/var-expand-parser.c 5
lib-var-expand/../../src/lib/str.h 7
lib-var-expand/../../src/lib/lib.h 1
lib-var-expand/var-expand-parser.y 7
lib-var-expand/expansion-statement.c 1
lib-var-expand/var-expand.c 10
lib-var-expand/expansion-filter.c 1
lib/hex-binary.c 2
lib/read-full.c 1
lib-settings/./settings-parser.h 1
lib-ssl-iostream/../../src/lib/mempool.h 3
lib-ssl-iostream/../../src/lib/malloc-overflow.h 1
lib-ssl-iostream/iostream-ssl-context-cache.c 5
lib/primes.c 1
lib/module-dir.c 23
lib-smtp/smtp-server-cmd-mail.c 5
lib-smtp/../../src/lib/strfuncs.h 1
lib-smtp/../../src/lib/lib.h 1
lib-smtp/smtp-server-cmd-rcpt.c 7
lib-mail/message-address.c 16
lib-mail/rfc822-parser.c 10
lib-mail/../../src/lib/str.h 5
lib-mail/../../src/lib/malloc-overflow.h 1
lib-mail/../../src/lib/mempool.h 1
lib-mail/../../src/lib/lib.h 1
lib-mail/./rfc822-parser.h 1
lib-smtp/smtp-server-cmd-data.c 21
lib-mail/istream-dot.c 1
lib/istream-failure-at.c 1
lib/istream-chain.c 4
lib/istream-limit.c 1
lib/istream-sized.c 3
lib-smtp/smtp-server-cmd-rset.c 3
lib-smtp/smtp-server-cmd-vrfy.c 2
lib-smtp/smtp-server-cmd-noop.c 2
lib-smtp/smtp-server-cmd-quit.c 1
lib-smtp/smtp-server-cmd-xclient.c 5
lib-smtp/./smtp-command.h 1
lib/guid.c 2
lib/sha1.c 6
lib-smtp/../../src/lib/base64.h 3
lib/base64.c 4
lib/istream-unix.c 1
lib/istream-file.c 2
lib/ostream-unix.c 1
lib/sleep.c 2

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
mech_oauthbearer_auth_continue /src/dovecot/src/lib-sasl/sasl-server-mech-oauth2.c 3 ['N/A', 'N/A', 'size_t'] 26 0 329 54 22 345 0 1572 608
parse_next_mime_header_init /src/dovecot/src/lib-mail/message-parser.c 2 ['N/A', 'N/A'] 18 0 27 3 2 252 0 1211 324
mech_digest_md5_auth_continue /src/dovecot/src/lib-sasl/sasl-server-mech-digest-md5.c 3 ['N/A', 'N/A', 'size_t'] 25 0 79 13 6 242 0 1140 240
smtp_server_connection_input /src/dovecot/src/lib-smtp/smtp-server-connection.c 1 ['N/A'] 39 0 475 85 28 838 0 4168 194
mech_otp_auth_continue /src/dovecot/src/lib-sasl/sasl-server-mech-otp.c 3 ['N/A', 'N/A', 'size_t'] 27 0 43 6 3 244 0 1077 188
restrict_access_by_env /src/dovecot/src/lib/restrict-access.c 2 ['int', 'N/A'] 31 0 52 9 4 216 0 898 171
settings_read /src/dovecot/src/lib-settings/settings.c 8 ['N/A', 'int', 'N/A', 'N/A', 'N/A', 'int', 'N/A', 'N/A'] 21 0 142 15 5 292 0 1375 170

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
49.0%
1694 / 3444
Cyclomatic complexity statically reachable by fuzzers
56.0%
9438 / 16873

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

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.

lib-imap/fuzz-imap-utf7.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=['lib_signals_init', 'iostream_pump_destroy', 'str_vprintfa', 'i_snprintf', 'printf_format_fix_noalloc', 't_malloc_real', 'buffer_delete', 'event_want_level', 'event_unref']

lib-mail/fuzz-message-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=['iostream_pump_destroy', 'i_snprintf', 'io_stream_free', 'lib_signals_init', 'str_vprintfa', 't_malloc_real', 'p_strdup_vprintf', 'buffer_delete', 'event_want_level', 'str_truncate']

lib-imap/fuzz-imap-bodystructure.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=['iostream_pump_destroy', 'i_snprintf', 'io_stream_free', 'lib_signals_init', 'str_vprintfa', 't_malloc_real', 'p_strdup_vprintf', 'buffer_delete', 'event_want_level', 'str_truncate']

lib-json/fuzz-json-istream.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=['iostream_pump_destroy', 'i_snprintf', 'str_truncate', 'buffer_check_limits', 'str_vprintfa', 't_malloc_no0', 'p_strdup_vprintf', 'lib_signals_init', 'io_stream_free', 'buffer_delete']

lib-sasl/fuzz-sasl-authentication.c

Dictionary

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


lib-smtp/fuzz-smtp-server.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=['str_truncate', 'array_get_modifiable_i', 'i_realloc', 'array_create_i', 'array_bsearch_i', 'str_to_uintmax', 'array_clear_i', 'smtp_server_cmd_xclient']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
log_fd_write 52 11 21.15% ['fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-smtp-server']
random_fill 37 9 24.32% ['fuzz-message-parser', 'fuzz-json-istream']
json_istream_read_tree 59 29 49.15% ['fuzz-json-istream']
json_istream_parse_list_open 57 27 47.36% ['fuzz-json-istream']
json_istream_parse_list_close 52 23 44.23% ['fuzz-json-istream']
json_istream_parse_value 51 23 45.09% ['fuzz-json-istream']
json_istream_consume_value_stream 33 8 24.24% ['fuzz-json-istream']
json_parser_callback_string_value 42 16 38.09% ['fuzz-json-istream']
json_tree_node_add_value 43 20 46.51% ['fuzz-json-istream']
smtp_server_cmd_auth 43 12 27.90% ['fuzz-smtp-server']
smtp_server_cmd_xclient 136 12 8.823% ['fuzz-smtp-server']
smtp_server_connection_input 74 30 40.54% ['fuzz-smtp-server']
smtp_server_connection_alloc 133 23 17.29% ['fuzz-smtp-server']
smtp_server_reply_update_prefix 44 17 38.63% ['fuzz-smtp-server']
base64_encode_finish 112 55 49.10% ['fuzz-sasl-authentication', 'fuzz-smtp-server']
base64_encode_get_out_size 35 17 48.57% ['fuzz-sasl-authentication', 'fuzz-smtp-server']
base64_encode_more_data 132 56 42.42% ['fuzz-sasl-authentication', 'fuzz-smtp-server']
io_loop_destroy 82 27 32.92% ['fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-smtp-server']
i_stream_failure_at_read 34 14 41.17% ['fuzz-smtp-server']
i_stream_file_read 66 32 48.48% ['fuzz-smtp-server']
o_stream_file_writev 60 21 35.0% ['fuzz-smtp-server']
o_stream_file_writev_full 72 26 36.11% ['fuzz-smtp-server']
t_str_oneline 41 7 17.07% ['fuzz-smtp-server']
split_str_slow 40 20 50.0% ['fuzz-smtp-server']

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/dovecot/src/lib/str.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/dsasl-client-mech-anonymous.c [] []
/src/dovecot/src/lib-smtp/./smtp-reply.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-json/json-parser.c ['fuzz-json-istream'] ['fuzz-json-istream']
/src/dovecot/src/lib-smtp/smtp-server-cmd-starttls.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/event-filter-lexer.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-auth/../../src/lib/str.h [] []
/src/dovecot/src/lib/str-sanitize.c ['fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-settings/settings.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-smtp/../../src/lib/ostream.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/lib-signals.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-json/json-generator.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-rcpt.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/fdpass.c [] []
/src/dovecot/src/lib/mempool-alloconly.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-json/./json-types.h ['fuzz-json-istream'] []
/src/dovecot/src/lib/bits.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/iostream-rawlog.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/fd-util.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/backtrace-string.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-mail.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/istream-unix.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/strescape.c ['fuzz-imap-bodystructure', 'fuzz-smtp-server'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib/event-filter-lexer.l ['fuzz-smtp-server'] []
/src/dovecot/src/lib-auth/../../src/lib/base64.h [] []
/src/dovecot/src/lib-auth/auth-scram-server.c [] []
/src/dovecot/src/lib-smtp/smtp-command-parser.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/env-util.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-smtp/smtp-address.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-auth/auth-scram.c [] []
/src/dovecot/src/lib-auth/../../src/lib/hash-method.h [] []
/src/dovecot/src/lib/path-util.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-digest-md5.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/./unicode-data.h [] []
/src/dovecot/src/lib/sleep.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-json/json-tree.c ['fuzz-json-istream'] ['fuzz-json-istream']
/src/dovecot/src/lib/crc32.c [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-plain.c [] []
/src/dovecot/src/lib-smtp/smtp-reply.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/istream-data.c ['fuzz-imap-bodystructure', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-bodystructure', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/./dsasl-client-private.h [] []
/src/dovecot/src/lib-ssl-iostream/iostream-ssl-context-cache.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/safe-memset.c ['fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-sasl/dsasl-client-mech-oauthbearer.c [] []
/src/dovecot/src/lib-smtp/./smtp-address.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/./base64.h [] []
/src/dovecot/src/lib/./mempool.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-external.c [] []
/src/dovecot/src/lib-auth/password-scheme-pbkdf2.c [] []
/src/dovecot/src/lib-imap/imap-envelope.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib-var-expand/../../src/lib/array.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/base64.c ['fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-dns/dns-util.c [] []
/src/dovecot/src/lib-dns/./dns-util.h [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-vrfy.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-var-expand/var-expand-parser.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-test/test-istream.c ['fuzz-message-parser', 'fuzz-json-istream'] ['fuzz-message-parser', 'fuzz-json-istream']
/src/dovecot/src/lib-mail/message-part.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib-smtp/../../src/lib/str.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/./unicode-transform.h [] []
/src/dovecot/src/lib/ostream-unix.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/time-util.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-smtp-server']
/src/dovecot/src/lib-auth/auth-digest.c [] []
/src/dovecot/src/lib-auth/password-scheme-md5crypt.c [] []
/src/dovecot/src/lib/connection.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/./array.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-imap/imap-bodystructure.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib/istream-limit.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-mail/rfc822-parser.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/./istream.h [] []
/src/dovecot/src/lib/guid.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/iostream.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/mempool-system.c [] []
/src/dovecot/src/lib/event-filter-parser.y ['fuzz-smtp-server'] []
/src/dovecot/src/lib/mmap-util.c [] []
/src/dovecot/src/lib/ioloop-iolist.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-var-expand/../../src/lib/strfuncs.h [] []
/src/dovecot/src/lib-smtp/./smtp-command.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/istream.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-charset/charset-utf8.c [] []
/src/dovecot/src/lib/event-filter.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/pkcs5.c [] []
/src/dovecot/src/lib-mail/message-header-parser.c ['fuzz-message-parser'] ['fuzz-message-parser']
/src/dovecot/src/lib-smtp/smtp-params.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-smtp/smtp-server-recipient.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-mail/message-address.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/istream-sized.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-settings/./settings-parser.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/hash.c ['fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-sasl/sasl-server-mech-cram-md5.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-var-expand/expansion-filter.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/istream-failure-at.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/mempool.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/unichar.c ['fuzz-imap-utf7', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-smtp/./smtp-server-private.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/var-expand-parser.y ['fuzz-smtp-server'] []
/src/dovecot/src/lib/strfuncs.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-smtp/./smtp-syntax.h [] []
/src/dovecot/src/lib/mempool-unsafe-datastack.c [] []
/src/dovecot/src/lib-json/fuzz-json-istream.c ['fuzz-json-istream'] ['fuzz-json-istream']
/src/dovecot/src/lib/istream-seekable.c [] []
/src/dovecot/src/lib-json/json-istream.c ['fuzz-json-istream'] ['fuzz-json-istream']
/src/dovecot/src/lib-sasl/dsasl-client-mech-digest-md5.c [] []
/src/dovecot/src/lib/ioloop-notify-inotify.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/../../src/lib/byteorder.h [] []
/src/dovecot/src/lib/str-parse.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/expansion-program.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/ostream-rawlog.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-imap/imap-utf7.c ['fuzz-imap-utf7'] ['fuzz-imap-utf7']
/src/dovecot/src/lib/rand.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-scram.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/primes.c ['fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-imap/fuzz-imap-utf7.c ['fuzz-imap-utf7'] ['fuzz-imap-utf7']
/src/dovecot/src/lib-smtp/./smtp-common.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/istream-chain.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-auth/../../src/lib/buffer.h [] []
/src/dovecot/src/lib/event-log.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/memarea.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-message-parser', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/eacces-error.c [] []
/src/dovecot/src/lib-mail/message-size.c ['fuzz-message-parser'] ['fuzz-message-parser']
/src/dovecot/src/lib/sha3.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-noop.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-mail/rfc2231-parser.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-rset.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/istream-file.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-otp/otp-hash.c [] []
/src/dovecot/src/lib/randgen.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/net.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-smtp/smtp-reply-parser.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-var-expand/expansion-filter-crypt.c [] []
/src/dovecot/src/lib-mail/message-parser.c ['fuzz-message-parser'] ['fuzz-message-parser']
/src/dovecot/src/lib-smtp/fuzz-smtp-server.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-sasl/dsasl-client-mech-otp.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-winbind.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-smtp/smtp-syntax.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-json/json-tree-io.c [] []
/src/dovecot/src/lib/process-title.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/sasl-server-mech-plain.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/write-full.c [] []
/src/dovecot/src/lib/punycode.c [] []
/src/dovecot/src/lib-sasl/fuzz-sasl-authentication.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-imap/imap-quote.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib-smtp/smtp-server-reply.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/unicode-transform.c [] []
/src/dovecot/src/lib-imap/fuzz-imap-bodystructure.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib/imem.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/sasl-server-mech-anonymous.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/ipwd.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/sasl-server-mech-login.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-auth/../../src/lib/strfuncs.h [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-scram.c [] []
/src/dovecot/src/lib-otp/otp-dictionary.c [] []
/src/dovecot/src/lib/lib-event.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/dsasl-client-mech-login.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-quit.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-mail/message-date.c [] []
/src/dovecot/src/lib/utc-offset.c [] []
/src/dovecot/src/lib/md5.c [] []
/src/dovecot/src/lib/./lib.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib/utc-mktime.c [] []
/src/dovecot/src/lib/strnum.c ['fuzz-imap-bodystructure', 'fuzz-smtp-server'] ['fuzz-imap-bodystructure', 'fuzz-smtp-server']
/src/dovecot/src/lib-sasl/dsasl-client.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/./buffer.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-ssl-iostream/ssl-settings.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/array.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/data-stack.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/istream-concat.c [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-ntlm-dummy.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-mail/../../src/lib/strfuncs.h [] []
/src/dovecot/src/lib-oauth2/oauth2.c [] []
/src/dovecot/src/lib/printf-format-fix.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/sha1.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-json/json-ostream.c [] []
/src/dovecot/src/lib-smtp/smtp-parser.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-settings/settings-parser.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/expansion-statement.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/read-full.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-otp/./otp-parity.h [] []
/src/dovecot/src/lib/ioloop-epoll.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-json/../../src/lib/unichar.h ['fuzz-json-istream'] []
/src/dovecot/src/lib-sasl/../../src/lib-json/json-istream.h [] []
/src/dovecot/src/lib-imap/imap-parser.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib-smtp/smtp-server-cmd-data.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/./time-util.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-sasl/sasl-server.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/./lib-event-private.h ['fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib/mempool-datastack.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-var-expand/var-expand.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/safe-mkstemp.c [] []
/src/dovecot/src/lib/iostream-pump.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-otp/otp-parse.c [] []
/src/dovecot/src/lib-var-expand/expansion-parameter.c [] []
/src/dovecot/src/lib/./bits.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-imap/../../src/lib/mempool.h ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib/md4.c [] []
/src/dovecot/src/lib-json/./json-syntax.h ['fuzz-json-istream'] []
/src/dovecot/src/lib-smtp/smtp-server-command.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-smtp/smtp-server-transaction.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-mail/fuzz-message-parser.c ['fuzz-message-parser'] ['fuzz-message-parser']
/src/dovecot/src/lib-sasl/../../src/lib/buffer.h ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/hostpid.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/cpu-count.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-oauth2.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/ostream.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/buffer.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/ioloop.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/./malloc-overflow.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib/lib.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-var-expand/var-expand-lexer.l ['fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/expansion-filter-if.c [] []
/src/dovecot/src/lib/sha2.c [] []
/src/dovecot/src/lib-smtp/../../src/lib/base64.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-xclient.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/hex-binary.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/hash-method.c [] []
/src/dovecot/src/lib-smtp/./smtp-params.h [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-helo.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-mail/./rfc822-parser.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/module-dir.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-mail/istream-dot.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib/./str.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-ssl-iostream/iostream-ssl.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-smtp/smtp-common.c [] []
/src/dovecot/src/lib-auth/password-scheme-otp.c [] []
/src/dovecot/src/lib/./unichar.h ['fuzz-imap-utf7', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-cram-md5.c [] []
/src/dovecot/src/lib-smtp/./smtp-parser.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/./var-expand.h [] []
/src/dovecot/src/lib-sasl/sasl-server-mech.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/priorityq.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-sasl/sasl-server-request.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/restrict-access.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib-auth/auth-scram-client.c [] []
/src/dovecot/src/lib-test/fuzzer.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/hmac.c [] []
/src/dovecot/src/lib/ioloop-notify-fd.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-auth/auth-gs2.c [] []
/src/dovecot/src/lib/hmac-cram-md5.c [] []
/src/dovecot/src/lib-smtp/smtp-server-connection.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-smtp/smtp-server.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-json/./json-tree.h [] []
/src/dovecot/src/lib/wildcard-match.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-auth/password-scheme.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-imap/imap-arg.c ['fuzz-imap-bodystructure'] ['fuzz-imap-bodystructure']
/src/dovecot/src/lib/failures.c ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-smtp-server']
/src/dovecot/src/lib/sendfile-util.c [] []
/src/dovecot/src/lib-sasl/sasl-oauth2.c [] []
/src/dovecot/src/lib/./hmac.h [] []
/src/dovecot/src/lib-auth/password-scheme-scram.c [] []
/src/dovecot/src/lib/hex-dec.c [] []
/src/dovecot/src/lib/./strfuncs.h ['fuzz-imap-utf7', 'fuzz-message-parser', 'fuzz-imap-bodystructure', 'fuzz-json-istream', 'fuzz-sasl-authentication', 'fuzz-smtp-server'] []
/src/dovecot/src/lib/event-filter-parser.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-var-expand/var-expand-lexer.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/execv-const.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-otp.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/ostream-file.c ['fuzz-smtp-server'] ['fuzz-smtp-server']
/src/dovecot/src/lib-charset/charset-iconv.c [] []
/src/dovecot/src/lib/istream-rawlog.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-auth.c ['fuzz-smtp-server'] ['fuzz-smtp-server']

Directories in report

Directory
/src/dovecot/src/lib-json/
/src/dovecot/src/lib-var-expand/./
/src/dovecot/src/lib-ssl-iostream/
/src/dovecot/src/lib-smtp/../../src/lib/
/src/dovecot/src/lib-smtp/
/src/dovecot/src/lib-smtp/./
/src/dovecot/src/lib-otp/
/src/dovecot/src/lib-sasl/../../src/lib/
/src/dovecot/src/lib-sasl/
/src/dovecot/src/lib-dns/
/src/dovecot/src/lib-mail/../../src/lib/
/src/dovecot/src/lib-dns/./
/src/dovecot/src/lib-mail/
/src/dovecot/src/lib-imap/../../src/lib/
/src/dovecot/src/lib-settings/./
/src/dovecot/src/lib-auth/../../src/lib/
/src/dovecot/src/lib/./
/src/dovecot/src/lib-otp/./
/src/dovecot/src/lib-json/./
/src/dovecot/src/lib-oauth2/
/src/dovecot/src/lib-imap/
/src/dovecot/src/lib-json/../../src/lib/
/src/dovecot/src/lib-sasl/../../src/lib-json/
/src/dovecot/src/lib-settings/
/src/dovecot/src/lib-charset/
/src/dovecot/src/lib-mail/./
/src/dovecot/src/lib-test/
/src/dovecot/src/lib/
/src/dovecot/src/lib-sasl/./
/src/dovecot/src/lib-auth/
/src/dovecot/src/lib-var-expand/
/src/dovecot/src/lib-var-expand/../../src/lib/