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

Fuzzer details

Fuzzer: db-daemon_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 115 92.7%
gold [1:9] 0 0.0%
yellow [10:29] 8 6.45%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.80%
All colors 124 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
25 25 3 :

['libvchan_recv', 'perror', 'verify_hdr']

500 504 handle_vchan_data call site: 00026 /src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-cmds.c:687
0 0 None 2 2 qubesdb_init call site: 00001 /src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-core.c:20
0 0 None 2 2 qubesdb_init call site: 00001 /src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-core.c:25
0 0 None 0 0 handle_vchan_data call site: 00035 /src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-cmds.c:710

Runtime coverage analysis

Covered functions
6
Functions that are reachable but not covered
42
Reachable functions
48
Percentage of reachable functions covered
12.5%
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
qubes-core-qubesdb/fuzz/db-daemon_fuzzer.c 6
qubes-core-qubesdb/fuzz/../daemon/db-core.c 6
qubes-core-qubesdb/fuzz/../daemon/db-cmds.c 14
qubes-core-qubesdb/fuzz/../daemon/buffer.c 4
qubes-core-qubesdb/fuzz/../daemon/buffer.h 1

Fuzzer: qubesrpc_parse_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 7 31.8%
lawngreen 50+ 15 68.1%
All colors 22 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 12 31 parse_qubes_rpc_command call site: 00002 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:402
0 0 None 10 26 parse_qubes_rpc_command call site: 00002 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:410
0 0 None 10 26 parse_qubes_rpc_command call site: 00004 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:417
0 0 None 2 15 parse_qubes_rpc_command call site: 00009 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:472
0 0 None 2 12 parse_qubes_rpc_command call site: 00010 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:477
0 0 None 0 7 parse_qubes_rpc_command call site: 00007 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:454
0 0 None 0 0 parse_qubes_rpc_command call site: 00012 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:493
0 0 None 0 0 destroy_qrexec_parsed_command call site: 00013 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:505
0 0 None 0 0 memdupnul call site: 00004 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c:388

Runtime coverage analysis

Covered functions
4
Functions that are reachable but not covered
7
Reachable functions
11
Percentage of reachable functions covered
36.36%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
qubes-core-qrexec/fuzz/qubesrpc_parse_fuzzer.c 1
qubes-core-qrexec/fuzz/../libqrexec/exec.c 3

Fuzzer: input-proxy-receiver_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 38 35.5%
gold [1:9] 34 31.7%
yellow [10:29] 1 0.93%
greenyellow [30:49] 1 0.93%
lawngreen 50+ 33 30.8%
All colors 107 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['perror']

2 2 validate_and_forward_event call site: 00086 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:321
0 0 None 2 2 receive_and_validate_caps call site: 00061 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:76
0 0 None 2 2 receive_and_validate_caps call site: 00065 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:96
0 0 None 2 2 receive_and_validate_caps call site: 00068 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:113
0 0 None 0 0 long_set_bit call site: 00012 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:52
0 0 None 0 0 receive_and_validate_caps call site: 00063 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:82
0 0 None 0 0 receive_and_validate_caps call site: 00080 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:153
0 0 None 0 0 input_proxy_receiver_main call site: 00011 /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c:581

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
12
Reachable functions
23
Percentage of reachable functions covered
47.83%
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
app-linux-input-proxy/fuzz/input-proxy-receiver_fuzzer.c 1
app-linux-input-proxy/fuzz/../src/common.c 2
app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c 9

Fuzzer: qrexec_remote_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 30 53.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 26 46.4%
All colors 56 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
4 133 7 :

['write_all', '__errno_location', 'fuzz_libvchan_data_ready', 'read_vchan_all', 'do_replace_chars', 'fuzz_libvchan_recv', 'write_stdin']

4 133 handle_remote_data_v2 call site: 00050 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c:124
2 2 1 :

['abort']

