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

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzz-lxc-config-read

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 6509 94.0%
gold [1:9] 4 0.05%
yellow [10:29] 3 0.04%
greenyellow [30:49] 1 0.01%
lawngreen 50+ 404 5.83%
All colors 6921 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1401 4197 parse_mount_attrs call site: 04197 do_lxcapi_migrate
1051 2584 IS_ERR_OR_NULL call site: 02584 lxc_spawn
638 5602 lxc_path_simplify call site: 05602 __criu_restore
596 1477 append_unexp_config_line call site: 01477 lxcapi_startl
445 3639 lxc_trim_whitespace_in_place call site: 03639 lxc_setup
351 76 strlcpy call site: 00076 container_destroy
335 6273 lxc_macvlan_flag_to_mode call site: 06273 lxc_start
332 857 lxc_conf_free call site: 00857 lxcapi_createl
316 2267 is_empty_string call site: 02267 lxc_terminal_map_ids
192 2074 lxc_safe_int call site: 02074 lxc_execute
191 1217 lxc_file_for_each_line_mmap call site: 01217 do_lxcapi_save_config
172 428 lxc_read_nointr call site: 00428 do_destroy_container

Runtime coverage analysis

Covered functions
295
Functions that are reachable but not covered
62
Reachable functions
106
Percentage of reachable functions covered
41.51%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
src/tests/fuzz-lxc-config-read.c 9
src/lxc/file_utils.c 48
src/lxc/utils.h 6
src/lxc/conf.c 313
src/tests/console.c 18
src/lxc/lxccontainer.c 184
src/lxc/initutils.c 25
src/lxc/string_utils.h 5
src/include/strlcpy.c 2
src/lxc/string_utils.c 31
src/lxc/lxclock.c 28
src/lxc/utils.c 133
src/lxc/state.c 1
src/lxc/commands.c 54
src/lxc/commands_utils.c 13
src/lxc/af_unix.c 31
src/lxc/process_utils.h 3
src/lxc/process_utils.c 15
src/lxc/memory_utils.h 2
src/lxc/idmap_utils.c 31
src/lxc/log.h 1
src/lxc/caps.c 26
src/lxc/hlist.h 5
src/lxc/storage/storage.c 21
src/tests/attach.c 8
src/lxc/terminal.c 71
src/lxc/ringbuf.h 1
src/lxc/conf.h 14
src/lxc/confile_utils.c 39
src/lxc/seccomp.c 75
src/lxc/parse.c 14
src/lxc/storage/btrfs.c 36
src/include/strlcat.c 3
src/lxc/confile.c 42
src/lxc/open_utils.h 1
src/lxc/syscall_wrappers.h 3
src/include/getgrgid_r.c 28
hooks/unmount-namespace.c 1
src/lxc/storage/overlay.c 12
src/tests/mount_injection.c 3
src/lxc/start.c 220
src/lxc/cgroups/cgroup.c 11
src/lxc/cgroups/cgroup2_devices.c 51
src/lxc/cgroups/cgroup2_devices.h 2
src/lxc/start.h 2
src/lxc/execute.c 2
src/lxc/lsm/lsm.c 4
src/lxc/lsm/apparmor.c 14
src/lxc/lsm/selinux.c 1
src/lxc/monitor.c 15
src/lxc/cgroups/cgroup_utils.h 1
src/lxc/terminal.h 1
src/lxc/cgroups/cgfsng.c 192
src/lxc/error_utils.h 1
src/lxc/cgroups/cgroup_utils.c 18
src/lxc/file_utils.h 7
src/lxc/storage/storage_utils.c 4
src/lxc/storage/nbd.c 16
src/lxc/network.c 143
src/lxc/sync.c 14
src/lxc/nl.c 26
src/lxc/mount_utils.c 22
src/include/strchrnul.c 1
src/lxc/mount_utils.h 3
src/lxc/uuid.c 8
src/tests/capabilities.c 3
src/lxc/tools/lxc_checkpoint.c 4
src/lxc/criu.c 106
src/lxc/mainloop.c 32
src/lxc/af_unix.h 1
src/lxc/ringbuf.c 7
src/lxc/error.c 7
src/tests/lxc-test-utils.c 16
src/tests/sysctls.c 6

