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

Fuzzer details

Fuzzer: fuzz_preq.c

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 3 13.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 19 86.3%
All colors 22 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
1 6 LLVMFuzzerTestOneInput call site: 00006
1 17 LLVMFuzzerTestOneInput call site: 00017
1 19 LLVMFuzzerTestOneInput call site: 00019 af_gb_cleanup

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
6
Reachable functions
21
Percentage of reachable functions covered
71.43%
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
fuzz_preq.c 1
fuzz-headers/lang/c/ada_fuzz_header.h 5
httpd/server/apreq_parser.c 1

Fuzzer: fuzz_parse.c

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 65 76.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 1.17%
lawngreen 50+ 19 22.3%
All colors 85 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
56 27 ap_expr_parse call site: 00027 expr_dump_tree
5 0 EP call site: 00000 ap_expr_parse
3 20 ap_expr_yylex_destroy call site: 00020 ap_expr_yy_delete_buffer
1 18 ap_expr_yyfree call site: 00018 ap_expr_yyfree

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
16
Reachable functions
31
Percentage of reachable functions covered
48.39%
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
fuzz_parse.c 1
httpd/server/util_expr_eval.c 2
httpd/server/util_expr_scan.c 9

Fuzzer: fuzz_request.c

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 9 4.68%
gold [1:9] 27 14.0%
yellow [10:29] 15 7.81%
greenyellow [30:49] 4 2.08%
lawngreen 50+ 137 71.3%
All colors 192 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
2 167 ap_assign_request_line call site: 00167 ap_strchr_c
1 5 af_get_null_terminated call site: 00005 af_gb_get_null_terminated
1 11 LLVMFuzzerTestOneInput call site: 00011
1 67 LLVMFuzzerTestOneInput call site: 00067 af_get_short
1 102 tokenize_request_line call site: 00102
1 115 rrl_log_error call site: 00115
1 159 ap_parse_uri call site: 00159
1 186 ap_assign_request_line call site: 00186

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
28
Reachable functions
69
Percentage of reachable functions covered
59.42%
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
fuzz_request.c 1
fuzz-headers/lang/c/ada_fuzz_header.h 5
httpd/modules/http/http_protocol.c 8
httpd/server/protocol.c 6
httpd/server/config.c 2
httpd/server/util_debug.c 3
httpd/server/util.c 3

Fuzzer: pcre2pcre2_fuzzsupport.c

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 5266 99.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.01%
All colors 5267 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
5266 0 EP call site: 00000 pcre2_jit_compile

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
268
Reachable functions
269
Percentage of reachable functions covered
0.37%
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
pcre2pcre2_fuzzsupport.c 5
pcre2pcre2_context.c 6
pcre2pcre2_jit_compile.c 102
pcre2pcre2_jit_simd_inc.h 10
pcre2pcre2_jit_char_inc.h 7
pcre2pcre2_substring.c 3
pcre2pcre2_dfa_match.c 4
pcre2pcre2_compile.c 1
pcre2pcre2_match_data.c 1

Fuzzer: fuzz_tokenize.c

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 8 88.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 11.1%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
4
Reachable functions
9
Percentage of reachable functions covered
55.56%
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
fuzz_tokenize.c 1

Fuzzer: fuzz_uri.c

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 5 35.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 64.2%
All colors 14 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
2 0 EP call site: 00000 af_gb_get_null_terminated
2 7 LLVMFuzzerTestOneInput call site: 00007
1 5 af_get_null_terminated call site: 00005

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
4
Reachable functions
14
Percentage of reachable functions covered
71.43%
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
fuzz_uri.c 1
fuzz-headers/lang/c/ada_fuzz_header.h 4

Fuzzer: fuzz_utils.c

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 14.5%
gold [1:9] 2 0.76%
yellow [10:29] 1 0.38%
greenyellow [30:49] 4 1.53%
lawngreen 50+ 216 82.7%
All colors 261 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
21 200 substring_conf call site: 00200 substring_conf
6 38 ap_normalize_path call site: 00038 x2c
2 118 ap_escape_html2 call site: 00118
2 175 ap_parse_token_list_strict call site: 00175 ap_strchr_c
2 253 cfg_trim_line call site: 00253 ap_log_error
1 46 ap_normalize_path call site: 00046
1 62 unescape_url call site: 00062
1 89 ap_make_dirstr_parent call site: 00089
1 109 LLVMFuzzerTestOneInput call site: 00109
1 144 ap_pbase64decode_strict call site: 00144

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
44
Reachable functions
116
Percentage of reachable functions covered
62.07%
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
fuzz_utils.c 1
fuzz-headers/lang/c/ada_fuzz_header.h 5
httpd/server/util.c 51
httpd/server/util_debug.c 4
httpd/server/core.c 1

