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_addr_parse

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

Runtime coverage analysis

Covered functions
34
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 9

Fuzzer: fuzz_parse

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 59 67.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 29 32.9%
All colors 88 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
55 29 ap_expr_parse call site: 00029 expr_dump_tree
2 4 LLVMFuzzerTestOneInput call site: 00004
2 22 ap_expr_yylex_destroy call site: 00022 ap_expr_yy_delete_buffer

Runtime coverage analysis

Covered functions
77
Functions that are reachable but not covered
16
Reachable functions
32
Percentage of reachable functions covered
50.0%
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 9
httpd/server/util_expr_eval.c 17
httpd/server/util_expr_scan.c 9

Fuzzer: fuzz_uri

Call tree

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

Call tree overview bitmap:

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

Runtime coverage analysis

Covered functions
45
Functions that are reachable but not covered
4
Reachable functions
15
Percentage of reachable functions covered
73.33%
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 11
fuzz-headers/lang/c/ada_fuzz_header.h 4

Fuzzer: fuzz_utils

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 51 18.4%
gold [1:9] 2 0.72%
yellow [10:29] 1 0.36%
greenyellow [30:49] 5 1.80%
lawngreen 50+ 218 78.7%
All colors 277 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
20 200 substring_conf call site: 00200 substring_conf
7 248 ap_cfg_getline_core call site: 00248 hextoint
7 257 ap_cfg_getline_core call site: 00257 array_getch
6 38 ap_normalize_path call site: 00038
2 119 ap_escape_html2 call site: 00119
2 175 ap_parse_token_list_strict call site: 00175 ap_strchr_c
2 269 cfg_trim_line call site: 00269 ap_log_error
1 46 ap_normalize_path call site: 00046 AP_IS_SLASH
1 72 ap_content_type_tolower call site: 00072
1 77 ap_escape_path_segment_buffer call site: 00077
1 110 LLVMFuzzerTestOneInput call site: 00110
1 165 LLVMFuzzerTestOneInput call site: 00165 find_last_token

Runtime coverage analysis

Covered functions
119
Functions that are reachable but not covered
47
Reachable functions
118
Percentage of reachable functions covered
60.17%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
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 54
fuzz-headers/lang/c/ada_fuzz_header.h 4
httpd/server/util.c 63
httpd/modules/mappers/mod_rewrite.c 1
httpd/server/core.c 12
httpd/modules/metadata/mod_mime_magic.c 5
httpd/modules/core/mod_macro.c 4

Fuzzer: fuzz_tokenize

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

Runtime coverage analysis

Covered functions
31
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 9

Fuzzer: fuzz_request

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 2.63%
gold [1:9] 25 13.1%
yellow [10:29] 13 6.84%
greenyellow [30:49] 7 3.68%
lawngreen 50+ 140 73.6%
All colors 190 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 127 rrl_log_error call site: 00127 ap_log_rerror
1 102 tokenize_request_line call site: 00102
1 158 ap_parse_uri call site: 00158 strchr
1 166 ap_assign_request_line call site: 00166 ap_strchr_c

Runtime coverage analysis

Covered functions
106
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 19
fuzz-headers/lang/c/ada_fuzz_header.h 4
httpd/modules/http/http_protocol.c 20
httpd/server/protocol.c 31
httpd/server/config.c 2
httpd/server/util.c 1

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 6494 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 6495 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
6494 0 EP call site: 00000 pcre2_compile

Runtime coverage analysis

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

Files reached

filename functions hit
pcre2pcre2_fuzzsupport.c 30
pcre2pcre2_context.c 2
pcre2pcre2_newline.c 1
pcre2pcre2_compile.c 76
httpd/modules/aaa/mod_auth_digest.c 2
httpd/modules/ldap/util_ldap_cache.c 2
httpd/modules/ldap/util_ldap_cache_mgr.c 4
pcre2pcre2_printint_inc.h 20
pcre2pcre2_jit_compile.c 182
pcre2pcre2_jit_simd_inc.h 27
pcre2pcre2_jit_char_inc.h 62
pcre2pcre2_match_data.c 2
pcre2pcre2_match.c 18
pcre2pcre2_jit_match_inc.h 7
httpd/modules/metadata/mod_mime_magic.c 24
httpd/support/ab.c 2
pcre2pcre2_substring.c 6
pcre2pcre2_dfa_match.c 37
httpd/modules/md/md_jws.c 5
httpd/modules/md/md_crypt.c 19
httpd/modules/md/md_util.c 8
httpd/modules/dav/main/util.c 2

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*'] 27 0 91 30 29 514 0 4022 1869
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'] 11 0 739 226 262 128 15 1164 1164
proxy_fcgi_handler /src/httpd/modules/proxy/mod_proxy_fcgi.c 6 ['request_rec*', 'proxy_worker*', 'proxy_server_conf*', 'char*', 'char*', 'apr_port_t'] 26 0 78 17 26 570 0 3805 1064

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

Functions statically reachable by fuzzers
10.0%
871 / 8680
Cyclomatic complexity statically reachable by fuzzers
24.0%
11808 / 49192

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 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_addr_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=['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', 'LLVMFuzzerTestOneInput', 'ap_expr_yylex_destroy']

fuzz_uri.c

Dictionary

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


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_cfg_getline_core', 'ap_normalize_path', 'ap_escape_html2', 'ap_parse_token_list_strict', 'cfg_trim_line', 'ap_content_type_tolower', 'ap_escape_path_segment_buffer']