Fuzzer: fuzz-lxc-cgroup-init

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 6408 92.5%
gold [1:9] 5 0.07%
yellow [10:29] 3 0.04%
greenyellow [30:49] 1 0.01%
lawngreen 50+ 508 7.33%
All colors 6925 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1401 4197 parse_mount_attrs call site: 04197 do_lxcapi_migrate
864 2771 cgroup_init call site: 02771 lxc_spawn
638 5602 lxc_path_simplify call site: 05602 __criu_restore
479 1477 append_unexp_config_line call site: 01477 lxcapi_startl
445 3639 lxc_trim_whitespace_in_place call site: 03639 lxc_setup
335 6273 lxc_macvlan_flag_to_mode call site: 06273 lxc_start
332 857 lxc_conf_free call site: 00857 lxcapi_createl
264 163 must_realloc call site: 00163 container_destroy
213 2357 append_line call site: 02357 start_scope
192 2074 lxc_safe_int call site: 02074 lxc_execute
172 428 lxc_read_nointr call site: 00428 do_destroy_container
171 1237 open_at call site: 01237 do_lxcapi_save_config

Runtime coverage analysis

Covered functions
324
Functions that are reachable but not covered
133
Reachable functions
207
Percentage of reachable functions covered
35.75%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
src/tests/fuzz-lxc-cgroup-init.c 11
src/lxc/file_utils.c 48
src/lxc/utils.h 6
src/lxc/conf.c 313
src/tests/console.c 18
src/lxc/lxccontainer.c 184
src/lxc/initutils.c 25
src/lxc/string_utils.h 5
src/include/strlcpy.c 2
src/lxc/string_utils.c 31
src/lxc/lxclock.c 28
src/lxc/utils.c 133
src/lxc/state.c 1
src/lxc/commands.c 54
src/lxc/commands_utils.c 13
src/lxc/af_unix.c 31
src/lxc/process_utils.h 3
src/lxc/process_utils.c 15
src/lxc/memory_utils.h 2
src/lxc/idmap_utils.c 31
src/lxc/log.h 1
src/lxc/caps.c 26
src/lxc/hlist.h 5
src/lxc/storage/storage.c 21
src/tests/attach.c 8
src/lxc/terminal.c 71
src/lxc/ringbuf.h 1
src/lxc/conf.h 14
src/lxc/confile_utils.c 39
src/lxc/seccomp.c 75
src/lxc/parse.c 14
src/lxc/storage/btrfs.c 36
src/include/strlcat.c 3
src/lxc/confile.c 42
src/lxc/open_utils.h 1
src/lxc/syscall_wrappers.h 3
src/include/getgrgid_r.c 28
hooks/unmount-namespace.c 1
src/lxc/storage/overlay.c 12
src/tests/mount_injection.c 3
src/lxc/start.c 220
src/lxc/cgroups/cgroup.c 11
src/lxc/cgroups/cgroup2_devices.c 51
src/lxc/cgroups/cgroup2_devices.h 2
src/lxc/start.h 2
src/lxc/execute.c 2
src/lxc/lsm/lsm.c 4
src/lxc/lsm/apparmor.c 14
src/lxc/lsm/selinux.c 1
src/lxc/monitor.c 15
src/lxc/cgroups/cgroup_utils.h 1
src/lxc/terminal.h 1
src/lxc/cgroups/cgfsng.c 192
src/lxc/error_utils.h 1
src/lxc/cgroups/cgroup_utils.c 18
src/lxc/file_utils.h 7
src/lxc/storage/storage_utils.c 4
src/lxc/storage/nbd.c 16
src/lxc/network.c 143
src/lxc/sync.c 14
src/lxc/nl.c 26
src/lxc/mount_utils.c 22
src/include/strchrnul.c 1
src/lxc/mount_utils.h 3
src/lxc/uuid.c 8
src/tests/capabilities.c 3
src/lxc/tools/lxc_checkpoint.c 4
src/lxc/criu.c 106
src/lxc/mainloop.c 32
src/lxc/af_unix.h 1
src/lxc/ringbuf.c 7
src/lxc/error.c 7
src/tests/lxc-test-utils.c 16
src/tests/sysctls.c 6