Fuzzer: fuzz_addr_parse.c

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 8 88.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 11.1%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
298
Functions that are reachable but not covered
4
Reachable functions
9
Percentage of reachable functions covered
55.56%
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
fuzz_addr_parse.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
dav_handler /src/httpd/modules/dav/main/mod_dav.c 1 ['request_rec*'] 21 0 119 30 32 436 0 3463 3225
sed_request_filter /src/httpd/modules/filters/mod_sed.c 5 ['ap_filter_t*', 'apr_bucket_brigade*', 'ap_input_mode_t', 'apr_read_type_e', 'apr_off_t'] 10 0 68 13 25 141 0 2266 2133
doProlog /src/expat-2.4.1/lib/xmlparse.c 10 ['XML_Parser', 'ENCODING*', 'char*', 'char*', 'int', 'char*', 'char**', 'XML_Bool', 'XML_Bool', 'enum XML_Account'] 9 0 592 226 324 99 15 1885 1885

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

Functions statically reachable by fuzzers
7.00%
558 / 7794
Cyclomatic complexity statically reachable by fuzzers
14.0%
12735 / 93312

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.

fuzz_preq.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=['LLVMFuzzerTestOneInput']

fuzz_parse.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=['ap_expr_parse', 'ap_expr_yylex_destroy', 'ap_expr_yyfree']

fuzz_request.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=['ap_assign_request_line', 'af_get_null_terminated', 'LLVMFuzzerTestOneInput', 'tokenize_request_line', 'rrl_log_error', 'ap_parse_uri']

pcre2pcre2_fuzzsupport.c

Dictionary

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


fuzz_tokenize.c

Dictionary

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


fuzz_uri.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=['LLVMFuzzerTestOneInput', 'af_get_null_terminated']

fuzz_utils.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=['substring_conf', 'ap_normalize_path', 'ap_escape_html2', 'ap_parse_token_list_strict', 'cfg_trim_line', 'unescape_url', 'ap_make_dirstr_parent', 'LLVMFuzzerTestOneInput', 'ap_pbase64decode_strict']

fuzz_addr_parse.c

Dictionary

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


Fuzz driver synthesis

New fuzzers

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

mod_dav.c

Target file: /src/httpd/modules/dav/main/mod_dav.c
Target functions: dav_handler
#include "ada_fuzz_header.h"

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

  /* target dav_handler */
  UNKNOWN_TYPE unknown_0;
  dav_handler(unknown_0);

  af_safe_gb_cleanup();
}

mod_sed.c

Target file: /src/httpd/modules/filters/mod_sed.c
Target functions: sed_request_filter
#include "ada_fuzz_header.h"

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

  /* target sed_request_filter */
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  sed_request_filter(unknown_1, unknown_2, unknown_3, unknown_4, unknown_5);

  af_safe_gb_cleanup();
}

xmlparse.c

Target file: /src/expat-2.4.1/lib/xmlparse.c
Target functions: doProlog
#include "ada_fuzz_header.h"

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

  /* target doProlog */
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  char *new_var8 = ada_safe_get_char_p();
  char *new_var9 = ada_safe_get_char_p();
  int new_var10 = ada_safe_get_int();
  char *new_var11 = ada_safe_get_char_p();
  char **new_var12 = af_get_double_char_p();
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  doProlog(unknown_6, unknown_7, new_var8, new_var9, new_var10, new_var11, new_var12, unknown_13, unknown_14, unknown_15);

  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/pcre2/src/pcre2_jit_match_inc.h [] []