fuzz_tokenize.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_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=['rrl_log_error', 'tokenize_request_line', 'ap_parse_uri', 'ap_assign_request_line']

pcre2pcre2_fuzzsupport.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();
}

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_1;
  UNKNOWN_TYPE unknown_2;
  char *new_var3 = ada_safe_get_char_p();
  char *new_var4 = ada_safe_get_char_p();
  int new_var5 = ada_safe_get_int();
  char *new_var6 = ada_safe_get_char_p();
  char **new_var7 = af_get_double_char_p();
  UNKNOWN_TYPE unknown_8;
  UNKNOWN_TYPE unknown_9;
  UNKNOWN_TYPE unknown_10;
  doProlog(unknown_1, unknown_2, new_var3, new_var4, new_var5, new_var6, new_var7, unknown_8, unknown_9, unknown_10);

  af_safe_gb_cleanup();
}

mod_proxy_fcgi.c

Target file: /src/httpd/modules/proxy/mod_proxy_fcgi.c
Target functions: proxy_fcgi_handler
#include "ada_fuzz_header.h"

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

  /* target proxy_fcgi_handler */
  UNKNOWN_TYPE unknown_11;
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  char *new_var14 = ada_safe_get_char_p();
  char *new_var15 = ada_safe_get_char_p();
  UNKNOWN_TYPE unknown_16;
  proxy_fcgi_handler(unknown_11, unknown_12, unknown_13, new_var14, new_var15, unknown_16);

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

Directories in report

Directory
/src/httpd/server/
/src/httpd/modules/arch/unix/
/src/httpd/server/mpm/worker/
/src/pcre2/maint/
/src/httpd/modules/loggers/
/src/httpd/docs/manual/developer/
/src/httpd/modules/slotmem/
/src/httpd/modules/test/
/src/httpd/os/bs2000/
/src/
/src/httpd/test/pyhttpd/mod_aptest/
/src/httpd/test/clients/
/src/httpd/modules/proxy/
/src/httpd/modules/session/
/src/httpd/server/mpm/netware/
/src/httpd/modules/core/
/src/fuzz-headers/lang/c/
/src/httpd/modules/arch/netware/
/src/httpd/test/pytest_suite/c-modules/test_apr_uri/
/src/httpd/support/
/src/httpd/modules/lua/
/src/httpd/modules/database/
/src/httpd/modules/cluster/
/src/expat-2.4.1/tests/
/src/httpd/modules/aaa/
/src/httpd/modules/dav/fs/
/src/httpd/modules/filters/
/src/expat-2.4.1/examples/
/src/httpd/modules/http/
/src/httpd/include/
/src/httpd/support/win32/
/src/httpd/server/mpm/prefork/
/src/httpd/modules/cache/
/src/httpd/test/pytest_suite/c-modules/random_chunk/
/src/pcre2/maint/cmake-tests/install-interface/
/src/httpd/server/mpm/simple/
/src/httpd/modules/dav/main/
/src/httpd/server/mpm/winnt/
/src/httpd/os/win32/
/src/httpd/os/unix/
/src/httpd/modules/proxy/balancers/
/src/httpd/test/pytest_suite/c-modules/input_body_filter/
/src/httpd/modules/examples/
/src/httpd/test/pytest_suite/c-modules/
/src/httpd/modules/ldap/
/src/httpd/test/pytest_suite/c-modules/test_ssl/
/src/httpd/test/pytest_suite/c-modules/client_add_filter/
/src/httpd/test/pytest_suite/c-modules/nntp_like/
/src/httpd/server/mpm/mpmt_os2/
/src/httpd/server/mpm/motorz/
/src/httpd/modules/generators/
/src/httpd/test/pytest_suite/c-modules/fold/
/src/httpd/test/pytest_suite/c-modules/test_session/
/src/httpd/test/pytest_suite/c-modules/memory_track/
/src/httpd/modules/mappers/
/src/httpd/modules/ssl/
/src/httpd/test/pytest_suite/c-modules/list_modules/
/src/httpd/support/a2md/
/src/httpd/test/modules/http1/mod_h1test/
/src/httpd/test/pytest_suite/c-modules/echo_post_chunk/
/src/httpd/modules/experimental/
/src/httpd/test/unit/
/src/httpd/test/pytest_suite/c-modules/echo_post/
/src/httpd/modules/arch/win32/
/src/httpd/test/pytest_suite/c-modules/test_pass_brigade/
/src/httpd/modules/proxy/examples/
/src/httpd/modules/echo/
/src/httpd/test/pytest_suite/c-modules/eat_post/
/src/httpd/test/pytest_suite/c-modules/test_utilities/
/src/expat-2.4.1/lib/
/src/httpd/os/netware/
/src/httpd/modules/debugging/
/src/httpd/test/
/src/httpd/modules/metadata/
/src/httpd/modules/md/
/src/pcre2/src/
/src/httpd/test/modules/http2/mod_h2test/
/src/httpd/docs/log-message-tags/
/src/httpd/test/pytest_suite/c-modules/authany/
/src/httpd/test/pytest_suite/c-modules/test_rwrite/
/src/httpd/os/os2/
/src/httpd/modules/http2/
/src/expat-2.4.1/xmlwf/
/src/httpd/server/mpm/event/