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 6476 94.1%
gold [1:9] 3 0.04%
yellow [10:29] 4 0.05%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 393 5.71%
All colors 6876 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
1398 4188 parse_mount_attrs call site: 04188 do_lxcapi_migrate
1049 2577 IS_ERR_OR_NULL call site: 02577 lxc_spawn
627 5591 lxc_path_simplify call site: 05591 __criu_restore
594 1476 append_unexp_config_line call site: 01476 lxcapi_startl
445 3630 lxc_trim_whitespace_in_place call site: 03630 lxc_setup
351 76 strlcpy call site: 00076 container_destroy
334 6249 lxc_macvlan_flag_to_mode call site: 06249 lxc_start
332 858 lxc_conf_free call site: 00858 lxcapi_createl
312 2264 is_empty_string call site: 02264 lxc_terminal_map_ids
192 2071 lxc_safe_int call site: 02071 lxc_execute
191 1216 lxc_file_for_each_line_mmap call site: 01216 do_lxcapi_save_config
172 428 lxc_read_nointr call site: 00428 do_destroy_container

Runtime coverage analysis

Covered functions
300
Functions that are reachable but not covered
60
Reachable functions
104
Percentage of reachable functions covered
42.31%
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 5
src/lxc/conf.c 311
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 2
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 39
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 216
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 6
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 6373 92.6%
gold [1:9] 4 0.05%
yellow [10:29] 3 0.04%
greenyellow [30:49] 1 0.01%
lawngreen 50+ 499 7.25%
All colors 6880 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
1398 4188 parse_mount_attrs call site: 04188 do_lxcapi_migrate
862 2764 cgroup_init call site: 02764 lxc_spawn
627 5591 lxc_path_simplify call site: 05591 __criu_restore
477 1476 append_unexp_config_line call site: 01476 lxcapi_startl
445 3630 lxc_trim_whitespace_in_place call site: 03630 lxc_setup
334 6249 lxc_macvlan_flag_to_mode call site: 06249 lxc_start
332 858 lxc_conf_free call site: 00858 lxcapi_createl
264 163 must_realloc call site: 00163 container_destroy
208 2355 read_file_at call site: 02355 start_scope
192 2071 lxc_safe_int call site: 02071 lxc_execute
172 428 lxc_read_nointr call site: 00428 do_destroy_container
171 1236 open_at call site: 01236 do_lxcapi_save_config

Runtime coverage analysis

Covered functions
328
Functions that are reachable but not covered
131
Reachable functions
205
Percentage of reachable functions covered
36.1%
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 5
src/lxc/conf.c 311
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 2
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 39
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 216
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 6
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 6366 91.8%
gold [1:9] 47 0.67%
yellow [10:29] 33 0.47%
greenyellow [30:49] 25 0.36%
lawngreen 50+ 457 6.59%
All colors 6928 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
1049 2541 IS_ERR_OR_NULL call site: 02541 lxc_spawn
953 4153 parse_mount_attrs call site: 04153 lxc_create_network
627 5562 lxc_path_simplify call site: 05562 __criu_restore
504 2036 lxc_safe_int call site: 02036 lxc_execute
447 5110 randseed call site: 05110 do_lxcapi_migrate
445 3594 lxc_trim_whitespace_in_place call site: 03594 lxc_setup
420 1615 open_devnull call site: 01615 lxcapi_startl
334 6220 lxc_macvlan_flag_to_mode call site: 06220 lxc_start
284 842 lxc_container_free call site: 00842 mod_all_rdeps
269 1254 lxc_file_for_each_line_mmap call site: 01254 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
384
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 2
src/lxc/conf.c 311
src/lxc/utils.h 5
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 48
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 216
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 6
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'] 18 0 20 4 5 790 0 2587 1437
lxc_setup /src/lxc/src/lxc/conf.c 1 ['struct lxc_handler*'] 12 0 105 38 38 403 0 1280 782
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*'] 14 0 20 3 3 556 0 1497 473
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 466 0 1524 412
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 594 2 1987 325

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

Functions statically reachable by fuzzers
40.0%
962 / 2435
Cyclomatic complexity statically reachable by fuzzers
47.0%
5584 / 11971

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

Directories in report

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