/src/httpd/modules/ssl/ssl_engine_vars.c [] []
/src/httpd/server/util_script.c [] []
/src/httpd/modules/metadata/mod_setenvif.c [] []
/src/expat-2.4.1/lib/xmltok_impl.c [] []
/src/httpd/server/eoc_bucket.c [] []
/src/httpd/modules/aaa/mod_authnz_ldap.c [] []
/src/pcre2/src/pcre2_convert.c [] []
/src/httpd/modules/http2/h2_headers.c [] []
/src/httpd/server/util_fcgi.c [] []
/src/httpd/modules/md/md_json.c [] []
/src/httpd/modules/filters/mod_filter.c [] []
/src/httpd/modules/http2/h2_workers.c [] []
/src/httpd/modules/filters/mod_buffer.c [] []
/src/expat-2.4.1/tests/runtests.c [] []
/src/httpd/test/unit/util.c [] []
/src/httpd/modules/arch/netware/libprews.c [] []
/src/httpd/modules/dav/fs/lock.c [] []
/src/httpd/test/httpdunit.c [] []
/src/pcre2/src/pcre2_jit_misc_inc.h [] []
/src/pcre2/maint/utf8.c [] []
/src/httpd/modules/test/mod_optional_fn_import.c [] []
/src/expat-2.4.1/xmlwf/readfilemap.c [] []
/src/httpd/modules/md/md_crypt.c [] []
/src/httpd/modules/http2/h2_request.c [] []
/src/httpd/modules/debugging/mod_firehose.c [] []
/src/httpd/modules/core/mod_watchdog.c [] []
/src/httpd/modules/cache/mod_cache_disk.c [] []
/src/httpd/modules/ldap/util_ldap.c [] []
/src/httpd/modules/loggers/mod_logio.c [] []
/src/httpd/modules/ssl/ssl_engine_init.c [] []
/src/httpd/server/config.c ['fuzz_request.c'] ['fuzz_request.c']
/src/httpd/modules/md/md_util.c [] []
/src/httpd/server/util_regex.c [] []
/src/httpd/server/main.c [] []
/src/expat-2.4.1/examples/elements.c [] []
/src/fuzz_addr_parse.c ['fuzz_addr_parse.c'] ['fuzz_addr_parse.c']
/src/httpd/modules/arch/netware/mod_nw_ssl.c [] []
/src/httpd/modules/filters/mod_crypto.c [] []
/src/expat-2.4.1/lib/xmlparse.c [] []
/src/httpd/support/fcgistarter.c [] []
/src/httpd/modules/examples/mod_case_filter_in.c [] []
/src/httpd/modules/md/md_ocsp.c [] []
/src/httpd/server/util_debug.c ['fuzz_request.c', 'fuzz_utils.c'] []
/src/httpd/support/passwd_common.c [] []
/src/httpd/modules/aaa/mod_autht_core.c [] []
/src/httpd/modules/aaa/mod_authn_dbm.c [] []
/src/httpd/modules/aaa/mod_authn_file.c [] []
/src/httpd/server/ssl.c [] []
/src/pcre2/src/pcre2_compile.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/md/md_acme_drive.c [] []
/src/httpd/modules/proxy/mod_serf.c [] []
/src/httpd/modules/cache/mod_cache_socache.c [] []
/src/httpd/server/protocol.c ['fuzz_request.c'] ['fuzz_request.c']
/src/httpd/modules/mappers/mod_dir.c [] []
/src/httpd/modules/md/md_acmev2_drive.c [] []
/src/httpd/modules/generators/mod_suexec.c [] []
/src/fuzz_preq.c ['fuzz_preq.c'] ['fuzz_preq.c']
/src/httpd/modules/aaa/mod_auth_bearer.c [] []
/src/httpd/modules/aaa/mod_authn_socache.c [] []
/src/httpd/modules/aaa/mod_allowmethods.c [] []
/src/httpd/modules/arch/unix/mod_unixd.c [] []
/src/httpd/modules/proxy/mod_proxy.c [] []
/src/httpd/modules/dav/main/std_liveprop.c [] []
/src/httpd/modules/md/md_tailscale.c [] []
/src/httpd/modules/proxy/mod_proxy_uwsgi.c [] []
/src/httpd/modules/dav/main/liveprop.c [] []
/src/httpd/modules/loggers/mod_syslog.c [] []
/src/httpd/include/apreq_module.h [] []
/src/httpd/support/firehose.c [] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_heartbeat.c [] []
/src/httpd/modules/ssl/mod_ssl_ct.c [] []
/src/httpd/server/mpm_common.c [] []
/src/httpd/support/suexec.c [] []
/src/httpd/modules/generators/mod_cgid.c [] []
/src/httpd/server/apreq_param.c [] []
/src/httpd/modules/http2/h2_config.c [] []
/src/expat-2.4.1/lib/xmltok.c [] []
/src/httpd/test/unit/authn.c [] []
/src/httpd/support/htdigest.c [] []
/src/httpd/modules/loggers/mod_log_json.c [] []
/src/httpd/modules/arch/win32/mod_isapi.c [] []
/src/httpd/modules/ldap/util_ldap_cache_mgr.c [] []
/src/httpd/modules/mappers/mod_imagemap.c [] []
/src/httpd/modules/http/http_core.c [] []
/src/httpd/modules/ssl/ssl_scache.c [] []
/src/httpd/modules/filters/mod_brotli.c [] []
/src/fuzz_tokenize.c ['fuzz_tokenize.c'] ['fuzz_tokenize.c']
/src/httpd/server/util_cfgtree.c [] []
/src/httpd/modules/md/md_log.c [] []
/src/httpd/modules/filters/mod_proxy_html.c [] []
/src/httpd/modules/session/mod_session.c [] []
/src/httpd/server/mpm/prefork/prefork.c [] []
/src/httpd/modules/dav/fs/dbm.c [] []
/src/pcre2/src/pcre2_substring.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/http2/h2_proxy_session.c [] []
/src/httpd/modules/http/mod_mime.c [] []
/src/httpd/server/eor_bucket.c [] []
/src/httpd/server/util_expr_parse.c [] []
/src/expat-2.4.1/lib/xmltok_ns.c [] []
/src/httpd/modules/core/mod_macro.c [] []
/src/pcre2/src/pcre2test.c [] []
/src/httpd/modules/aaa/mod_authz_groupfile.c [] []
/src/httpd/server/mpm_unix.c [] []
/src/expat-2.4.1/lib/expat.h [] []
/src/httpd/modules/generators/mod_cgi.c [] []
/src/httpd/modules/loggers/mod_journald.c [] []
/src/httpd/modules/mappers/mod_negotiation.c [] []
/src/pcre2/src/pcre2_jit_test.c [] []
/src/pcre2/src/pcre2_compile_class.c [] []
/src/httpd/os/win32/ap_regkey.c [] []
/src/httpd/modules/md/md_reg.c [] []
/src/httpd/server/mpm/winnt/nt_eventlog.c [] []
/src/httpd/modules/md/mod_md_drive.c [] []
/src/httpd/test/cls.c [] []
/src/httpd/modules/dav/fs/mod_dav_fs.c [] []
/src/pcre2/src/pcre2_pattern_info.c [] []
/src/httpd/modules/dav/main/util.c [] []
/src/expat-2.4.1/tests/memcheck.c [] []
/src/httpd/modules/md/md_event.c [] []
/src/httpd/include/apreq.h [] []
/src/httpd/server/mpm/netware/mpm_netware.c [] []
/src/httpd/modules/ssl/ssl_engine_log.c [] []
/src/httpd/server/mpm/mpmt_os2/mpmt_os2.c [] []
/src/fuzz_request.c ['fuzz_request.c'] ['fuzz_request.c']
/src/httpd/modules/filters/mod_charset_lite.c [] []
/src/httpd/modules/filters/sed0.c [] []
/src/httpd/modules/http2/h2_c2.c [] []
/src/httpd/modules/md/md_store_fs.c [] []
/src/httpd/modules/proxy/ajp_utils.c [] []
/src/httpd/modules/http2/h2_protocol.c [] []
/src/httpd/modules/cache/mod_socache_shmcb.c [] []
/src/httpd/modules/ssl/ssl_ct_log_config.c [] []
/src/httpd/modules/aaa/mod_authz_user.c [] []
/src/httpd/include/apreq_util.h [] []
/src/httpd/support/htcacheclean.c [] []
/src/httpd/modules/apreq/handle.c [] []
/src/httpd/modules/filters/mod_ext_filter.c [] []
/src/httpd/os/bs2000/ebcdic.c [] []
/src/httpd/modules/filters/regexp.c [] []
/src/httpd/modules/http2/h2_stream.c [] []
/src/httpd/support/htpasswd.c [] []
/src/httpd/modules/md/md_curl.c [] []
/src/pcre2/src/pcre2grep.c [] []
/src/pcre2/src/pcre2_match_next.c [] []
/src/httpd/server/mpm/worker/worker.c [] []
/src/httpd/server/util_xml.c [] []
/src/httpd/modules/md/mod_md_ocsp.c [] []
/src/httpd/modules/md/md_acme_order.c [] []
/src/httpd/modules/ssl/ssl_util_stapling.c [] []
/src/httpd/server/mpm/simple/simple_api.c [] []
/src/httpd/modules/database/mod_dbd.c [] []
/src/httpd/modules/http2/h2_bucket_eos.c [] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_bytraffic.c [] []
/src/httpd/modules/md/md_status.c [] []
/src/httpd/modules/generators/mod_info.c [] []
/src/httpd/modules/echo/mod_echo.c [] []
/src/httpd/server/log.c [] []
/src/httpd/modules/filters/mod_deflate.c [] []
/src/httpd/modules/session/mod_session_cookie.c [] []
/src/httpd/server/util_md5.c [] []
/src/httpd/modules/cache/cache_util.c [] []
/src/httpd/include/apreq_cookie.h [] []
/src/httpd/modules/ssl/ssl_util_ocsp.c [] []
/src/httpd/modules/slotmem/mod_slotmem_plain.c [] []
/src/httpd/test/pyhttpd/mod_aptest/mod_aptest.c [] []
/src/fuzz_parse.c ['fuzz_parse.c'] ['fuzz_parse.c']
/src/pcre2/src/pcre2_substitute.c [] []
/src/httpd/test/unit/base64.c [] []
/src/httpd/modules/metadata/mod_ident.c [] []
/src/httpd/modules/aaa/mod_authn_dbd.c [] []
/src/httpd/test/modules/http1/mod_h1test/mod_h1test.c [] []
/src/httpd/modules/test/mod_dialup.c [] []
/src/httpd/modules/dav/fs/quota.c [] []
/src/httpd/modules/http/http_protocol.c ['fuzz_request.c'] ['fuzz_request.c']
/src/fuzz_utils.c ['fuzz_utils.c'] ['fuzz_utils.c']
/src/httpd/modules/http/http_filters.c [] []
/src/httpd/modules/http/http_request.c [] []
/src/httpd/modules/metadata/mod_cern_meta.c [] []
/src/pcre2/src/pcre2_fuzzsupport.c ['pcre2pcre2_fuzzsupport.c'] ['pcre2pcre2_fuzzsupport.c']
/src/httpd/include/apreq_parser.h [] []
/src/httpd/modules/arch/unix/mod_privileges.c [] []
/src/httpd/modules/lua/lua_vmprep.c [] []
/src/httpd/os/win32/util_win32.c [] []
/src/httpd/modules/ssl/ssl_engine_config.c [] []
/src/httpd/modules/md/md_acme_acct.c [] []
/src/httpd/modules/dav/main/ms_wdv.c [] []
/src/httpd/modules/proxy/mod_proxy_hcheck.c [] []
/src/httpd/modules/md/md_http.c [] []
/src/httpd/modules/metadata/mod_expires.c [] []
/src/httpd/modules/md/md_acme_authz.c [] []
/src/httpd/server/util_time.c [] []
/src/httpd/include/http_protocol.h [] []
/src/httpd/modules/core/mod_so.c [] []
/src/httpd/modules/filters/mod_ratelimit.c [] []
/src/pcre2/src/pcre2_match_data.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/aaa/mod_autht_jwt.c [] []
/src/httpd/modules/arch/unix/mod_systemd.c [] []
/src/httpd/modules/http2/h2_bucket_beam.c [] []
/src/httpd/modules/http2/h2_switch.c [] []
/src/httpd/modules/cache/mod_socache_redis.c [] []
/src/httpd/modules/ssl/ssl_util_ssl.c [] []
/src/httpd/server/core_filters.c [] []
/src/httpd/modules/md/md_result.c [] []
/src/httpd/modules/http2/h2_util.c [] []
/src/httpd/server/apreq_error.c [] []
/src/httpd/server/mpm/mpmt_os2/mpmt_os2_child.c [] []
/src/httpd/modules/proxy/mod_proxy_wstunnel.c [] []
/src/httpd/modules/cache/mod_socache_memcache.c [] []
/src/httpd/modules/filters/mod_substitute.c [] []
/src/httpd/modules/dav/lock/mod_dav_lock.c [] []
/src/httpd/test/time-sem.c [] []
/src/pcre2/src/pcre2posix.c [] []
/src/httpd/modules/http2/mod_proxy_http2.c [] []
/src/httpd/test/modules/http2/mod_h2test/mod_h2test.c [] []
/src/httpd/modules/metadata/mod_version.c [] []
/src/httpd/modules/filters/mod_reflector.c [] []
/src/httpd/modules/proxy/ajp_header.c [] []
/src/httpd/modules/filters/mod_sed.c [] []
/src/pcre2/src/pcre2_printint_inc.h [] []
/src/httpd/modules/filters/mod_request.c [] []
/src/pcre2/src/pcre2_maketables.c [] []
/src/httpd/test/unit/mod_auth_digest.c [] []
/src/httpd/server/headers_bucket.c [] []
/src/httpd/server/mpm_fdqueue.c [] []
/src/httpd/os/os2/util_os2.c [] []
/src/httpd/modules/apreq/apreq_private_apache2.h [] []
/src/httpd/modules/metadata/mod_env.c [] []
/src/httpd/server/apreq_util.c [] []
/src/httpd/server/util.c ['fuzz_request.c', 'fuzz_utils.c'] ['fuzz_request.c', 'fuzz_utils.c']
/src/httpd/modules/test/mod_optional_hook_import.c [] []
/src/httpd/modules/proxy/examples/mod_lbmethod_rr.c [] []
/src/httpd/modules/examples/mod_example_ipc.c [] []
/src/httpd/modules/aaa/mod_auth_basic.c [] []
/src/httpd/modules/mappers/mod_vhost_alias.c [] []
/src/httpd/modules/dav/main/mod_dav.c [] []
/src/httpd/modules/dav/main/props.c [] []
/src/httpd/modules/mappers/mod_rewrite.c [] []
/src/httpd/modules/lua/lua_config.c [] []
/src/httpd/modules/proxy/mod_proxy_fdpass.c [] []
/src/httpd/test/test_parser.c [] []
/src/httpd/server/mpm/winnt/service.c [] []
/src/httpd/server/mpm/simple/simple_io.c [] []
/src/httpd/server/vhost.c [] []
/src/httpd/modules/http2/h2_conn_ctx.c [] []
/src/httpd/modules/http2/h2_c1.c [] []
/src/fuzz_uri.c ['fuzz_uri.c'] ['fuzz_uri.c']
/src/httpd/server/apreq_module_cgi.c [] []
/src/httpd/modules/ssl/ssl_engine_pphrase.c [] []
/src/httpd/modules/http2/h2_c1_io.c [] []
/src/httpd/modules/aaa/mod_authz_core.c [] []
/src/httpd/modules/http2/h2_proxy_util.c [] []
/src/httpd/support/httxt2dbm.c [] []
/src/httpd/modules/ssl/ssl_engine_io.c [] []
/src/httpd/server/error_bucket.c [] []
/src/expat-2.4.1/xmlwf/xmlwf.c [] []
/src/httpd/server/util_ebcdic.c [] []
/src/httpd/modules/proxy/mod_proxy_scgi.c [] []
/src/httpd/modules/http2/h2_session.c [] []
/src/httpd/modules/arch/netware/mod_netware.c [] []
/src/httpd/modules/filters/mod_reqtimeout.c [] []
/src/httpd/modules/ssl/ssl_engine_mutex.c [] []
/src/httpd/modules/dav/fs/repos.c [] []
/src/httpd/server/apreq_cookie.c [] []
/src/expat-2.4.1/lib/siphash.h [] []
/src/httpd/support/htdbm.c [] []
/src/httpd/modules/cluster/mod_heartbeat.c [] []
/src/httpd/server/apreq_module_custom.c [] []
/src/httpd/modules/cache/mod_socache_dc.c [] []
/src/expat-2.4.1/lib/xmlrole.c [] []
/src/httpd/modules/apreq/filter.c [] []
/src/httpd/server/mpm/motorz/motorz.c [] []
/src/httpd/modules/http2/h2_c2_filter.c [] []
/src/pcre2/src/pcre2_serialize.c [] []
/src/pcre2/src/pcre2_context.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_byrequests.c [] []
/src/httpd/modules/ssl/ssl_engine_rand.c [] []
/src/httpd/modules/lua/lua_dbd.c [] []
/src/httpd/modules/filters/mod_data.c [] []
/src/httpd/server/mpm/event/event.c [] []
/src/httpd/modules/ssl/ssl_engine_ocsp.c [] []
/src/httpd/modules/md/md_time.c [] []
/src/httpd/modules/cache/mod_socache_dbm.c [] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_bybusyness.c [] []
/src/expat-2.4.1/examples/outline.c [] []
/src/pcre2/maint/ucptest.c [] []
/src/httpd/modules/http2/mod_http2.c [] []
/src/httpd/modules/aaa/mod_authz_dbd.c [] []
/src/httpd/server/buildmark.c [] []
/src/fuzz-headers/lang/c/ada_fuzz_header.h ['fuzz_preq.c', 'fuzz_request.c', 'fuzz_uri.c', 'fuzz_utils.c'] ['fuzz_preq.c', 'fuzz_request.c', 'fuzz_uri.c', 'fuzz_utils.c']
/src/httpd/modules/filters/sed1.c [] []
/src/httpd/modules/generators/mod_autoindex.c [] []
/src/httpd/modules/dav/lock/locks.c [] []
/src/httpd/support/win32/wintty.c [] []
/src/httpd/server/util_mutex.c [] []
/src/httpd/modules/http2/h2_ws.c [] []
/src/httpd/modules/generators/mod_asis.c [] []
/src/httpd/modules/lua/lua_passwd.c [] []
/src/httpd/modules/http/chunk_filter.c [] []
/src/httpd/modules/mappers/mod_userdir.c [] []
/src/httpd/os/unix/unixd.c [] []
/src/expat-2.4.1/xmlwf/xmlfile.c [] []
/src/pcre2/src/pcre2_compile_cgroup.c [] []
/src/httpd/server/mpm/simple/simple_core.c [] []
/src/pcre2/src/pcre2_jit_simd_inc.h ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/md/mod_md_os.c [] []
/src/httpd/modules/md/mod_md_config.c [] []
/src/httpd/modules/md/md_core.c [] []
/src/httpd/server/mpm/simple/simple_run.c [] []
/src/httpd/modules/aaa/mod_authz_host.c [] []
/src/expat-2.4.1/tests/structdata.c [] []
/src/pcre2/src/pcre2_jit_char_inc.h ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/aaa/mod_authz_dbm.c [] []
/src/httpd/modules/proxy/mod_proxy_ftp.c [] []
/src/httpd/modules/metadata/mod_remoteip.c [] []
/src/httpd/modules/ssl/ssl_engine_kernel.c [] []
/src/httpd/server/apreq_module.c [] []
/src/httpd/modules/ssl/ssl_ct_sct.c [] []
/src/httpd/os/bs2000/os.c [] []
/src/pcre2/src/pcre2_match.c [] []
/src/httpd/server/request.c [] []
/src/pcre2/src/pcre2_config.c [] []
/src/pcre2/src/pcre2_auto_possess.c [] []
/src/pcre2/src/pcre2_study.c [] []
/src/httpd/modules/mappers/mod_alias.c [] []
/src/httpd/modules/mappers/mod_actions.c [] []
/src/httpd/modules/proxy/proxy_util.c [] []
/src/expat-2.4.1/xmlwf/win32filemap.c [] []
/src/httpd/modules/slotmem/mod_slotmem_shm.c [] []
/src/httpd/support/ab.c [] []
/src/expat-2.4.1/xmlwf/ct.c [] []
/src/expat-2.4.1/tests/minicheck.c [] []
/src/httpd/modules/arch/win32/mod_win32.c [] []
/src/httpd/modules/experimental/mod_noloris.c [] []
/src/httpd/server/util_etag.c [] []
/src/httpd/modules/loggers/mod_log_debug.c [] []
/src/httpd/modules/session/mod_session_crypto.c [] []
/src/httpd/server/apreq_parser_multipart.c [] []
/src/httpd/modules/filters/mod_include.c [] []
/src/httpd/modules/test/mod_optional_hook_export.c [] []
/src/pcre2/src/pcre2_jit_compile.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/server/provider.c [] []
/src/httpd/modules/cache/mod_file_cache.c [] []
/src/httpd/modules/proxy/mod_proxy_fcgi.c [] []
/src/httpd/modules/aaa/mod_authn_anon.c [] []
/src/httpd/modules/aaa/mod_allowhandlers.c [] []
/src/expat-2.4.1/xmlwf/codepage.c [] []
/src/httpd/modules/debugging/mod_dumpio.c [] []
/src/httpd/modules/generators/cgi_common.h [] []
/src/httpd/modules/md/md_store.c [] []
/src/httpd/server/connection.c [] []
/src/httpd/support/logresolve.c [] []
/src/httpd/modules/examples/mod_example_hooks.c [] []
/src/httpd/modules/ssl/mod_ssl.c [] []
/src/httpd/server/apreq_parser.c ['fuzz_preq.c'] ['fuzz_preq.c']
/src/httpd/modules/proxy/mod_proxy_ajp.c [] []
/src/httpd/modules/lua/mod_lua.c [] []
/src/httpd/server/util_cookies.c [] []
/src/httpd/modules/aaa/mod_authn_core.c [] []
/src/httpd/modules/loggers/mod_log_config.c [] []
/src/httpd/modules/ssl/ssl_util.c [] []
/src/httpd/modules/debugging/mod_bucketeer.c [] []
/src/httpd/modules/generators/mod_status.c [] []
/src/httpd/server/core.c ['fuzz_utils.c'] []
/src/httpd/test/clients/h2ws.c [] []
/src/httpd/modules/lua/lua_request.c [] []
/src/httpd/modules/md/mod_md_status.c [] []
/src/httpd/include/apreq_param.h [] []
/src/httpd/modules/dav/main/providers.c [] []
/src/httpd/modules/ssl/ssl_ct_util.c [] []
/src/httpd/modules/test/mod_optional_fn_export.c [] []
/src/httpd/modules/aaa/mod_auth_form.c [] []
/src/pcre2/src/pcre2_jit_neon_inc.h [] []
/src/httpd/modules/mappers/mod_speling.c [] []
/src/httpd/modules/aaa/mod_authnz_fcgi.c [] []
/src/httpd/server/apreq_parser_header.c [] []
/src/httpd/modules/md/md_jws.c [] []
/src/httpd/modules/cache/cache_storage.c [] []
/src/httpd/modules/proxy/ajp_link.c [] []
/src/httpd/server/mpm/simple/simple_children.c [] []
/src/httpd/modules/proxy/mod_proxy_balancer.c [] []
/src/httpd/server/listen.c [] []
/src/httpd/support/rotatelogs.c [] []
/src/httpd/server/mpm/winnt/child.c [] []
/src/httpd/modules/http/byterange_filter.c [] []
/src/httpd/modules/md/md_acme.c [] []
/src/httpd/modules/cache/mod_cache.c [] []
/src/httpd/server/mpm/simple/simple_event.c [] []
/src/httpd/modules/dav/main/util_lock.c [] []
/src/httpd/modules/proxy/mod_proxy_connect.c [] []
/src/httpd/server/util_filter.c [] []
/src/httpd/modules/metadata/mod_usertrack.c [] []
/src/httpd/server/mpm/winnt/mpm_winnt.c [] []
/src/pcre2/src/pcre2_dfa_match.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/cluster/mod_heartmonitor.c [] []
/src/httpd/modules/aaa/mod_authz_owner.c [] []
/src/expat-2.4.1/tests/chardata.c [] []
/src/httpd/modules/proxy/mod_proxy_express.c [] []
/src/httpd/modules/ldap/util_ldap_cache.c [] []
/src/httpd/os/netware/util_nw.c [] []
/src/httpd/modules/proxy/mod_proxy_http.c [] []
/src/httpd/modules/test/mod_policy.c [] []
/src/httpd/modules/session/mod_session_dbd.c [] []
/src/httpd/modules/lua/lua_apr.c [] []
/src/httpd/modules/aaa/mod_access_compat.c [] []
/src/pcre2/src/pcre2_valid_utf.c [] []
/src/httpd/modules/md/mod_md.c [] []
/src/httpd/modules/metadata/mod_headers.c [] []
/src/httpd/server/util_expr_scan.c ['fuzz_parse.c'] ['fuzz_parse.c']
/src/httpd/server/util_pcre.c [] []
/src/httpd/modules/examples/mod_case_filter.c [] []
/src/httpd/server/apreq_parser_urlencoded.c [] []
/src/httpd/modules/loggers/mod_log_forensic.c [] []
/src/httpd/modules/http2/h2_push.c [] []
/src/httpd/modules/metadata/mod_mime_magic.c [] []
/src/httpd/modules/metadata/mod_unique_id.c [] []
/src/httpd/modules/http2/h2_mplx.c [] []
/src/pcre2/src/pcre2_dftables.c [] []
/src/httpd/modules/aaa/mod_auth_digest.c [] []
/src/httpd/modules/proxy/ajp_msg.c [] []
/src/httpd/support/win32/ApacheMonitor.c [] []
/src/httpd/modules/filters/mod_xml2enc.c [] []
/src/httpd/server/scoreboard.c [] []
/src/httpd/server/util_expr_eval.c ['fuzz_parse.c'] ['fuzz_parse.c']

