Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
fuzz-message-date dovecotlib-mail/fuzz-message-date.c 324 1192 24 53 3378 1313 fuzz-message-date.c
fuzz-message-parser dovecotlib-mail/fuzz-message-parser.c 341 1244 24 58 3555 1341 fuzz-message-parser.c
fuzz-imap-utf7 dovecotlib-imap/fuzz-imap-utf7.c 327 1180 24 55 3375 1308 fuzz-imap-utf7.c
fuzz-message-decoder dovecotlib-mail/fuzz-message-decoder.c 438 1220 24 78 5108 1907 fuzz-message-decoder.c
fuzz-var-expand dovecotlib-var-expand/fuzz-var-expand.c 391 1473 24 62 4230 1610 fuzz-var-expand.c
fuzz-json-istream dovecotlib-json/fuzz-json-istream.c 435 1298 24 65 5021 1829 fuzz-json-istream.c
fuzz-http-response-parser dovecotlib-http/fuzz-http-response-parser.c 446 1178 24 74 4896 1907 fuzz-http-response-parser.c
fuzz-imap-bodystructure dovecotlib-imap/fuzz-imap-bodystructure.c 426 1165 24 64 4986 1878 fuzz-imap-bodystructure.c
fuzz-var-expand-import dovecotlib-var-expand/fuzz-var-expand-import.c 326 1538 24 52 3414 1312 fuzz-var-expand-import.c
fuzz-qp-decoder dovecotlib-mail/fuzz-qp-decoder.c 316 1187 24 52 3286 1264 fuzz-qp-decoder.c
fuzz-http-request-parser dovecotlib-http/fuzz-http-request-parser.c 495 1214 24 78 6005 2364 fuzz-http-request-parser.c
fuzz-sasl-authentication dovecotlib-sasl/fuzz-sasl-authentication.c 465 1816 24 77 5210 1873 fuzz-sasl-authentication.c
fuzz-smtp-server dovecotlib-smtp/fuzz-smtp-server.c 1267 1450 26 160 17647 6481 fuzz-smtp-server.c
fuzz-suite pigeonholetestsuite/fuzzsuite.c 2605 7744 28 315 37112 13749 fuzzsuite.c

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-message-date

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-message-decoder

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-var-expand

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-http-response-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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-var-expand-import

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-qp-decoder

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-http-request-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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz-suite

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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.

dovecotlib-mail/fuzz-message-date.c

Dictionary

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


dovecotlib-mail/fuzz-message-parser.c

Dictionary

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


dovecotlib-imap/fuzz-imap-utf7.c

Dictionary

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


dovecotlib-mail/fuzz-message-decoder.c

Dictionary

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


dovecotlib-var-expand/fuzz-var-expand.c

Dictionary

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


dovecotlib-json/fuzz-json-istream.c

Dictionary

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


dovecotlib-http/fuzz-http-response-parser.c

Dictionary

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


dovecotlib-imap/fuzz-imap-bodystructure.c

Dictionary

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


dovecotlib-var-expand/fuzz-var-expand-import.c

Dictionary

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


dovecotlib-mail/fuzz-qp-decoder.c

Dictionary

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


dovecotlib-http/fuzz-http-request-parser.c

Dictionary

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


dovecotlib-sasl/fuzz-sasl-authentication.c

Dictionary

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


dovecotlib-smtp/fuzz-smtp-server.c

Dictionary

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


pigeonholetestsuite/fuzzsuite.c