2 2 handle_remote_data_v2 call site: 00009 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c:49
0 0 None 25 40 flush_client_data call site: 00012 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c:43
0 0 None 10 10 write_stdin call site: 00045 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c:80
0 0 None 8 8 write_stdin call site: 00037 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c:70
0 0 None 4 133 handle_remote_data_v2 call site: 00033 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c:85
0 0 None 4 133 handle_remote_data_v2 call site: 00033 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c:92
0 0 None 4 133 handle_remote_data_v2 call site: 00048 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c:110
0 0 None 4 133 handle_remote_data_v2 call site: 00050 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c:118
0 0 None 2 15 write_all call site: 00052 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/ioall.c:62
0 0 None 2 2 write_stdin call site: 00044 /src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c:76
0 0 None 0 6 fuzz_libvchan_read call site: 00029 /src/qubes-os/qubes-core-qrexec/fuzz/fuzz.c:62

Runtime coverage analysis

Covered functions
17
Functions that are reachable but not covered
13
Reachable functions
30
Percentage of reachable functions covered
56.67%
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
qubes-core-qrexec/fuzz/qrexec_remote_fuzzer.c 2
qubes-core-qrexec/fuzz/../libqrexec/libqrexec-utils.h 1
qubes-core-qrexec/fuzz/fuzz.c 9
qubes-core-qrexec/fuzz/../libqrexec/remote.c 1
qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c 2
qubes-core-qrexec/fuzz/../libqrexec/buffer.c 8
qubes-core-qrexec/fuzz/../libqrexec/txrx-vchan.c 1
qubes-core-qrexec/fuzz/../libqrexec/replace.c 1
qubes-core-qrexec/fuzz/../libqrexec/ioall.c 1

Fuzzer: qrexec_daemon_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 430 89.2%
gold [1:9] 8 1.65%
yellow [10:29] 1 0.20%
greenyellow [30:49] 5 1.03%
lawngreen 50+ 38 7.88%
All colors 482 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 21 1 :

['send_service_refused']

0 21 handle_execute_service call site: 00042 /src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c:1207
0 4 1 :

['fuzz_exit']

0 4 send_service_refused call site: 00036 /src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c:779
0 0 None 2 960 handle_message_from_agent call site: 00041 /src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c:1397
0 0 None 0 6 fuzz_libvchan_read call site: 00009 /src/qubes-os/qubes-core-qrexec/fuzz/fuzz.c:62
0 0 None 0 4 send_service_refused call site: 00032 /src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c:774
0 0 None 0 0 fuzz_libvchan_read call site: 00010 /src/qubes-os/qubes-core-qrexec/fuzz/fuzz.c:65
0 0 None 0 0 fuzz_write call site: 00033 /src/qubes-os/qubes-core-qrexec/fuzz/fuzz.c:128
0 0 None 0 0 fuzz_write call site: 00034 /src/qubes-os/qubes-core-qrexec/fuzz/fuzz.c:131

Runtime coverage analysis

Covered functions
22
Functions that are reachable but not covered
145
Reachable functions
167
Percentage of reachable functions covered
13.17%
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
qubes-core-qrexec/fuzz/qrexec_daemon_fuzzer.c 2
qubes-core-qrexec/fuzz/fuzz.c 17
qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c 19
qubes-core-qrexec/fuzz/../libqrexec/ioall.c 7
qubes-core-qrexec/fuzz/../libqrexec/exec.c 16
qubes-core-qrexec/fuzz/../daemon/qrexec-daemon-common.c 14
qubes-core-qrexec/fuzz/../libqrexec/buffer.c 8
qubes-core-qrexec/fuzz/../libqrexec/toml.c 7
qubes-core-qrexec/fuzz/../libqrexec/vchan_timeout.c 1
qubes-core-qrexec/fuzz/../libqrexec/txrx-vchan.c 2
qubes-core-qrexec/fuzz/../libqrexec/remote.c 3
qubes-core-qrexec/fuzz/../libqrexec/process_io.c 4
qubes-core-qrexec/fuzz/../libqrexec/libqrexec-utils.h 1
qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c 2
qubes-core-qrexec/fuzz/../libqrexec/replace.c 1

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
fuzz_main /src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-daemon.c 2 ['int', 'N/A'] 8 0 302 48 7 102 0 407 159
handle_message_from_client /src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c 1 ['int'] 6 0 62 12 13 26 0 128 57
init /src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c 2 ['int', 'bool'] 5 0 549 106 15 56 0 166 56
register_device /src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c 2 ['N/A', 'int'] 2 0 594 88 34 13 0 70 46

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