Fuzzer: fuzz-lxc-define-load

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 6401 91.7%
gold [1:9] 53 0.76%
yellow [10:29] 48 0.68%
greenyellow [30:49] 20 0.28%
lawngreen 50+ 451 6.46%
All colors 6973 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1051 2548 IS_ERR_OR_NULL call site: 02548 lxc_spawn
956 4162 parse_mount_attrs call site: 04162 lxc_create_network
638 5573 lxc_path_simplify call site: 05573 __criu_restore
508 2039 lxc_safe_int call site: 02039 lxc_execute
447 5122 randseed call site: 05122 do_lxcapi_migrate
445 3603 lxc_trim_whitespace_in_place call site: 03603 lxc_setup
420 1618 open_devnull call site: 01618 lxcapi_startl
335 6244 lxc_macvlan_flag_to_mode call site: 06244 lxc_start
284 841 lxc_container_free call site: 00841 mod_all_rdeps
269 1255 lxc_file_for_each_line_mmap call site: 01255 do_lxcapi_save_config
240 168 lxcunlock call site: 00168 is_stopped
152 409 lxc_read_nointr call site: 00409 do_destroy_container

Runtime coverage analysis

Covered functions
380
Functions that are reachable but not covered
281
Reachable functions
353
Percentage of reachable functions covered
20.4%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
src/tests/fuzz-lxc-define-load.c 14
src/lxc/lxccontainer.c 185
src/lxc/initutils.c 25
src/lxc/string_utils.h 5
src/lxc/file_utils.c 48
src/include/strlcpy.c 2
src/lxc/string_utils.c 31
src/lxc/lxclock.c 28
src/lxc/utils.c 133
src/lxc/state.c 1
src/lxc/commands.c 54
src/lxc/commands_utils.c 13
src/lxc/af_unix.c 31
src/lxc/process_utils.h 3
src/lxc/conf.c 313
src/lxc/utils.h 6
src/lxc/process_utils.c 15
src/lxc/memory_utils.h 2
src/lxc/idmap_utils.c 31
src/lxc/log.h 1
src/lxc/caps.c 26
src/lxc/hlist.h 5
src/lxc/storage/storage.c 21
src/tests/attach.c 8
src/lxc/terminal.c 71
src/lxc/ringbuf.h 1
src/lxc/conf.h 14
src/lxc/confile_utils.c 39
src/lxc/seccomp.c 75
src/lxc/parse.c 14
src/lxc/storage/btrfs.c 36
src/include/strlcat.c 3
src/lxc/confile.c 51
src/lxc/list.h 3
src/tests/console.c 18
src/lxc/open_utils.h 1
src/lxc/syscall_wrappers.h 3
src/include/getgrgid_r.c 28
hooks/unmount-namespace.c 1
src/lxc/storage/overlay.c 12
src/tests/mount_injection.c 3
src/lxc/start.c 220
src/lxc/cgroups/cgroup.c 11
src/lxc/cgroups/cgroup2_devices.c 51
src/lxc/cgroups/cgroup2_devices.h 2
src/lxc/start.h 2
src/lxc/execute.c 2
src/lxc/lsm/lsm.c 4
src/lxc/lsm/apparmor.c 14
src/lxc/lsm/selinux.c 1
src/lxc/monitor.c 15
src/lxc/cgroups/cgroup_utils.h 1
src/lxc/terminal.h 1
src/lxc/cgroups/cgfsng.c 192
src/lxc/error_utils.h 1
src/lxc/cgroups/cgroup_utils.c 18
src/lxc/file_utils.h 7
src/lxc/storage/storage_utils.c 4
src/lxc/storage/nbd.c 16
src/lxc/network.c 143
src/lxc/sync.c 14
src/lxc/nl.c 26
src/lxc/mount_utils.c 22
src/include/strchrnul.c 1
src/lxc/mount_utils.h 3
src/lxc/uuid.c 8
src/tests/capabilities.c 3
src/lxc/tools/lxc_checkpoint.c 4
src/lxc/criu.c 106
src/lxc/mainloop.c 32
src/lxc/af_unix.h 1
src/lxc/ringbuf.c 7
src/lxc/error.c 7
src/tests/lxc-test-utils.c 16
src/tests/sysctls.c 6

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
lxcapi_startl /src/lxc/src/lxc/lxccontainer.c 2 ['struct lxc_container*', 'int'] 19 0 20 4 5 795 0 2598 1448
lxc_setup /src/lxc/src/lxc/conf.c 1 ['struct lxc_handler*'] 12 0 105 38 38 403 0 1284 784
lxc_ls_main /src/lxc/src/lxc/tools/lxc_ls.c 2 ['int', 'char*[]'] 19 0 40 10 15 428 0 1478 481
lxcapi_attach_run_waitl /src/lxc/src/lxc/lxccontainer.c 4 ['struct lxc_container*', 'lxc_attach_options_t*', 'char*', 'char*'] 15 0 20 3 3 558 0 1498 474
pam_sm_open_session /src/lxc/src/lxc/pam/pam_cgfs.c 4 ['pam_handle_t*', 'int', 'int', 'char**'] 10 0 27 7 8 138 0 443 415
do_lxcapi_snapshot /src/lxc/src/lxc/lxccontainer.c 2 ['struct lxc_container*', 'char*'] 16 0 67 15 15 468 0 1527 413
do_lxcapi_migrate /src/lxc/src/lxc/lxccontainer.c 4 ['struct lxc_container*', 'unsigned int', 'struct migrate_opts*', 'unsigned int'] 18 0 56 15 18 597 2 1997 325

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

