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

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_str.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_crypto_ext.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_daemon.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_mhd2.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_libinfo.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_response.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_daemon_connection.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_connection.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
MHDT_server_run_external /src/mhd2/src/tests/client_server/libtest_convenience.c 3 ['void*', 'int', 'struct MHD_Daemon*'] 26 0 45 11 18 714 0 3186 1889
req_cb_process /src/mhd_helper.cpp 4 ['struct MHD_Request*', 'struct MHD_String*', 'enum MHD_HTTP_Method', 'uint_fast64_t'] 8 0 24 3 5 183 0 730 451
mhd_tls_multi_daemon_init /src/mhd2/src/mhd2/tls_multi_funcs.c 4 ['struct MHD_Daemon*', 'bool', 'struct DaemonOptions*', 'struct mhd_TlsMultiDaemonData**'] 8 0 259 84 53 185 0 318 301
create_bind_listen_stream_socket_inner /src/mhd2/src/mhd2/daemon_start.c 5 ['struct MHD_Daemon*', 'struct DaemonOptions*', 'bool', 'bool', 'enum MHD_StatusCode'] 2 0 393 94 107 23 3 234 215
run_usock_server /src/mhd2/src/tests/upgrade/test_upgrade.c 1 ['void*'] 7 0 11 3 2 77 0 257 125
process_params /src/mhd2/src/tools/perf_replies.c 2 ['int', 'char**'] 5 0 42 12 18 30 0 114 113
done_cb /src/mhd2/src/examples2/demo.c 3 ['struct MHD_Request*', 'void*', 'enum MHD_PostParseResult'] 7 0 76 13 28 82 0 222 109

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

Functions statically reachable by fuzzers
47.0%
948 / 2008
Cyclomatic complexity statically reachable by fuzzers
57.9%
5122 / 8831

All functions overview

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

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

Fuzz driver synthesis

New fuzzers

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

libtest_convenience.c

Target file: /src/mhd2/src/tests/client_server/libtest_convenience.c
Target functions: MHDT_server_run_external
#include "ada_fuzz_header.h"

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

  /* target MHDT_server_run_external */
  UNKNOWN_TYPE unknown_0;
  int new_var1 = ada_safe_get_int();
  structMHD_Daemon* new_var2 = calloc(sizeof(structMHD_Daemon), 1);
  MHDT_server_run_external(unknown_0, new_var1, new_var2);

  af_safe_gb_cleanup();
}

mhd_helper.cpp

Target file: /src/mhd_helper.cpp
Target functions: req_cb_process
#include "ada_fuzz_header.h"

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

  /* target req_cb_process */
  structMHD_Request* new_var3 = calloc(sizeof(structMHD_Request), 1);
  structMHD_String* new_var4 = calloc(sizeof(structMHD_String), 1);
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  req_cb_process(new_var3, new_var4, unknown_5, unknown_6);

  af_safe_gb_cleanup();
}

tls_multi_funcs.c

Target file: /src/mhd2/src/mhd2/tls_multi_funcs.c
Target functions: mhd_tls_multi_daemon_init
#include "ada_fuzz_header.h"

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

  /* target mhd_tls_multi_daemon_init */
  structMHD_Daemon* new_var7 = calloc(sizeof(structMHD_Daemon), 1);
  UNKNOWN_TYPE unknown_8;
  structDaemonOptions* new_var9 = calloc(sizeof(structDaemonOptions), 1);
  UNKNOWN_TYPE unknown_10;
  mhd_tls_multi_daemon_init(new_var7, unknown_8, new_var9, unknown_10);

  af_safe_gb_cleanup();
}

daemon_start.c

Target file: /src/mhd2/src/mhd2/daemon_start.c
Target functions: create_bind_listen_stream_socket_inner
#include "ada_fuzz_header.h"

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

  /* target create_bind_listen_stream_socket_inner */
  structMHD_Daemon* new_var11 = calloc(sizeof(structMHD_Daemon), 1);
  structDaemonOptions* new_var12 = calloc(sizeof(structDaemonOptions), 1);
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  create_bind_listen_stream_socket_inner(new_var11, new_var12, unknown_13, unknown_14, unknown_15);

  af_safe_gb_cleanup();
}

test_upgrade.c