Functions statically reachable by fuzzers
90.0%
183 / 204
Cyclomatic complexity statically reachable by fuzzers
94.0%
1347 / 1433

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 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.

qubes-core-qubesdb/fuzz/db-daemon_fuzzer.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=['handle_vchan_data', 'LLVMFuzzerTestOneInput']

qubes-core-qrexec/fuzz/qubesrpc_parse_fuzzer.c

Dictionary

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


app-linux-input-proxy/fuzz/input-proxy-receiver_fuzzer.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=['validate_and_forward_event', 'parse_options', 'read_all', 'LLVMFuzzerTestOneInput', 'write_all', 'receive_and_validate_caps']

qubes-core-qrexec/fuzz/qrexec_remote_fuzzer.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=['flush_client_data', 'write_stdin', 'LLVMFuzzerTestOneInput', 'read_vchan_all']

qubes-core-qrexec/fuzz/qrexec_daemon_fuzzer.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=['handle_execute_service', 'LLVMFuzzerTestOneInput', 'fuzz_libvchan_send', 'fuzz_libvchan_recv', 'send_service_refused']

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/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon.c ['qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/qubesrpc_parse_fuzzer.c ['qubesrpc_parse_fuzzer'] ['qubesrpc_parse_fuzzer']
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/replace.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/unix-server.c [] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/buffer.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/qrexec_daemon_fuzzer.c ['qrexec_daemon_fuzzer'] ['qrexec_daemon_fuzzer']
/src/qubes-os/qubes-core-qrexec/fuzz/fuzz.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer']
/src/qubes-os/app-linux-input-proxy/fuzz/../src/input-proxy-receiver.c ['input-proxy-receiver_fuzzer'] []
/src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-core.c ['db-daemon_fuzzer'] []
/src/qubes-os/app-linux-input-proxy/fuzz/input-proxy-receiver_fuzzer.c ['input-proxy-receiver_fuzzer'] ['input-proxy-receiver_fuzzer']
/src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/buffer.h ['db-daemon_fuzzer'] []
/src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-cmds.c ['db-daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/process_io.c ['qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/txrx-vchan.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/exec.c ['qubesrpc_parse_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/buffer.c ['db-daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/vchan_timeout.c ['qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/log.c [] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/libqrexec-utils.h ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/toml.c ['qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../daemon/qrexec-daemon-common.c ['qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/ioall.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/db-daemon.c [] []
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/write-stdin.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/qubes-core-qrexec/fuzz/qrexec_remote_fuzzer.c ['qrexec_remote_fuzzer'] ['qrexec_remote_fuzzer']
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/remote.c ['qrexec_remote_fuzzer', 'qrexec_daemon_fuzzer'] []
/src/qubes-os/app-linux-input-proxy/fuzz/../src/common.c ['input-proxy-receiver_fuzzer'] []
/src/qubes-os/qubes-core-qubesdb/fuzz/db-daemon_fuzzer.c ['db-daemon_fuzzer'] ['db-daemon_fuzzer']

Directories in report

Directory
/src/qubes-os/qubes-core-qubesdb/fuzz/
/src/qubes-os/qubes-core-qrexec/fuzz/../daemon/
/src/qubes-os/qubes-core-qrexec/fuzz/
/src/qubes-os/app-linux-input-proxy/fuzz/
/src/qubes-os/app-linux-input-proxy/fuzz/../src/
/src/qubes-os/qubes-core-qrexec/fuzz/../libqrexec/
/src/qubes-os/qubes-core-qubesdb/fuzz/../daemon/