Dictionary

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


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-storage/list/mailbox-list-none.c [] []
/src/pigeonhole/src/lib-sieve/sieve-code.c ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-reply-parser.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/sieve-binary-debug.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-address.c [] []
/src/dovecot/src/lib-storage/index/index-mail-binary.c [] []
/src/dovecot/src/lib/./unichar.h ['fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/ostream.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/./sieve-address-parts.h [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/ext-extracttext.c [] []
/src/dovecot/src/lib-smtp/./smtp-address.h ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-index/mail-cache-transaction.c ['fuzz-suite'] []
/src/dovecot/src/lib/buffer.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vacation/ext-vacation-settings.c [] []
/src/dovecot/src/lib-var-expand/./var-expand.h [] []
/src/dovecot/src/lib-dns/./dns-util.h ['fuzz-suite'] []
/src/dovecot/src/lib-imap/imap-base-subject.c [] []
/src/pigeonhole/src/lib-sieve/plugins/spamvirustest/tst-spamvirustest.c [] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists-settings.c [] []
/src/dovecot/src/lib-index/mail-transaction-log-file.c ['fuzz-suite'] []
/src/dovecot/src/lib-fs/fs-wrapper.c [] []
/src/dovecot/src/lib-storage/mailbox-recent-flags.c [] []
/src/dovecot/src/lib/istream-sized.c ['fuzz-http-response-parser', 'fuzz-http-request-parser', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-storage.c [] []
/src/dovecot/src/lib-fs/istream-fs-stats.c [] []
/src/pigeonhole/src/lib-sieve/plugins/relational/ext-relational.c [] []
/src/dovecot/src/lib/safe-memset.c ['fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-mail/message-date.c ['fuzz-message-date'] []
/src/dovecot/src/lib/wildcard-match.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/unichar.c ['fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-mail/message-header-parser.c ['fuzz-message-parser', 'fuzz-message-decoder'] []
/src/dovecot/src/lib/istream-seekable.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/./../../../sieve-code.h [] []
/src/dovecot/src/lib/./istream.h ['fuzz-suite'] []
/src/dovecot/src/lib-dict-extra/dict-fs.c [] []
/src/dovecot/src/lib-imap/imap-util.c [] []
/src/pigeonhole/src/lib-sieve/util/rfc2822.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/./sort.h [] []
/src/dovecot/src/lib-settings/./settings-parser.h ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/./sieve-stringlist.h [] []
/src/dovecot/src/lib-auth/password-scheme-scram.c [] []
/src/dovecot/src/lib-index/mail-index-sync-ext.c ['fuzz-suite'] []
/src/dovecot/src/lib-sasl/sasl-server-mech-login.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-storage/index/index-sync-search.c [] []
/src/dovecot/src/lib/mkdir-parents.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/mime/cmd-foreverypart.c [] []
/src/dovecot/src/lib-fs/fs-randomfail.c [] []
/src/dovecot/src/lib/env-util.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/lib-event.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-storage.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/./sieve-code.h [] []
/src/pigeonhole/src/lib-sieve/plugins/duplicate/./../../sieve-actions.h [] []
/src/pigeonhole/src/lib-sieve/plugins/vacation/ext-vacation-seconds.c [] []
/src/dovecot/src/lib-mail/message-id.c ['fuzz-suite'] []
/src/dovecot/src/lib-dict-extra/../../src/lib/array.h [] []
/src/pigeonhole/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c [] []
/src/dovecot/src/lib-index/mail-index-write.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/storage/data/sieve-data-script.c ['fuzz-suite'] []
/src/dovecot/src/lib-mail/quoted-printable.c ['fuzz-message-decoder'] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/tst-notify-method-capability.c [] []
/src/dovecot/src/lib/str-parse.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-mail-headers.c [] []
/src/dovecot/src/lib-http/http-date.c ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-json/json-ostream.c [] []
/src/dovecot/src/lib-http/fuzz-http-request-parser.c ['fuzz-http-request-parser'] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/./../../../sieve-runtime-trace.h [] []
/src/pigeonhole/src/lib-sieve/plugins/special-use/./../../sieve-actions.h [] []
/src/dovecot/src/lib-storage/index/dbox-common/../../../../src/lib/crc32.h [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/cmd-set.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-save.c [] []
/src/dovecot/src/lib/./mempool.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/../../src/lib/base64.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/hmac.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/./../../sieve-code.h [] []
/src/dovecot/src/lib/stats-dist.c ['fuzz-suite'] []
/src/dovecot/src/lib-sasl/./dsasl-client-private.h [] []
/src/pigeonhole/src/testsuite/ext-testsuite.c [] []
/src/dovecot/src/lib-smtp/../../src/lib/str.h ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/fd-util.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c [] []
/src/dovecot/src/lib-smtp/fuzz-smtp-server.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/array.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/sha1.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-mail/message-address.c ['fuzz-message-decoder', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-http/http-header.c ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-test/test-istream.c ['fuzz-message-parser', 'fuzz-message-decoder', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib/event-log.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/./../../../util/rfc2822.h [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-sync-parse.c [] []
/src/dovecot/src/lib-mail/./rfc822-parser.h ['fuzz-message-date', 'fuzz-message-decoder', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/testsuite/testsuite-smtp.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/ext-encoded-character.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-index-sync.c [] []
/src/pigeonhole/src/lib-sieve/cmd-require.c [] []
/src/pigeonhole/src/lib-sieve/plugins/include/ext-include.c [] []
/src/dovecot/src/lib-mail/istream-attachment-extractor.c [] []
/src/dovecot/src/lib-master/master-service-ssl.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/util/mail-raw.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mailbox-tree.c ['fuzz-suite'] []
/src/dovecot/src/lib-var-expand/expansion-filter.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/printf-format-fix.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/./smtp-command.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/index/index-pop3-uidl.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-auth.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/mailbox-search-result.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-sync.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-copy.c [] []
/src/dovecot/src/lib-master/master-service.c ['fuzz-suite'] []
/src/dovecot/src/lib-dns-client/dns-lookup.c [] []
/src/dovecot/src/lib/sendfile-util.c [] []
/src/dovecot/src/lib/read-full.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-sync.c [] []
/src/dovecot/src/lib-smtp/./smtp-reply.h ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/plugins/include/ext-include-common.c [] []
/src/dovecot/src/lib-mail/../../src/lib/strfuncs.h [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/cmd-notify.c [] []
/src/pigeonhole/src/lib-sieve/plugins/ihave/cmd-error.c [] []
/src/dovecot/src/lib-storage/mailbox-attribute-internal.c ['fuzz-suite'] []
/src/dovecot/src/lib/istream-failure-at.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-mail.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-index.c ['fuzz-suite'] []
/src/dovecot/src/lib-index/mail-index-sync-keywords.c ['fuzz-suite'] []
/src/dovecot/src/lib-index/../../src/lib/byteorder.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/include/./../variables/sieve-ext-variables.h [] []
/src/pigeonhole/src/lib-sieve/./sieve-runtime-trace.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/tst-hasflag.c [] []
/src/pigeonhole/src/lib-sieve/sieve-plugins.c ['fuzz-suite'] []
/src/dovecot/src/lib/unlink-old-files.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c [] []
/src/dovecot/src/lib/istream.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-fs/fs-test.c [] []
/src/dovecot/src/lib-dns-client/dns-client-settings.c [] []
/src/dovecot/src/lib/hostpid.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-rcpt.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-anonymous.c [] []
/src/dovecot/src/lib/execv-const.c ['fuzz-suite'] []
/src/dovecot/src/lib-mail/istream-dot.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/testsuite/tst-test-result-action.c [] []
/src/pigeonhole/src/lib-sieve/plugins/ihave/ext-ihave-common.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-namespaces.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/./sieve-ext-variables.h [] []
/src/dovecot/src/lib-smtp/./smtp-syntax.h [] []
/src/dovecot/src/lib-storage/list/mailbox-list-fs.c [] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c [] []
/src/dovecot/src/lib-storage/index/maildir/../../../../src/lib/array.h [] []
/src/dovecot/src/lib/./str.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-http/http-parser.c ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-http/http-request-parser.c ['fuzz-http-request-parser'] []
/src/pigeonhole/src/lib-sieve/plugins/metadata/tst-metadata.c [] []
/src/dovecot/src/lib-index/mailbox-log.c ['fuzz-suite'] []
/src/dovecot/src/lib/version.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/./../../environment/sieve-ext-environment.h [] []
/src/dovecot/src/lib/./buffer.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/mempool-alloconly.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/./sieve-error-private.h ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-starttls.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-quit.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/mailbox-get.c [] []
/src/pigeonhole/src/testsuite/../../src/lib-sieve/sieve-runtime-trace.h [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-operands.c [] []
/src/pigeonhole/src/testsuite/fuzzsuite.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists-common.c [] []
/src/dovecot/src/lib/module-dir.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.c [] []
/src/pigeonhole/src/lib-sieve/plugins/special-use/tst-specialuse-exists.c [] []
/src/pigeonhole/src/lib-sieve/plugins/duplicate/ext-duplicate-common.c [] []
/src/dovecot/src/lib-storage/index/shared/shared-storage.c [] []
/src/pigeonhole/src/testsuite/cmd-test-imap-metadata.c [] []
/src/pigeonhole/src/lib-sieve/plugins/ihave/tst-ihave.c [] []
/src/dovecot/src/lib-smtp/smtp-server-connection.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib/hash2.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment.c [] []
/src/dovecot/src/lib-index/mail-index-transaction-update.c ['fuzz-suite'] []
/src/pigeonhole/src/testsuite/tst-test-script-run.c [] []
/src/dovecot/src/lib-smtp/smtp-server-reply.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-auth-client/../../src/lib/mempool.h ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/pop3c/pop3c-mail.c [] []
/src/dovecot/src/lib-storage/index/maildir/maildir-mail.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-noop.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-mail/fuzz-qp-decoder.c ['fuzz-qp-decoder'] []
/src/dovecot/src/lib-mail/./mail-html2text.h [] []
/src/dovecot/src/lib-auth-client/auth-master.c ['fuzz-suite'] []
/src/dovecot/src/lib/./lib.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-json/../../src/lib/array.h ['fuzz-json-istream'] []
/src/dovecot/src/lib-var-expand/expansion-filter-if.c [] []
/src/dovecot/src/lib/hash.c ['fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/./base64.h ['fuzz-message-decoder'] []
/src/dovecot/src/lib-auth/../../src/lib/hash-method.h [] []
/src/dovecot/src/lib-storage/index/index-mail.c [] []
/src/dovecot/src/lib-storage/index/index-thread-finish.c [] []
/src/dovecot/src/lib-imap-storage/imap-metadata.c [] []
/src/dovecot/src/lib/hash-format.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-maildir.c [] []
/src/dovecot/src/lib-index/mail-cache-lookup.c ['fuzz-suite'] []
/src/dovecot/src/lib-fs/fs-posix.c [] []
/src/dovecot/src/lib-imap/imap-match.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/dbox-common/../../../../src/lib/hex-dec.h [] []
/src/dovecot/src/lib-index/mail-cache.c ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-recipient.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/index/imapc/imapc-attribute.c [] []
/src/dovecot/src/lib-storage/index/index-search-result.c [] []
/src/dovecot/src/lib/istream-base64-decoder.c [] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-script-sequence.c [] []
/src/dovecot/src/lib-index/mail-cache-decisions.c ['fuzz-suite'] []
/src/dovecot/src/lib/sleep.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-transaction.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-mail/message-search.c [] []
/src/dovecot/src/lib-index/mail-index-transaction-finish.c ['fuzz-suite'] []
/src/dovecot/src/lib-index/mail-transaction-log.c ['fuzz-suite'] []
/src/dovecot/src/lib-master/master-service-settings.c ['fuzz-suite'] []
/src/dovecot/src/lib-dict/dict-transaction-memory.c [] []
/src/pigeonhole/src/lib-sieve/./sieve-match-types.h [] []
/src/dovecot/src/lib/ostream-buffer.c [] []
/src/pigeonhole/src/lib-sieve/sieve-result.c ['fuzz-suite'] []
/src/dovecot/src/lib/unicode-break.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/mbox/../../../../src/lib/lib.h [] []
/src/dovecot/src/lib-settings/settings.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-login.c [] []
/src/dovecot/src/lib/iso8601-date.c [] []
/src/dovecot/src/lib/cpu-count.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-settings.c [] []
/src/dovecot/src/lib/mmap-anon.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/./../../sieve-stringlist.h [] []
/src/dovecot/src/lib-imap/imap-parser.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib/event-filter.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/testsuite/cmd-test-message.c [] []
/src/pigeonhole/src/lib-sieve/plugins/editheader/ext-editheader-common.c [] []
/src/dovecot/src/lib-index/mail-index-sync.c ['fuzz-suite'] []
/src/dovecot/src/lib-auth/password-scheme-md5crypt.c [] []
/src/dovecot/src/lib-storage/../../src/lib/array.h ['fuzz-suite'] []
/src/dovecot/src/lib-dict/dict-fail.c [] []
/src/dovecot/src/lib-storage/index/index-sort-string.c [] []
/src/dovecot/src/lib-mail/fuzz-message-parser.c ['fuzz-message-parser'] []
/src/dovecot/src/lib-http/fuzz-http-response-parser.c ['fuzz-http-response-parser'] []
/src/pigeonhole/src/lib-sieve/sieve-binary-code.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-storage-register.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/maildir/maildir-filename.c [] []
/src/dovecot/src/lib-json/json-istream.c ['fuzz-json-istream'] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/ext-enotify-common.c [] []
/src/dovecot/src/lib-dict/dict.c ['fuzz-suite'] []
/src/dovecot/src/lib-imap/imap-date.c [] []
/src/dovecot/src/lib-mail/../../src/lib/base64.h ['fuzz-message-decoder'] []
/src/dovecot/src/lib-storage/index/pop3c/pop3c-settings.c [] []
/src/pigeonhole/src/lib-sieve/sieve-commands.c ['fuzz-suite'] []
/src/dovecot/src/lib/sha3.c [] []
/src/dovecot/src/lib-json/json-generator.c [] []
/src/dovecot/src/lib/iostream-temp.c [] []
/src/dovecot/src/lib-json/json-parser.c ['fuzz-json-istream'] []
/src/dovecot/src/lib-var-expand/fuzz-var-expand-import.c ['fuzz-var-expand-import'] []
/src/pigeonhole/src/lib-sieve/plugins/environment/ext-environment.c [] []
/src/dovecot/src/lib/file-copy.c [] []
/src/dovecot/src/lib-auth-client/../../src/lib/time-util.h ['fuzz-suite'] []
/src/pigeonhole/src/testsuite/cmd-test-set.c [] []
/src/pigeonhole/src/lib-sieve/plugins/editheader/ext-editheader-settings.c [] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-map.c [] []
/src/dovecot/src/lib-auth-client/auth-client-connection.c [] []
/src/dovecot/src/lib-storage/index/./index-mail.h [] []
/src/dovecot/src/lib-master/syslog-util.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report.c [] []
/src/dovecot/src/lib-storage/index/maildir/maildir-save.c [] []
/src/pigeonhole/src/lib-sieve/tst-size.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/./../../../sieve-runtime-trace.h [] []
/src/dovecot/src/lib-json/../../src/lib/str.h ['fuzz-json-istream'] []
/src/dovecot/src/lib/data-stack.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/./sieve-binary-private.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/mime/./../../sieve-message.h [] []
/src/pigeonhole/src/lib-sieve/plugins/index/tag-index.c [] []
/src/dovecot/src/lib/hmac-cram-md5.c [] []
/src/dovecot/src/lib/ostream-rawlog.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-storage.c [] []
/src/dovecot/src/lib-auth-client/auth-client.c [] []
/src/dovecot/src/lib-http/./http-header.h ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-smtp/smtp-reply.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/list/../../../src/lib-storage/mail-storage-private.h [] []
/src/pigeonhole/src/lib-sieve/sieve-interpreter.c ['fuzz-suite'] []
/src/pigeonhole/src/testsuite/testsuite-substitutions.c [] []
/src/pigeonhole/src/lib-sieve/sieve-storage.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/mcht-is.c [] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-file.c [] []
/src/dovecot/src/lib-index/mail-transaction-log-modseq.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/maildir/maildir-sync-index.c [] []
/src/dovecot/src/lib-storage/mailbox-guid-cache.c [] []
/src/dovecot/src/lib-fs/fs-dict.c [] []
/src/dovecot/src/lib-fs/fs-metawrap.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-digest-md5.c ['fuzz-sasl-authentication'] []
/src/pigeonhole/src/lib-sieve/plugins/include/./../../sieve-script.h [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-md5-all.c [] []
/src/dovecot/src/lib-ssl-iostream/ssl-settings.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-mail/rfc2231-parser.c ['fuzz-message-decoder'] []
/src/dovecot/src/lib-auth/../../src/lib/buffer.h [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-plain.c [] []
/src/dovecot/src/lib-var-expand/expansion-statement.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/tst-allof.c [] []
/src/dovecot/src/lib-charset/charset-iconv.c [] []
/src/pigeonhole/src/lib-sieve/sieve-storage-sync.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-user.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/environment/ext-environment-common.c [] []
/src/pigeonhole/src/lib-sieve/plugins/relational/ext-relational-common.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-maildir-iter.c [] []
/src/dovecot/src/lib-storage/index/istream-mail.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-sync-update.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug.c [] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-storage-active.c [] []
/src/pigeonhole/src/lib-sieve/storage/dict/sieve-dict-storage.c [] []
/src/pigeonhole/src/lib-sieve/mcht-matches.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/../../../../src/lib/lib.h [] []
/src/dovecot/src/lib-storage/index/dbox-common/dbox-file-fix.c [] []
/src/dovecot/src/lib/lib-signals.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/bits.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vacation/./../../sieve-actions.h [] []
/src/dovecot/src/lib/write-full.c ['fuzz-suite'] []
/src/dovecot/src/lib/istream-crlf.c [] []
/src/dovecot/src/lib-mail/../../src/lib/buffer.h [] []
/src/dovecot/src/lib-json/./json-syntax.h ['fuzz-json-istream'] []
/src/dovecot/src/lib/str-find.c [] []
/src/dovecot/src/lib-index/mail-index-strmap.c [] []
/src/dovecot/src/lib-auth-client/../../src/lib/str.h ['fuzz-suite'] []
/src/dovecot/src/lib-mail/message-parser.c ['fuzz-message-parser', 'fuzz-message-decoder'] []
/src/dovecot/src/lib-storage/mail-error.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/mbox/mbox-lock.c [] []
/src/dovecot/src/lib/event-filter-parser.y ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-storage-list.c [] []
/src/pigeonhole/src/lib-sieve/plugins/body/ext-body.c [] []
/src/dovecot/src/lib-storage/index/dbox-common/dbox-save.c [] []
/src/dovecot/src/lib/utc-offset.c [] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/tag-redirect-list.c [] []
/src/dovecot/src/lib-var-expand/expansion-parameter.c [] []
/src/dovecot/src/lib-auth/auth-scram-client.c [] []
/src/pigeonhole/src/testsuite/tst-test-error.c [] []
/src/pigeonhole/src/testsuite/testsuite-message.c ['fuzz-suite'] []
/src/dovecot/src/lib/rand.c ['fuzz-suite'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-oauthbearer.c [] []
/src/pigeonhole/src/lib-sieve/sieve-generator.c ['fuzz-suite'] []
/src/dovecot/src/lib/utc-mktime.c ['fuzz-message-date', 'fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib/time-util.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-master/../../src/lib/str.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/special-use/ext-special-use.c [] []
/src/pigeonhole/src/lib-sieve/cmd-keep.c [] []
/src/dovecot/src/lib-storage/mail-search-register.c ['fuzz-suite'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-cram-md5.c [] []
/src/dovecot/src/lib-dict-extra/../../src/lib/mempool.h [] []
/src/pigeonhole/src/lib-sieve/plugins/relational/mcht-value.c [] []
/src/dovecot/src/lib/ipwd.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-index/mail-index-sync-update.c ['fuzz-suite'] []
/src/dovecot/src/lib/./strfuncs.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-imap/imap-envelope.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib-storage/../../src/lib/bits.h [] []
/src/dovecot/src/lib-mail/fuzz-message-decoder.c ['fuzz-message-decoder'] []
/src/dovecot/src/lib-storage/mailbox-uidvalidity.c [] []
/src/dovecot/src/lib-smtp/smtp-params.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/testsuite/cmd-test-binary.c [] []
/src/pigeonhole/src/lib-sieve/sieve-actions.c [] []
/src/dovecot/src/lib/event-filter-parser.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-sync-changes.c [] []
/src/dovecot/src/lib-http/../../src/lib/array.h ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-mail/message-header-decode.c ['fuzz-message-decoder'] []
/src/dovecot/src/lib-mail/istream-header-filter.c [] []
/src/dovecot/src/lib-var-expand/var-expand-lexer.l ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-storage-settings.c ['fuzz-suite'] []
/src/pigeonhole/src/testsuite/testsuite-script.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/./sieve-address.h [] []
/src/dovecot/src/lib-ssl-iostream/iostream-ssl-context-cache.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/cmd-discard.c [] []
/src/pigeonhole/src/lib-sieve/plugins/relational/mcht-count.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-md5-apop3d.c [] []
/src/dovecot/src/lib/file-set-size.c [] []
/src/pigeonhole/src/testsuite/testsuite-common.c ['fuzz-suite'] []
/src/dovecot/src/lib/istream-concat.c [] []
/src/dovecot/src/lib/mmap-util.c ['fuzz-suite'] []
/src/dovecot/src/lib-mail/qp-decoder.c ['fuzz-message-decoder', 'fuzz-qp-decoder'] []
/src/dovecot/src/lib-ssl-iostream/iostream-ssl.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/testsuite/cmd-test-fail.c [] []
/src/dovecot/src/lib-storage/index/dbox-common/dbox-mail.c [] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/tst-valid-ext-list.c [] []
/src/dovecot/src/lib/process-stat.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/maildir/maildir-keywords.c [] []
/src/dovecot/src/lib/./time-util.h ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/mbox/mbox-mail.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-fs-flags.c [] []
/src/dovecot/src/lib-fs/fs-sis-common.c [] []
/src/pigeonhole/src/lib-sieve/sieve-execute.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-search.c [] []
/src/dovecot/src/lib/ostream-failure-at.c [] []
/src/dovecot/src/lib/backtrace-string.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-namespace.c ['fuzz-suite'] []
/src/dovecot/src/lib/strnum.c ['fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-http-request-parser', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/ihave/./../../sieve-binary.h [] []
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/./../../sieve-code.h [] []
/src/pigeonhole/src/lib-sieve/sieve-error.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report-common.c [] []
/src/dovecot/src/lib-storage/index/pop3c/pop3c-client.c [] []
/src/dovecot/src/lib-imap/fuzz-imap-utf7.c ['fuzz-imap-utf7'] []
/src/dovecot/src/lib/./seq-range-array.h [] []
/src/dovecot/src/lib-imap-client/../../src/lib/sort.h [] []
/src/dovecot/src/lib-master/master-instance.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/variables/tst-string.c [] []
/src/pigeonhole/src/lib-sieve/sieve-smtp.c [] []
/src/dovecot/src/lib-json/../../src/lib/mempool.h ['fuzz-json-istream'] []
/src/dovecot/src/lib/hex-dec.c ['fuzz-imap-utf7'] []
/src/dovecot/src/lib-storage/list/mailbox-list-index-status.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mailbox/tst-mailboxexists.c [] []
/src/pigeonhole/src/lib-sieve/plugins/include/cmd-include.c [] []
/src/dovecot/src/lib-index/mail-cache-fields.c ['fuzz-suite'] []
/src/dovecot/src/lib/file-create-locked.c ['fuzz-suite'] []
/src/dovecot/src/lib-master/../../src/lib/guid.h [] []
/src/dovecot/src/lib-storage/index/imapc/imapc-storage.c [] []
/src/dovecot/src/lib/ioloop-epoll.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-var-expand/../../src/lib/str.h ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report-settings.c [] []
/src/dovecot/src/lib-mail/istream-qp-decoder.c [] []
/src/dovecot/src/lib/bsearch-insert-pos.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/environment/tst-environment.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-anonymous.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-mail/fuzz-message-date.c ['fuzz-message-date'] []
/src/pigeonhole/src/lib-sieve/plugins/mailbox/ext-mailbox.c [] []
/src/dovecot/src/lib-storage/mailbox-keywords.c [] []
/src/dovecot/src/lib-mail/mbox-from.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-mail.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-http/http-response-parser.c ['fuzz-http-response-parser'] []
/src/dovecot/src/lib-storage/list/../../../src/lib/guid.h [] []
/src/dovecot/src/lib-dict/dict-file.c [] []
/src/pigeonhole/src/lib-sieve/ext-reject.c [] []
/src/dovecot/src/lib-smtp/./smtp-common.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib-smtp/./smtp-parser.h ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-storage-service.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/mbox/mbox-file.c [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c [] []
/src/dovecot/src/lib-var-expand/expansion-program.c ['fuzz-var-expand', 'fuzz-var-expand-import', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/iostream-rawlog.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/testsuite/testsuite-log.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/tst-truefalse.c [] []
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/cmd-flag.c [] []
/src/dovecot/src/lib-storage/index/imapc/imapc-mail.c [] []
/src/dovecot/src/lib/process-title.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-auth-client/auth-client-request.c [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/ext-enotify.c [] []
/src/dovecot/src/lib/str.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-fs/fs-api.c ['fuzz-suite'] []
/src/dovecot/src/lib/crc32.c [] []
/src/dovecot/src/lib-dict-extra/dict-client.c [] []
/src/dovecot/src/lib-imap/imap-quote.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib/cpu-limit.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-search-args-simplify.c [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/vmodf-encodeurl.c [] []
/src/pigeonhole/src/lib-sieve/cmp-i-unicode-casemap.c [] []
/src/dovecot/src/lib/strfuncs.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/editheader/ext-editheader.c [] []
/src/pigeonhole/src/lib-sieve/plugins/include/ext-include-binary.c [] []
/src/dovecot/src/lib-storage/mail-search-register-human.c [] []
/src/dovecot/src/lib-mail/rfc822-parser.c ['fuzz-message-date', 'fuzz-message-decoder', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/testsuite/cmd-test.c [] []
/src/dovecot/src/lib-var-expand/../../src/lib/array.h ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-imap/../../src/lib/mempool.h ['fuzz-imap-bodystructure'] []
/src/pigeonhole/src/lib-sieve/plugins/include/cmd-return.c [] []
/src/dovecot/src/lib-http/http-message-parser.c ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-http/../../src/lib/buffer.h ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib/./array.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/file-dotlock.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/special-use/ext-special-use-common.c [] []
/src/dovecot/src/lib-imap/imap-bodystructure.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib-storage/list/mailbox-list-iter.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/dbox-common/dbox-storage.c [] []
/src/dovecot/src/lib-sasl/sasl-oauth2.c [] []
/src/dovecot/src/lib/ioloop-notify-fd.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-thread.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-mail.c [] []
/src/dovecot/src/lib-master/stats-client.c ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-vrfy.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/plugins/vacation/cmd-vacation.c [] []
/src/dovecot/src/lib-index/mail-index-transaction.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/maildir/maildir-util.c [] []
/src/dovecot/src/lib-sasl/../../src/lib-json/json-istream.h [] []
/src/dovecot/src/lib-smtp/./smtp-server-private.h ['fuzz-smtp-server'] []
/src/dovecot/src/lib/str-sanitize.c ['fuzz-http-response-parser', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-auth-client/../../src/lib/ostream.h [] []
/src/pigeonhole/src/lib-sieve/cmd-stop.c [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-scram.c [] []
/src/dovecot/src/lib/imem.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/md4.c [] []
/src/pigeonhole/src/lib-sieve/plugins/duplicate/ext-duplicate.c [] []
/src/dovecot/src/lib-smtp/./smtp-params.h [] []
/src/dovecot/src/lib-imap/imap-utf7.c ['fuzz-imap-utf7'] []
/src/pigeonhole/src/lib-sieve/tst-address.c [] []
/src/dovecot/src/lib/fdpass.c ['fuzz-suite'] []
/src/dovecot/src/lib-mail/message-snippet.c [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-helo.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/storage/dict/sieve-dict-script.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-sync.c [] []
/src/dovecot/src/lib-imap/fuzz-imap-bodystructure.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib-mail/message-header-encode.c [] []
/src/dovecot/src/lib/base64.c ['fuzz-message-decoder', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-data.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/plugins/ihave/ext-ihave.c [] []
/src/dovecot/src/lib-index/mail-index-dummy-view.c [] []
/src/dovecot/src/lib/buffer-istream.c ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-syntax.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-auth-client/../../src/lib/malloc-overflow.h ['fuzz-suite'] []
/src/dovecot/src/lib/istream-limit.c ['fuzz-http-response-parser', 'fuzz-http-request-parser', 'fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/mail-search-build.c [] []
/src/pigeonhole/src/lib-sieve/sieve-binary-file.c ['fuzz-suite'] []
/src/dovecot/src/lib/pkcs5.c [] []
/src/pigeonhole/src/lib-sieve/cmd-redirect.c [] []
/src/pigeonhole/src/lib-sieve/plugins/ihave/ext-ihave-binary.c [] []
/src/dovecot/src/lib-storage/mail.c ['fuzz-suite'] []
/src/dovecot/src/lib/safe-mkstemp.c ['fuzz-suite'] []
/src/dovecot/src/lib-auth/password-scheme-pbkdf2.c [] []
/src/dovecot/src/lib/mempool-datastack.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-items.c [] []
/src/pigeonhole/src/lib-sieve/plugins/copy/ext-copy.c [] []
/src/pigeonhole/src/lib-sieve/sieve-address-parts.c [] []
/src/pigeonhole/src/testsuite/testsuite-binary.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-search-register-imap.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/ext-mime.c [] []
/src/dovecot/src/lib-storage/index/index-mailbox-size.c [] []
/src/dovecot/src/lib/home-expand.c [] []
/src/dovecot/src/lib-index/mail-index-alloc-cache.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/maildir/maildir-storage.c [] []
/src/dovecot/src/lib-smtp/smtp-server-command.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-index/mail-index-modseq.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/list/mailbox-list-index-iter.c [] []
/src/dovecot/src/lib-mail/mail-html2text.c [] []
/src/dovecot/src/lib-json/./json-types.h ['fuzz-json-istream'] []
/src/dovecot/src/lib-json/json-tree.c ['fuzz-json-istream'] []
/src/pigeonhole/src/lib-sieve-tool/sieve-tool.c ['fuzz-suite'] []
/src/dovecot/src/lib-imap/imap-seqset.c [] []
/src/dovecot/src/lib-fs/fs-sis-queue.c [] []
/src/dovecot/src/lib/file-cache.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-settings.c [] []
/src/dovecot/src/lib/restrict-access.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-http/http-header-parser.c ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-name.c [] []
/src/dovecot/src/lib-storage/index/dbox-common/dbox-file.c [] []
/src/pigeonhole/src/lib-sieve/sieve-match-types.c [] []
/src/dovecot/src/lib-storage/mail-storage-hooks.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/list/mailbox-list-index-backend.c [] []
/src/dovecot/src/lib-http/http-url.c ['fuzz-http-request-parser'] []
/src/dovecot/src/lib/event-filter-lexer.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/istream-file.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/body/tst-body.c [] []
/src/dovecot/src/lib/file-lock.c ['fuzz-suite'] []
/src/dovecot/src/lib-mail/message-decoder.c ['fuzz-message-decoder'] []
/src/dovecot/src/lib-storage/list/mailbox-list-subscriptions.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/dbox-common/dbox-attachment.c [] []
/src/dovecot/src/lib-storage/mailbox-list-register.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/raw/raw-sync.c [] []
/src/dovecot/src/lib/ostream-unix.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/ext-imap4flags.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-modifiers.c [] []
/src/pigeonhole/src/lib-sieve/plugins/date/ext-date-common.c [] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c [] []
/src/dovecot/src/lib-settings/settings-parser.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/uri-util.c ['fuzz-http-request-parser'] []
/src/pigeonhole/src/lib-sieve/plugins/include/cmd-global.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/ext-mime-common.c [] []
/src/dovecot/src/lib-oauth2/oauth2.c [] []
/src/pigeonhole/src/testsuite/cmd-test-config.c [] []
/src/dovecot/src/lib-auth-client/../../src/lib/strfuncs.h ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/subaddress/ext-subaddress.c [] []
/src/dovecot/src/lib-mail/message-part-serialize.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/debug/cmd-debug-log.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-cram-md5.c ['fuzz-sasl-authentication'] []
/src/pigeonhole/src/lib-sieve/sieve-binary-dumper.c [] []
/src/dovecot/src/lib-auth/password-scheme.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-smtp/smtp-parser.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-index/mail-index-view-sync.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/cmd-extracttext.c [] []
/src/pigeonhole/src/lib-sieve/sieve-comparators.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-storage.c [] []
/src/dovecot/src/lib/ioloop-notify-inotify.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/raw/raw-storage.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-sync.c [] []
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/tag-flags.c [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-external.c [] []
/src/dovecot/src/lib-fs/istream-fs-file.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vacation/ext-vacation-common.c [] []
/src/dovecot/src/lib/./lib-event-private.h ['fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-auth/auth-scram-server.c [] []
/src/pigeonhole/src/testsuite/tst-test-result-execute.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-sync-list-index.c [] []
/src/dovecot/src/lib-sasl/sasl-server.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/unicode-transform.c ['fuzz-message-decoder', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/testsuite/testsuite-objects.c [] []
/src/dovecot/src/lib-var-expand/var-expand-parser.y ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-arguments.c [] []
/src/dovecot/src/lib-storage/index/maildir/maildir-sync.c [] []
/src/dovecot/src/lib-dns-client/dns-client-cache.c [] []
/src/dovecot/src/lib/seq-range-array.c ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-address.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-json/json-tree-io.c [] []
/src/pigeonhole/src/testsuite/testsuite-settings.c [] []
/src/dovecot/src/lib-auth/auth-gs2.c [] []
/src/pigeonhole/src/lib-sieve/sieve-stringlist.c [] []
/src/dovecot/src/lib-var-expand/var-expand.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/nfs-workarounds.c ['fuzz-suite'] []
/src/dovecot/src/lib-auth/auth-digest.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/tag-mime.c [] []
/src/dovecot/src/lib-mail/istream-attachment-connector.c [] []
/src/pigeonhole/src/testsuite/testsuite-result.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-storage.c [] []
/src/dovecot/src/lib-dns/dns-util.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/cmp-i-octet.c [] []
/src/dovecot/src/lib-index/mail-index-transaction-export.c [] []
/src/dovecot/src/lib/randgen.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-index/mail-transaction-log-view.c ['fuzz-suite'] []
/src/dovecot/src/lib/./bits.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/imapc/imapc-mail-fetch.c [] []
/src/dovecot/src/lib-storage/mail-search-mime-register.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-user.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-search.c [] []
/src/dovecot/src/lib/mempool-allocfree.c ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-rset.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-charset/charset-utf8.c ['fuzz-message-decoder'] []
/src/dovecot/src/lib/priorityq.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-var-expand/fuzz-var-expand.c ['fuzz-var-expand'] []
/src/dovecot/src/lib/sort.c [] []
/src/pigeonhole/src/lib-sieve/sieve.c ['fuzz-suite'] []
/src/dovecot/src/lib-master/master-service-haproxy.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/raw/raw-mail.c [] []
/src/dovecot/src/lib/istream-chain.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/plugins/regex/mcht-regex.c [] []
/src/dovecot/src/lib-sasl/dsasl-client.c ['fuzz-sasl-authentication', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/./mail-namespace.h [] []
/src/dovecot/src/lib-smtp/smtp-common.c [] []
/src/dovecot/src/lib-auth/../../src/lib/str.h [] []
/src/pigeonhole/src/lib-sieve/./sieve-lexer.h ['fuzz-suite'] []
/src/dovecot/src/lib-dict-extra/dict-register.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/index/ext-index.c [] []
/src/dovecot/src/lib/strescape.c ['fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-lexer.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-search-mime.c [] []
/src/dovecot/src/lib/hash-method.c [] []
/src/dovecot/src/lib-storage/index/index-thread-links.c [] []
/src/pigeonhole/src/lib-sieve/ext-fileinto.c [] []
/src/dovecot/src/lib/hex-binary.c ['fuzz-message-decoder', 'fuzz-qp-decoder', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/tst-anyof.c [] []
/src/dovecot/src/lib-master/master-admin-client.c ['fuzz-suite'] []
/src/dovecot/src/lib-sasl/fuzz-sasl-authentication.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib/failures.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-purge.c [] []
/src/dovecot/src/lib-sasl/sasl-server-request.c ['fuzz-sasl-authentication'] []
/src/pigeonhole/src/testsuite/testsuite-mailstore.c ['fuzz-suite'] []
/src/dovecot/src/lib-index/mail-index-map-read.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-validator.c ['fuzz-suite'] []
/src/dovecot/src/lib/path-util.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-parser.c ['fuzz-suite'] []
/src/dovecot/src/lib/iostream-pump.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/./uri-util.h ['fuzz-http-request-parser'] []
/src/dovecot/src/lib/./unicode-transform.h ['fuzz-message-decoder', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/tst-header.c [] []
/src/pigeonhole/src/lib-sieve/plugins/comparator-i-ascii-numeric/ext-cmp-i-ascii-numeric.c [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/mailto/uri-mailto.c [] []
/src/dovecot/src/lib/iostream.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-search-args-imap.c [] []
/src/dovecot/src/lib-var-expand/../../src/lib/byteorder.h [] []
/src/dovecot/src/lib-imap/../../src/lib/strescape.h [] []
/src/dovecot/src/lib-auth/../../src/lib/base64.h [] []
/src/dovecot/src/lib/mempool-system.c [] []
/src/dovecot/src/lib-json/./json-tree.h [] []
/src/dovecot/src/lib-storage/index/shared/shared-list.c [] []
/src/dovecot/src/lib-storage/index/mbox/../../../../src/lib/module-context.h [] []
/src/dovecot/src/lib-smtp/smtp-server-cmd-xclient.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-imap/../../src/lib/unichar.h ['fuzz-imap-utf7', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/list/mail-storage-list-index-rebuild.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/./ext-variables-modifiers.h [] []
/src/dovecot/src/lib-storage/index/index-search-mime.c [] []
/src/dovecot/src/lib/sha2.c ['fuzz-suite'] []
/src/pigeonhole/src/testsuite/testsuite-arguments.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-scram.c ['fuzz-sasl-authentication'] []
/src/pigeonhole/src/lib-sieve/plugins/body/ext-body-common.c [] []
/src/pigeonhole/src/lib-sieve/plugins/date/tst-date.c [] []
/src/dovecot/src/lib-storage/mailbox-attribute.c ['fuzz-suite'] []
/src/dovecot/src/lib-var-expand/var-expand-lexer.c ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-smtp/smtp-address.h [] []
/src/dovecot/src/lib-index/mail-index-util.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-message.c ['fuzz-suite'] []
/src/dovecot/src/lib-http/./http-parser.h ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-auth-client/auth-master-request.c ['fuzz-suite'] []
/src/pigeonhole/src/testsuite/cmd-test-mailbox.c [] []
/src/dovecot/src/lib/istream-rawlog.c ['fuzz-smtp-server'] []
/src/dovecot/src/lib-storage/index/pop3c/pop3c-storage.c [] []
/src/pigeonhole/src/lib-sieve/sieve-objects.c [] []
/src/dovecot/src/lib-storage/mail-copy.c [] []
/src/dovecot/src/lib-imap-client/imapc-client.c [] []
/src/dovecot/src/lib/seq-set-builder.c [] []
/src/dovecot/src/lib-settings/../../src/lib/crc32.h [] []
/src/dovecot/src/lib-storage/index/imapc/imapc-mailbox.c [] []
/src/dovecot/src/lib-var-expand/../../src/lib/strfuncs.h [] []
/src/dovecot/src/lib/istream-tee.c [] []
/src/dovecot/src/lib-index/mail-cache-sync-update.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/./../../sieve-runtime-trace.h [] []
/src/dovecot/src/lib/mempool.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-ntlm-dummy.c [] []
/src/dovecot/src/lib-storage/index/pop3c/pop3c-sync.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-notify-tree.c [] []
/src/pigeonhole/src/lib-sieve/plugins/metadata/tst-metadataexists.c [] []
/src/dovecot/src/lib/ostream-file.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-fs/ostream-metawrap.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vacation/ext-vacation.c [] []
/src/dovecot/src/lib/primes.c ['fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-attribute.c [] []
/src/dovecot/src/lib/unlink-directory.c ['fuzz-suite'] []
/src/dovecot/src/lib-sasl/sasl-server-mech-oauth2.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-storage/index/maildir/maildir-uidlist.c [] []
/src/dovecot/src/lib/hook-build.c ['fuzz-suite'] []
/src/dovecot/src/lib-test/fuzzer.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/editheader/cmd-addheader.c [] []
/src/dovecot/src/lib-storage/index/maildir/maildir-filename-flags.c [] []
/src/pigeonhole/src/lib-sieve/sieve-code-dumper.c [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/mailto/ntfy-mailto-settings.c [] []
/src/dovecot/src/lib/md5.c [] []
/src/dovecot/src/lib-storage/index/index-sync-pvt.c [] []
/src/dovecot/src/lib-sasl/sasl-server-mech-plain.c ['fuzz-sasl-authentication'] []
/src/dovecot/src/lib-storage/fail-mail.c [] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/mcht-list.c [] []
/src/dovecot/src/lib-storage/mail-search-parser.c [] []
/src/dovecot/src/lib-storage/index/maildir/maildir-copy.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-delete.c [] []
/src/dovecot/src/lib/istream-data.c ['fuzz-imap-bodystructure', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/ioloop.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/fail-mailbox.c [] []
/src/dovecot/src/lib-auth/../../src/lib/strfuncs.h [] []
/src/dovecot/src/lib-index/mail-index-map-hdr.c ['fuzz-suite'] []
/src/dovecot/src/lib-auth-client/../../src/lib/array.h ['fuzz-suite'] []
/src/dovecot/src/lib-mail/message-part.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib-auth-client/../../src/lib/base64.h [] []
/src/dovecot/src/lib-storage/index/index-transaction.c [] []
/src/dovecot/src/lib-json/fuzz-json-istream.c ['fuzz-json-istream'] []
/src/dovecot/src/lib-http/http-transfer-chunked.c ['fuzz-http-response-parser', 'fuzz-http-request-parser'] []
/src/dovecot/src/lib-sasl/../../src/lib/buffer.h ['fuzz-sasl-authentication'] []
/src/pigeonhole/src/lib-sieve/sieve-address-source.c [] []
/src/dovecot/src/lib-smtp/smtp-server.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/testsuite/tst-test-multiscript.c [] []
/src/dovecot/src/lib-storage/index/imapc/imapc-sync.c [] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-storage-save.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-common.c [] []
/src/dovecot/src/lib-imap-client/imapc-connection.c [] []
/src/pigeonhole/src/lib-sieve/plugins/metadata/ext-metadata.c [] []
/src/dovecot/src/lib-storage/index/index-rebuild.c [] []
/src/dovecot/src/lib-storage/list/./mailbox-list-iter-private.h [] []
/src/dovecot/src/lib-index/mail-index-view.c ['fuzz-suite'] []
/src/dovecot/src/lib-master/../../src/lib/byteorder.h ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/imapc/imapc-search.c [] []
/src/dovecot/src/lib-storage/index/mbox/mbox-sync-rewrite.c [] []
/src/pigeonhole/src/testsuite/testsuite-variables.c [] []
/src/pigeonhole/src/lib-sieve/sieve-ast.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/index-status.c [] []
/src/dovecot/src/lib-index/mail-index-map.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/index/imapc/imapc-list.c [] []
/src/pigeonhole/src/lib-sieve/sieve-storage-settings.c [] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-storage.c [] []
/src/dovecot/src/lib-storage/index/imapc/imapc-save.c [] []
/src/dovecot/src/lib-dict/dict-redis.c [] []
/src/pigeonhole/src/testsuite/cmd-test-result.c [] []
/src/pigeonhole/src/lib-sieve/sieve-match.c [] []
/src/dovecot/src/lib-storage/index/index-attachment.c [] []
/src/dovecot/src/lib-mail/message-size.c ['fuzz-message-parser', 'fuzz-message-decoder'] []
/src/dovecot/src/lib-var-expand/var-expand-parser.c ['fuzz-var-expand', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-settings.c [] []
/src/pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists.c [] []
/src/dovecot/src/lib/event-filter-lexer.l ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mailbox-watch.c [] []
/src/pigeonhole/src/lib-sieve/./sieve-comparators.h [] []
/src/pigeonhole/src/lib-sieve/mcht-contains.c [] []
/src/dovecot/src/lib-mail/message-binary-part.c [] []
/src/dovecot/src/lib/istream-base64-encoder.c [] []
/src/dovecot/src/lib/./unicode-data.h ['fuzz-suite'] []
/src/dovecot/src/lib-index/mail-index.c ['fuzz-suite'] []
/src/dovecot/src/lib-imap-client/imapc-settings.c [] []
/src/pigeonhole/src/lib-sieve/plugins/duplicate/tst-duplicate.c [] []
/src/dovecot/src/lib/net.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-binary.c ['fuzz-suite'] []
/src/dovecot/src/lib-storage/mailbox-header.c ['fuzz-suite'] []
/src/dovecot/src/lib/buffer.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib/./malloc-overflow.h ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/mail-search-mime-build.c [] []
/src/dovecot/src/lib-storage/index/dbox-multi/mdbox-save.c [] []
/src/pigeonhole/src/lib-sieve/storage/data/sieve-data-storage.c [] []
/src/pigeonhole/src/lib-sieve/ext-envelope.c [] []
/src/pigeonhole/src/lib-sieve/plugins/date/./../../sieve-stringlist.h [] []
/src/dovecot/src/lib-mail/message-parser-from-parts.c [] []
/src/dovecot/src/lib/fdatasync-path.c [] []
/src/dovecot/src/lib-auth/auth-scram.c [] []
/src/dovecot/src/lib-smtp/smtp-command-parser.c ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/util/edit-mail.c ['fuzz-suite'] []
/src/dovecot/src/lib-smtp/../../src/lib/ostream.h ['fuzz-smtp-server'] []
/src/pigeonhole/src/lib-sieve/cmp-i-ascii-casemap.c [] []
/src/dovecot/src/lib-storage/list/subscription-file.c [] []
/src/pigeonhole/src/lib-sieve/plugins/enotify/tst-valid-notify-method.c [] []
/src/pigeonhole/src/lib-sieve/tst-not.c [] []
/src/pigeonhole/src/lib-sieve/plugins/special-use/tag-specialuse.c [] []
/src/dovecot/src/lib-mail/message-part-data.c [] []
/src/dovecot/src/lib/memarea.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/testsuite/tst-test-script-compile.c [] []
/src/pigeonhole/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest.c [] []
/src/dovecot/src/lib-storage/index/index-sort.c [] []
/src/dovecot/src/lib/./hmac.h [] []
/src/pigeonhole/src/lib-sieve/plugins/include/ext-include-variables.c [] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-storage-quota.c [] []
/src/dovecot/src/lib-imap-client/imapc-msgmap.c [] []
/src/dovecot/src/lib-index/mail-index-fsck.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/storage/file/../../../../src/lib-sieve/sieve-common.h [] []
/src/pigeonhole/src/lib-sieve/tst-exists.c [] []
/src/dovecot/src/lib-fs/istream-metawrap.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-file.c [] []
/src/dovecot/src/lib-index/mail-index-transaction-sort-appends.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/ext-foreverypart.c [] []
/src/dovecot/src/lib-fs/fs-sis.c [] []
/src/dovecot/src/lib-storage/index/dbox-single/sdbox-save.c [] []
/src/dovecot/src/lib-storage/index/index-thread.c [] []
/src/dovecot/src/lib/guid.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-runtime-trace.c ['fuzz-suite'] []
/src/dovecot/src/lib-index/mail-transaction-log-append.c [] []
/src/dovecot/src/lib-storage/../../src/lib/unicode-data.h ['fuzz-suite'] []
/src/dovecot/src/lib-json/../../src/lib/unichar.h ['fuzz-json-istream'] []
/src/dovecot/src/lib-storage/index/mbox/istream-raw-mbox.c [] []
/src/pigeonhole/src/lib-sieve/plugins/include/./ext-include-common.h [] []
/src/dovecot/src/lib-sasl/dsasl-client-mech-digest-md5.c [] []
/src/dovecot/src/lib/lib.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/date/ext-date.c [] []
/src/dovecot/src/lib/eacces-error.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/plugins/editheader/cmd-deleteheader.c [] []
/src/pigeonhole/src/lib-sieve/storage/file/sieve-file-script.c [] []
/src/dovecot/src/lib-index/mail-cache-purge.c ['fuzz-suite'] []
/src/dovecot/src/lib/ioloop-iolist.c ['fuzz-message-date', 'fuzz-message-parser', 'fuzz-imap-utf7', 'fuzz-message-decoder', 'fuzz-var-expand', 'fuzz-json-istream', 'fuzz-http-response-parser', 'fuzz-imap-bodystructure', 'fuzz-var-expand-import', 'fuzz-qp-decoder', 'fuzz-http-request-parser', 'fuzz-sasl-authentication', 'fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-storage/fail-mail-storage.c [] []
/src/dovecot/src/lib-storage/list/mailbox-list-index-notify.c [] []
/src/dovecot/src/lib-storage/mailbox-list.c ['fuzz-suite'] []
/src/dovecot/src/lib/numpack.c [] []
/src/dovecot/src/lib-storage/list/../../../src/lib-storage/mail-namespace.h [] []
/src/pigeonhole/src/lib-sieve/plugins/regex/ext-regex.c [] []
/src/pigeonhole/src/lib-sieve/plugins/mime/cmd-break.c [] []
/src/dovecot/src/lib/mempool-unsafe-datastack.c [] []
/src/pigeonhole/src/lib-sieve/util/urn.c [] []
/src/dovecot/src/lib-imap/imap-arg.c ['fuzz-imap-bodystructure'] []
/src/dovecot/src/lib-storage/list/mailbox-list-fs-iter.c [] []
/src/dovecot/src/lib-index/mail-index-transaction-view.c ['fuzz-suite'] []
/src/dovecot/src/lib/istream-nonuls.c [] []
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-variables.c [] []
/src/dovecot/src/lib/istream-unix.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-index/mail-index-lock.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-extensions.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/sieve-script.c ['fuzz-suite'] []
/src/pigeonhole/src/lib-sieve/cmd-if.c [] []
/src/dovecot/src/lib-fs/ostream-cmp.c [] []
/src/dovecot/src/lib/connection.c ['fuzz-smtp-server', 'fuzz-suite'] []
/src/dovecot/src/lib-var-expand/expansion-filter-crypt.c [] []
/src/pigeonhole/src/lib-sieve/plugins/variables/ext-variables-dump.c [] []

Directories in report

Directory
/src/dovecot/src/lib-dict-extra/
/src/dovecot/src/lib-sasl/../../src/lib/
/src/dovecot/src/lib-storage/index/raw/
/src/dovecot/src/lib-dict-extra/../../src/lib/
/src/dovecot/src/lib-sasl/
/src/pigeonhole/src/lib-sieve/plugins/ihave/./../../
/src/dovecot/src/lib-storage/list/../../../src/lib/
/src/pigeonhole/src/lib-sieve/plugins/duplicate/./../../
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/./../../environment/
/src/dovecot/src/lib-auth-client/../../src/lib/
/src/pigeonhole/src/lib-sieve/plugins/metadata/
/src/pigeonhole/src/lib-sieve-tool/
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/./../../../
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/./../../../
/src/dovecot/src/lib-storage/index/dbox-single/../../../../src/lib/
/src/pigeonhole/src/lib-sieve/
/src/dovecot/src/lib-mail/
/src/pigeonhole/src/lib-sieve/plugins/variables/./
/src/pigeonhole/src/lib-sieve/plugins/vacation/
/src/dovecot/src/lib-storage/index/dbox-common/../../../../src/lib/
/src/dovecot/src/lib-test/
/src/dovecot/src/lib-ssl-iostream/
/src/dovecot/src/lib-settings/./
/src/dovecot/src/lib-settings/../../src/lib/
/src/dovecot/src/lib-http/./
/src/pigeonhole/src/lib-sieve/plugins/special-use/
/src/dovecot/src/lib-auth/../../src/lib/
/src/dovecot/src/lib-var-expand/../../src/lib/
/src/pigeonhole/src/lib-sieve/plugins/variables/
/src/pigeonhole/src/lib-sieve/plugins/vacation/./../../
/src/dovecot/src/lib-oauth2/
/src/dovecot/src/lib-dns/
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/environment/
/src/dovecot/src/lib-storage/index/dbox-single/
/src/dovecot/src/lib-dns/./
/src/dovecot/src/lib-storage/index/mbox/../../../../src/lib/
/src/pigeonhole/src/lib-sieve/storage/dict/
/src/pigeonhole/src/lib-sieve/storage/data/
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/debug/
/src/dovecot/src/lib-imap-client/
/src/dovecot/src/lib-storage/index/dbox-common/
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/./../../../util/
/src/dovecot/src/lib/./
/src/pigeonhole/src/lib-sieve/plugins/mime/
/src/pigeonhole/src/lib-sieve/plugins/regex/
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/
/src/dovecot/src/lib-json/./
/src/dovecot/src/lib-auth/
/src/dovecot/src/lib-storage/index/./
/src/pigeonhole/src/lib-sieve/plugins/body/
/src/pigeonhole/src/lib-sieve/./
/src/dovecot/src/lib-storage/index/maildir/../../../../src/lib/
/src/dovecot/src/lib-storage/index/
/src/pigeonhole/src/lib-sieve/plugins/vnd.dovecot/report/
/src/dovecot/src/lib-imap/
/src/dovecot/src/lib-storage/list/../../../src/lib-storage/
/src/dovecot/src/lib-auth-client/
/src/pigeonhole/src/lib-sieve/plugins/include/./../../
/src/pigeonhole/src/lib-sieve/plugins/environment/
/src/dovecot/src/lib-master/../../src/lib/
/src/dovecot/src/lib-json/../../src/lib/
/src/dovecot/src/lib-smtp/./
/src/dovecot/src/lib-http/
/src/pigeonhole/src/lib-sieve/plugins/extlists/./../../
/src/pigeonhole/src/lib-sieve/util/
/src/dovecot/src/lib-storage/index/pop3c/
/src/pigeonhole/src/testsuite/
/src/pigeonhole/src/lib-sieve/plugins/extlists/
/src/pigeonhole/src/lib-sieve/plugins/imap4flags/./../../
/src/dovecot/src/lib-fs/
/src/pigeonhole/src/lib-sieve/plugins/ihave/
/src/dovecot/src/lib-storage/index/maildir/
/src/dovecot/src/lib-master/
/src/dovecot/src/lib-imap-storage/
/src/dovecot/src/lib-smtp/../../src/lib/
/src/dovecot/src/lib-storage/list/
/src/pigeonhole/src/lib-sieve/plugins/include/./../variables/
/src/dovecot/src/lib-http/../../src/lib/
/src/pigeonhole/src/lib-sieve/plugins/include/./
/src/dovecot/src/lib-storage/index/imapc/
/src/dovecot/src/lib-index/
/src/pigeonhole/src/lib-sieve/plugins/spamvirustest/
/src/pigeonhole/src/lib-sieve/plugins/enotify/
/src/dovecot/src/lib-mail/./
/src/pigeonhole/src/lib-sieve/plugins/subaddress/
/src/dovecot/src/lib-var-expand/./
/src/pigeonhole/src/lib-sieve/plugins/comparator-i-ascii-numeric/
/src/dovecot/src/lib-smtp/
/src/pigeonhole/src/lib-sieve/plugins/relational/
/src/pigeonhole/src/lib-sieve/plugins/copy/
/src/dovecot/src/lib-var-expand/
/src/dovecot/src/lib-imap-client/../../src/lib/
/src/dovecot/src/lib-storage/
/src/dovecot/src/lib-storage/./
/src/pigeonhole/src/lib-sieve/plugins/mime/./../../
/src/dovecot/src/lib-storage/../../src/lib/
/src/dovecot/src/lib-json/
/src/pigeonhole/src/lib-sieve/plugins/enotify/mailto/
/src/pigeonhole/src/lib-sieve/plugins/include/
/src/dovecot/src/lib-settings/
/src/pigeonhole/src/lib-sieve/plugins/variables/./../../
/src/dovecot/src/lib-index/../../src/lib/
/src/pigeonhole/src/lib-sieve/plugins/date/./../../
/src/dovecot/src/lib-mail/../../src/lib/
/src/pigeonhole/src/lib-sieve/plugins/date/
/src/pigeonhole/src/lib-sieve/plugins/duplicate/
/src/pigeonhole/src/lib-sieve/plugins/index/
/src/pigeonhole/src/lib-sieve/storage/file/
/src/dovecot/src/lib-sasl/./
/src/dovecot/src/lib-dns-client/
/src/pigeonhole/src/testsuite/../../src/lib-sieve/
/src/dovecot/src/lib-storage/index/shared/
/src/pigeonhole/src/lib-sieve/plugins/editheader/
/src/dovecot/src/lib-storage/list/./
/src/dovecot/src/lib-dict/
/src/pigeonhole/src/lib-sieve/plugins/special-use/./../../
/src/dovecot/src/lib-charset/
/src/pigeonhole/src/lib-sieve/plugins/mailbox/
/src/dovecot/src/lib-storage/index/dbox-multi/
/src/dovecot/src/lib/
/src/dovecot/src/lib-storage/index/mbox/
/src/dovecot/src/lib-imap/../../src/lib/
/src/pigeonhole/src/lib-sieve/storage/file/../../../../src/lib-sieve/
/src/dovecot/src/lib-sasl/../../src/lib-json/