Functions statically reachable by fuzzers
39.0%
964 / 2450
Cyclomatic complexity statically reachable by fuzzers
47.0%
5601 / 12021

All functions overview

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

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

lxccontainer.c

Target file: /src/lxc/src/lxc/lxccontainer.c
Target functions: lxcapi_startl, lxcapi_attach_run_waitl, do_lxcapi_snapshot, do_lxcapi_migrate
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target lxcapi_startl */
  structlxc_container* new_var0 = calloc(sizeof(structlxc_container), 1);
  int new_var1 = ada_safe_get_int();
  lxcapi_startl(new_var0, new_var1);

  /* target lxcapi_attach_run_waitl */
  structlxc_container* new_var5 = calloc(sizeof(structlxc_container), 1);
  UNKNOWN_TYPE unknown_6;
  char *new_var7 = ada_safe_get_char_p();
  char *new_var8 = ada_safe_get_char_p();
  lxcapi_attach_run_waitl(new_var5, unknown_6, new_var7, new_var8);

  /* target do_lxcapi_snapshot */
  structlxc_container* new_var13 = calloc(sizeof(structlxc_container), 1);
  char *new_var14 = ada_safe_get_char_p();
  do_lxcapi_snapshot(new_var13, new_var14);

  /* target do_lxcapi_migrate */
  structlxc_container* new_var15 = calloc(sizeof(structlxc_container), 1);
  UNKNOWN_TYPE unknown_16;
  structmigrate_opts* new_var17 = calloc(sizeof(structmigrate_opts), 1);
  UNKNOWN_TYPE unknown_18;
  do_lxcapi_migrate(new_var15, unknown_16, new_var17, unknown_18);

  af_safe_gb_cleanup();
}

conf.c

Target file: /src/lxc/src/lxc/conf.c
Target functions: lxc_setup
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target lxc_setup */
  structlxc_handler* new_var2 = calloc(sizeof(structlxc_handler), 1);
  lxc_setup(new_var2);

  af_safe_gb_cleanup();
}

lxc_ls.c

Target file: /src/lxc/src/lxc/tools/lxc_ls.c
Target functions: lxc_ls_main
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target lxc_ls_main */
  int new_var3 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_4;
  lxc_ls_main(new_var3, unknown_4);

  af_safe_gb_cleanup();
}