Directories in report

Directory
/src/httpd/modules/loggers/
/src/httpd/modules/slotmem/
/src/httpd/modules/debugging/
/src/expat-2.4.1/examples/
/src/httpd/modules/proxy/
/src/httpd/server/mpm/simple/
/src/httpd/os/netware/
/src/httpd/modules/echo/
/src/httpd/test/modules/http2/mod_h2test/
/src/httpd/modules/test/
/src/httpd/server/mpm/motorz/
/src/httpd/test/clients/
/src/
/src/httpd/modules/http/
/src/pcre2/maint/
/src/httpd/modules/ssl/
/src/httpd/modules/generators/
/src/httpd/modules/examples/
/src/httpd/modules/dav/lock/
/src/httpd/modules/experimental/
/src/httpd/modules/metadata/
/src/httpd/modules/arch/win32/
/src/httpd/support/
/src/httpd/modules/dav/fs/
/src/httpd/modules/mappers/
/src/httpd/modules/cache/
/src/httpd/include/
/src/httpd/modules/session/
/src/httpd/test/
/src/httpd/modules/core/
/src/httpd/os/win32/
/src/httpd/test/pyhttpd/mod_aptest/
/src/expat-2.4.1/tests/
/src/httpd/modules/filters/
/src/pcre2/src/
/src/httpd/os/bs2000/
/src/fuzz-headers/lang/c/
/src/httpd/modules/database/
/src/httpd/modules/arch/netware/
/src/httpd/modules/arch/unix/
/src/httpd/test/modules/http1/mod_h1test/
/src/expat-2.4.1/lib/
/src/httpd/os/os2/
/src/httpd/server/mpm/prefork/
/src/httpd/modules/proxy/balancers/
/src/httpd/os/unix/
/src/httpd/modules/apreq/
/src/httpd/server/mpm/worker/
/src/httpd/modules/http2/
/src/httpd/test/unit/
/src/httpd/modules/lua/
/src/expat-2.4.1/xmlwf/
/src/httpd/support/win32/
/src/httpd/server/mpm/mpmt_os2/
/src/httpd/server/
/src/httpd/modules/ldap/
/src/httpd/modules/dav/main/
/src/httpd/server/mpm/winnt/
/src/httpd/modules/proxy/examples/
/src/httpd/server/mpm/netware/
/src/httpd/modules/cluster/
/src/httpd/modules/aaa/
/src/httpd/server/mpm/event/
/src/httpd/modules/md/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
fuzz_preq.c fuzzerLogFile-5.data fuzzerLogFile-5.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
fuzz_parse.c fuzzerLogFile-4.data fuzzerLogFile-4.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
fuzz_request.c fuzzerLogFile-1.data fuzzerLogFile-1.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
pcre2pcre2_fuzzsupport.c fuzzerLogFile-7.data fuzzerLogFile-7.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
fuzz_tokenize.c fuzzerLogFile-3.data fuzzerLogFile-3.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
fuzz_uri.c fuzzerLogFile-6.data fuzzerLogFile-6.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
fuzz_utils.c fuzzerLogFile-2.data fuzzerLogFile-2.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport
fuzz_addr_parse.c fuzzerLogFile-0.data fuzzerLogFile-0.data.yaml fuzz_uri.covreport , fuzz_addr_parse.covreport , fuzz_tokenize.covreport , fuzz_request.covreport , fuzz_preq.covreport , fuzz_parse.covreport , fuzz_utils.covreport