Target file: /src/mhd2/src/tests/upgrade/test_upgrade.c
Target functions: run_usock_server
#include "ada_fuzz_header.h"

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

  /* target run_usock_server */
  UNKNOWN_TYPE unknown_16;
  run_usock_server(unknown_16);

  af_safe_gb_cleanup();
}

perf_replies.c

Target file: /src/mhd2/src/tools/perf_replies.c
Target functions: process_params
#include "ada_fuzz_header.h"

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

  /* target process_params */
  int new_var17 = ada_safe_get_int();
  char **new_var18 = af_get_double_char_p();
  process_params(new_var17, new_var18);

  af_safe_gb_cleanup();
}

demo.c

Target file: /src/mhd2/src/examples2/demo.c
Target functions: done_cb
#include "ada_fuzz_header.h"

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

  /* target done_cb */
  structMHD_Request* new_var19 = calloc(sizeof(structMHD_Request), 1);
  UNKNOWN_TYPE unknown_20;
  UNKNOWN_TYPE unknown_21;
  done_cb(new_var19, unknown_20, unknown_21);

  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/mhd2/src/mhd2/mhd_unreachable.h [] []
/src/mhd2/src/mhd2/daemon_logger.h [] []
/src/mhd2/src/mhd2/mempool_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/tests/mhdt_has_param.h [] []
/src/mhd2/src/mhd2/mhd_tls_internal.c [] []
/src/mhd2/doc/examples/simple_reply_fragment.c [] []
/src/mhd2/src/mhd2/h2/h2_proc_settings.c [] []
/src/mhd2/src/mhd2/h2/h2_frame_init.h [] []
/src/mhd2/src/mhd2/extr_events_funcs.h [] []
/src/mhd2/src/tools/mhdtl_str_to_uint.h [] []
/src/mhd2/src/mhd2/conn_get_info.c [] []
/src/mhd2/src/mhd2/mhd_send.c ['fuzz_mhd2.cpp', 'fuzz_libinfo.cpp'] []
/src/mhd2/src/tests/upgrade/test_upgrade.c [] []
/src/mhd2/src/mhd2/md5_ext_openssl.c [] []
/src/mhd2/doc/examples/sessions.c [] []
/src/mhd2/src/mhd2/mhd_daemon.h [] []
/src/mhd2/src/mhd2/mhd_dcc_action.h [] []
/src/mhd2/src/mhd2/mhd_request.h [] []
/src/mhd2/src/mhd2/h2/h2_reply_funcs.c [] []
/src/mhd2/doc/examples/tlsauthentication.c [] []
/src/mhd2/src/tests/unit/unit_str_from_value.c [] []
/src/mhd2/src/mhd2/h2/h2_settings.h [] []
/src/mhd2/src/mhd2/mhd_recv.c [] []
/src/mhd2/src/mhd2/tls_open_funcs.c [] []
/src/mhd2/src/mhd2/response_auth_basic.c ['fuzz_response.cpp'] []
/src/mhd2/src/mhd2/request_auth_get.h [] []
/src/mhd2/src/mhd2/mhd_sockets_funcs.c [] []
/src/mhd2/src/mhd2/compat_calloc.c ['fuzz_mhd2.cpp', 'fuzz_response.cpp', 'fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/tests/unit/unit_str_base64.c [] []
/src/mhd2/src/tests/mhdt_checks.h [] []
/src/mhd2/src/mhd2/sha256_ext_mbedtls.c [] []
/src/mhd2/src/mhd2/response_destroy.c ['fuzz_mhd2.cpp', 'fuzz_response.cpp', 'fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/tls_gnu_funcs.h [] []
/src/mhd2/src/include/microhttpd2_portability.h [] []
/src/mhd2/src/mhd2/mhd_stream.h [] []
/src/mhd2/src/include/microhttpd2_generated_response_options.h [] []
/src/fuzz_response.cpp ['fuzz_response.cpp'] []
/src/mhd2/src/mhd2/stream_get_info.c [] []
/src/mhd2/src/mhd2/stream_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/h2/h2_proc_out.c [] []
/src/mhd2/src/mhd2/sha512_256_ext_mbedtls.c ['fuzz_mhd2.cpp'] []
/src/fuzz_str.cpp ['fuzz_str.cpp'] []
/src/mhd2/src/mhd2/mhd_locks.h [] []
/src/mhd2/src/mhd2/events_process.c [] []
/src/mhd2/src/mhd2/h2/hpack/mhd_hpack_codec.h [] []
/src/mhd2/src/mhd2/conn_tls_check.c ['fuzz_daemon_connection.cpp'] []
/src/mhd2/src/tests/unit/unit_str_tokens_remove.c [] []
/src/mhd2/src/mhd2/h2/h2_proc_conn.c [] []
/src/mhd2/src/mhd2/mhd_tls_funcs.h [] []
/src/mhd2/src/mhd2/conn_data_send.c [] []
/src/mhd2/src/mhd2/mhd_connection.h [] []
/src/mhd2/src/mhd2/tls_gnu_funcs.c [] []
/src/mhd2/src/mhd2/mhd_socket_error.h [] []
/src/mhd2/src/tests/raw/test_raw.c [] []
/src/mhd2/src/tests/basic/test_lib_info_version.c [] []
/src/mhd2/src/mhd2/mhd_atomic_counter.h [] []
/src/mhd2/src/tests/unit/unit_sha256.c [] []
/src/mhd2/src/mhd2/h2/h2_frame_codec.h [] []
/src/mhd2/src/mhd2/tls_mbed_funcs.c ['fuzz_libinfo.cpp'] []
/src/mhd2/src/mhd2/mhd_atomic_counter.c [] []
/src/mhd2/src/mhd2/conn_mark_ready.h ['fuzz_daemon_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_arr_num_elems.h [] []
/src/mhd2/src/mhd2/auth_digest.c ['fuzz_mhd2.cpp'] []
/src/mhd2/src/mhd2/upgrade_prep.c [] []
/src/mhd2/src/mhd2/h2/h2_frame_codec.c [] []
/src/mhd2/src/tests/client_server/libtest_convenience_server_reply.c [] []
/src/mhd2/src/mhd2/h2/h2_req_fields.c [] []
/src/mhd2/src/tests/unit/unit_str_compare.c [] []
/src/mhd2/src/mhd2/mhd_cntnr_ptr.h [] []
/src/mhd2/src/mhd2/sys_sockets_headers.h [] []
/src/mhd2/src/mhd2/response_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/tests/raw/test_incompatible.c [] []
/src/mhd2/src/mhd2/mhd_tristate.h [] []
/src/mhd2/src/mhd2/upgrade_proc.c [] []
/src/mhd2/src/mhd2/daemon_event_update.c [] []
/src/mhd2/src/mhd2/sys_offsetof.h [] []
/src/mhd2/src/mhd2/mhd_itc.c [] []
/src/mhd2/src/mhd2/h2/hpack/mhd_hpack_codec.c ['fuzz_daemon.cpp'] []
/src/mhd2/src/mhd2/response_add_header.c ['fuzz_mhd2.cpp', 'fuzz_response.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_conn_socket.h [] []
/src/mhd2/src/mhd2/conn_timeout.c [] []
/src/mhd2/src/mhd2/http_status_str.c [] []
/src/mhd2/src/mhd2/response_set_options.c [] []
/src/mhd2/src/mhd2/mhd_str.h [] []
/src/mhd2/src/mhd2/h2/h2_req_get_items.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/stream_process_request.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/sha512_256_int.c ['fuzz_mhd2.cpp'] []
/src/fuzz_daemon.cpp ['fuzz_daemon.cpp'] []
/src/mhd2/doc/examples/simplepost.c [] []
/src/mhd2/src/mhd2/mhd_response.h [] []
/src/mhd2/src/mhd2/tls_open_funcs.h [] []
/src/mhd2/src/mhd2/daemon_logger.c [] []
/src/mhd2/src/tests/unit/unit_str_to_value.c [] []
/src/mhd2/src/mhd2/h2/h2_action.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/doc/examples/logging.c [] []
/src/mhd2/src/mhd2/sckt_recv.c [] []
/src/mhd2/src/mhd2/mhd_panic.c [] []
/src/mhd2/src/mhd2/h2/h2_comm.h [] []
/src/mhd2/src/mhd2/h2/hpack/h2_huffman_codec.c ['fuzz_mhd2.cpp', 'fuzz_libinfo.cpp'] []
/src/mhd2/src/mhd2/daemon_set_options.c [] []
/src/mhd2/src/mhd2/request_get_value.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_md5.h [] []
/src/mhd2/src/mhd2/tls_multi_funcs.c [] []
/src/mhd2/src/mhd2/conn_data_process.c [] []
/src/mhd2/src/mhd2/mhd_align.h [] []
/src/mhd2/src/tests/raw/test_oom.c [] []
/src/mhd2/src/tests/client_server/libtest_convenience.c [] []
/src/mhd2/src/tests/client_server/libtest.c [] []
/src/mhd2/src/tools/mhdtl_get_cpu_count.c [] []
/src/mhd2/src/mhd2/mhd_tls_common.c [] []
/src/mhd2/src/mhd2/mhd_enum_to_str.c ['fuzz_str.cpp'] []
/src/mhd2/src/mhd2/stream_process_reply.c [] []
/src/mhd2/src/mhd2/respond_with_error.c [] []
/src/mhd2/src/mhd2/mhd_rng.c [] []
/src/mhd2/src/mhd2/daemon_add_conn.c [] []
/src/mhd2/src/tests/unit/unit_str_token.c [] []
/src/mhd2/src/tests/unit/unit_h2_huffman_codec.c [] []
/src/mhd2/src/mhd2/daemon_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/examples2/demo.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_read_file.c [] []
/src/mhd2/src/tests/unit/unit_str_bin_hex.c [] []
/src/mhd2/src/mhd2/h2/h2_conn_streams.c [] []
/src/mhd2/src/tests/unit/unit_str_quote.c [] []
/src/mhd2/src/mhd2/daemon_get_info.c [] []
/src/mhd2/src/mhd2/mhd_panic.h [] []
/src/mhd2/src/mhd2/action.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/fuzz_mhd2.cpp ['fuzz_mhd2.cpp'] []
/src/mhd2/src/mhd2/mhd_sha256.h [] []
/src/connection_helper.cpp ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/respond_with_error.h [] []
/src/mhd2/src/mhd2/request_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/fuzz_crypto_ext.cpp ['fuzz_crypto_ext.cpp'] []
/src/mhd2/src/examples2/minimal_auth_digest.c [] []
/src/mhd2/src/mhd2/sha256_int.c ['fuzz_mhd2.cpp'] []
/src/mhd2/src/mhd2/mhd_assert.h [] []
/src/mhd2/src/mhd2/request_get_value.h [] []
/src/mhd2/src/mhd2/mhd_tls_choice.h [] []
/src/mhd2/src/mhd2/mhd_sockets_macros.h [] []
/src/mhd2/src/mhd2/request_get_info.c [] []
/src/mhd2/src/mhd2/h2/h2_req_items_funcs.h [] []
/src/mhd2/src/mhd2/stream_process_states.c ['fuzz_daemon_connection.cpp'] []
/src/mhd2/src/mhd2/daemon_start.c ['fuzz_mhd2.cpp'] []
/src/mhd2/src/mhd2/mhd_threads.h [] []
/src/mhd2/src/mhd2/request_resume.c [] []
/src/mhd2/src/examples2/json_echo.c ['fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_mono_clock.c ['fuzz_mhd2.cpp', 'fuzz_libinfo.cpp'] []
/src/mhd2/src/include/options-generator.c [] []
/src/mhd2/src/tools/perf_replies.c [] []
/src/mhd2/src/mhd2/h2/h2_req_items_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_dlinked_list.h [] []
/src/mhd2/src/mhd2/extr_events_funcs.c [] []
/src/mhd2/src/mhd2/mhd_action.h [] []
/src/fuzz_daemon_connection.cpp ['fuzz_daemon_connection.cpp'] []
/src/mhd2/src/mhd2/dcc_action.c [] []
/src/mhd2/src/mhd2/mhd_limits.h [] []
/src/mhd2/src/include/microhttpd2_generated_daemon_options.h [] []
/src/mhd2/src/mhd2/mhd_mono_clock.h [] []
/src/mhd2/src/mhd2/h2/h2_conn_data.h [] []
/src/mhd2/src/mhd2/h2/h2_proc_in.c [] []
/src/mhd2/src/include/microhttpd2.h [] []
/src/mhd2/src/mhd2/mhd_lib_init.c ['fuzz_mhd2.cpp', 'fuzz_libinfo.cpp'] []
/src/mhd2/src/mhd2/mhd_str_macros.h [] []
/src/mhd2/src/mhd2/daemon_create.c ['fuzz_mhd2.cpp'] []
/src/mhd2/src/mhd2/mhd_bithelpers.h [] []
/src/mhd2/src/tests/mhdt_has_in_name.h [] []
/src/mhd2/src/mhd2/h2/hpack/h2_huffman_est.h [] []
/src/mhd2/src/tests/basic/test_basic_checks.c [] []
/src/mhd2/src/mhd2/h2/h2_app_cb.c [] []
/src/mhd2/src/mhd2/request_auth_get.c [] []
/src/mhd2/src/mhd2/md5_int.c ['fuzz_mhd2.cpp'] []
/src/mhd2/src/mhd2/mhd_sha512_256.h [] []
/src/mhd_helper.cpp ['fuzz_daemon.cpp', 'fuzz_response.cpp'] []
/src/mhd2/src/mhd2/mhd_assume.h [] []
/src/mhd2/src/tests/unit/unit_str_pct.c [] []
/src/mhd2/src/mhd2/conn_data_recv.c [] []
/src/mhd2/src/mhd2/lib_get_info.c ['fuzz_libinfo.cpp'] []
/src/mhd2/src/mhd2/tls_multi_funcs.h [] []
/src/mhd2/src/mhd2/mhd_socket_error_funcs.c ['fuzz_daemon_connection.cpp'] []
/src/mhd2/src/incl_priv/autoinit_funcs.h [] []
/src/mhd2/src/mhd2/mhd_predict.h [] []
/src/mhd2/src/mhd2/daemon_logger_default.c [] []
/src/mhd2/src/mhd2/response_auth_digest.c ['fuzz_response.cpp'] []
/src/mhd2/src/mhd2/response_from.c ['fuzz_mhd2.cpp', 'fuzz_response.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/sha512_256_ext_openssl.c [] []
/src/fuzz_connection.cpp ['fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_threads.c [] []
/src/mhd2/src/mhd2/tls_mbed_funcs.h [] []
/src/fuzz_crypto_int.cpp ['fuzz_crypto_int.cpp'] []
/src/mhd2/src/mhd2/upgraded_net.c [] []
/src/mhd2/doc/examples/websocket.c [] []
/src/mhd2/src/mhd2/post_parser_funcs.c ['fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/mhd_itc.h [] []
/src/mhd2/src/tests/client_server/libtest_convenience_client_request.c [] []
/src/mhd2/src/mhd2/mhd_str.c ['fuzz_str.cpp', 'fuzz_mhd2.cpp', 'fuzz_libinfo.cpp', 'fuzz_daemon_connection.cpp', 'fuzz_connection.cpp'] []
/src/mhd2/src/mhd2/h2/h2_comm.c ['fuzz_daemon_connection.cpp'] []
/src/fuzz_libinfo.cpp ['fuzz_libinfo.cpp'] []
/src/mhd2/src/incl_priv/mhd_sys_options.h [] []
/src/mhd2/src/mhd2/http_prot_ver.h [] []
/src/mhd2/src/mhd2/stream_funcs.h [] []
/src/mhd2/src/mhd2/auth_basic.c [] []
/src/mhd2/src/tests/unit/unit_hpack_tables.c ['fuzz_daemon.cpp'] []

Directories in report

Directory
/src/mhd2/src/tests/raw/
/src/
/src/mhd2/src/mhd2/h2/
/src/mhd2/src/tests/basic/
/src/mhd2/src/tests/unit/
/src/mhd2/src/examples2/
/src/mhd2/src/tests/upgrade/
/src/mhd2/src/mhd2/h2/hpack/
/src/mhd2/src/incl_priv/
/src/mhd2/src/mhd2/
/src/mhd2/src/include/
/src/mhd2/src/tests/client_server/
/src/mhd2/src/tests/
/src/mhd2/src/tools/
/src/mhd2/doc/examples/