pam_cgfs.c

Target file: /src/lxc/src/lxc/pam/pam_cgfs.c
Target functions: pam_sm_open_session
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target pam_sm_open_session */
  UNKNOWN_TYPE unknown_9;
  int new_var10 = ada_safe_get_int();
  int new_var11 = ada_safe_get_int();
  char **new_var12 = af_get_double_char_p();
  pam_sm_open_session(unknown_9, new_var10, new_var11, new_var12);

  af_safe_gb_cleanup();
}

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/lxc/src/lxc/conf.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/freezer.c [] []
/src/lxc/src/lxc/nl.h [] []
/src/lxc/src/lxc/conf.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/hooks/unmount-namespace.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_cgroup.c [] []
/src/lxc/src/lxc/lxccontainer.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-define-load']
/src/lxc/src/lxc/cgroups/cgfsng.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-cgroup-init']
/src/lxc/src/lxc/open_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-cgroup-init']
/src/lxc/src/tests/fuzz-lxc-config-read.c ['fuzz-lxc-config-read'] ['fuzz-lxc-config-read']
/src/lxc/src/lxc/terminal.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/storage/storage.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/state.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/storage/dir.c [] []
/src/lxc/src/tests/destroytest.c [] []
/src/lxc/src/lxc/error.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/parse.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/include/getgrgid_r.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/concurrent.c [] []
/src/lxc/src/lxc/commands.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_snapshot.c [] []
/src/lxc/src/lxc/namespace.c [] []
/src/lxc/src/tests/startone.c [] []
/src/lxc/src/lxc/lsm/apparmor.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/arch_parse.c [] []
/src/lxc/src/lxc/tools/lxc_unshare.c [] []
/src/lxc/src/lxc/mainloop.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/attach.c [] []
/src/lxc/src/tests/console.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/share_ns.c [] []
/src/lxc/src/lxc/storage/btrfs.h [] []
/src/lxc/src/tests/lxctest.h [] []
/src/lxc/src/lxc/cmd/lxc_monitord.c [] []
/src/lxc/src/lxc/idmap_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/network.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-define-load']
/src/lxc/src/lxc/storage/rsync.c [] []
/src/lxc/src/lxc/tools/lxc_execute.c [] []
/src/lxc/src/tests/mount_injection.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_top.c [] []
/src/lxc/src/lxc/tools/lxc_wait.c [] []
/src/lxc/src/lxc/lsm/lsm.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/initutils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/tools/lxc_monitor.c [] []
/src/lxc/src/include/fexecve.c [] []
/src/lxc/src/lxc/tools/include/getsubopt.c [] []
/src/lxc/src/tests/sys_mixed.c [] []
/src/lxc/src/lxc/tools/lxc_device.c [] []
/src/lxc/src/tests/fuzz-lxc-cgroup-init.c ['fuzz-lxc-cgroup-init'] ['fuzz-lxc-cgroup-init']
/src/lxc/src/lxc/string_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/start.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/af_unix.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_destroy.c [] []
/src/lxc/src/lxc/cmd/lxc_init.c [] []
/src/lxc/src/lxc/lsm/selinux.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/lsm/nop.c [] []
/src/lxc/src/lxc/tools/lxc_config.c [] []
/src/lxc/src/include/strchrnul.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/seccomp.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/execute.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/rtnl.h [] []
/src/lxc/src/lxc/process_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/file_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/tools/lxc_ls.c [] []
/src/lxc/src/lxc/utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/macro.h [] []
/src/lxc/src/lxc/storage/zfs.c [] []
/src/lxc/src/lxc/lxcseccomp.h [] []
/src/lxc/src/lxc/tools/lxc_copy.c [] []
/src/lxc/src/tests/cgpath.c [] []
/src/lxc/src/lxc/caps.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/syscall_wrappers.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/storage/storage_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/lxc-test-utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/cgroups/cgroup2_devices.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-cgroup-init']
/src/lxc/src/lxc/tools/lxc_console.c [] []
/src/lxc/src/tests/state_server.c [] []
/src/lxc/src/tests/containertests.c [] []
/src/lxc/src/lxc/ringbuf.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/error_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/tests/proc_pid.c [] []
/src/lxc/src/lxc/string_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/tests/rootfs_options.c [] []
/src/lxc/src/lxc/process_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/aa.c [] []
/src/lxc/src/lxc/storage/rbd.c [] []
/src/lxc/src/lxc/rexec.c [] []
/src/lxc/src/lxc/commands_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/lxclock.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-define-load']
/src/lxc/src/lxc/cgroups/cgroup_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-cgroup-init']
/src/lxc/src/lxc/mount_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/locktests.c [] []
/src/lxc/src/lxc/storage/lvm.c [] []
/src/lxc/src/lxc/rtnl.c [] []
/src/lxc/src/lxc/sync.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/fuzz-lxc-define-load.c ['fuzz-lxc-define-load'] ['fuzz-lxc-define-load']
/src/lxc/src/lxc/ringbuf.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_checkpoint.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_start.c [] []
/src/lxc/src/lxc/mainloop.h [] []
/src/lxc/src/lxc/tools/lxc_autostart.c [] []
/src/lxc/src/include/netns_ifaddrs.c [] []
/src/lxc/src/lxc/cgroups/cgroup_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/include/bpf.h [] []
/src/lxc/src/tests/reboot.c [] []
/src/lxc/src/lxc/confile_utils.h [] []
/src/lxc/src/lxc/cgroups/cgroup2_devices.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/mount_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/compiler.h [] []
/src/lxc/src/lxc/confile_utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/commands.h [] []
/src/lxc/src/lxc/cgroups/cgroup.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-cgroup-init']
/src/lxc/src/lxc/storage/loop.c [] []
/src/lxc/src/lxc/terminal.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/tools/lxc_unfreeze.c [] []
/src/lxc/src/lxc/nl.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/hlist.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/storage/overlay.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/lxc_stop.c [] []
/src/lxc/src/lxc/uuid.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/utils.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/tools/lxc_info.c [] []
/src/lxc/src/lxc/log.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/pam/pam_cgfs.c [] []
/src/lxc/src/lxc/cmd/lxc_usernsexec.c [] []
/src/lxc/src/lxc/criu.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/include/strlcat.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/arguments.c [] []
/src/lxc/src/lxc/tools/lxc_freeze.c [] []
/src/lxc/src/include/bpf_common.h [] []
/src/lxc/src/lxc/confile.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/list.h ['fuzz-lxc-define-load'] ['fuzz-lxc-define-load']
/src/lxc/src/lxc/tools/lxc_attach.c [] []
/src/lxc/src/tests/parse_config_file.c [] []
/src/lxc/src/tests/capabilities.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/start.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/lxc.h [] []
/src/lxc/src/lxc/caps.h [] []
/src/lxc/src/include/strlcpy.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/memory_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load']
/src/lxc/src/lxc/af_unix.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/sysctls.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/monitor.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/cgroups/cgroup.h [] []
/src/lxc/src/lxc/tools/lxc_create.c [] []
/src/lxc/src/lxc/cmd/lxc_user_nic.c [] []
/src/lxc/src/lxc/file_utils.h ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/namespace.h [] []
/src/lxc/src/tests/attach.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/tools/arguments.h [] []
/src/lxc/src/lxc/storage/btrfs.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/lxc/storage/nbd.c ['fuzz-lxc-config-read', 'fuzz-lxc-cgroup-init', 'fuzz-lxc-define-load'] []
/src/lxc/src/tests/list.c [] []
/src/lxc/src/lxc/log.c [] []

Directories in report

Directory
/src/lxc/src/lxc/cgroups/
/src/lxc/src/lxc/lsm/
/src/lxc/src/lxc/storage/
/src/lxc/src/lxc/cmd/
/src/lxc/src/lxc/
/src/lxc/src/tests/
/src/lxc/src/include/
/src/lxc/src/lxc/pam/
/src/lxc/src/lxc/tools/include/
/src/lxc/src/lxc/tools/
/src/lxc/hooks/