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_http_controller

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 22 41.5%
gold [1:9] 2 3.77%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 29 54.7%
All colors 53 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
15 3 nxt_zalloc call site: 00003 nxt_log_moderate_allow
3 47 nxt_lvlhsh_find call site: 00047 nxt_lvlhsh_level_find
2 19 nxt_rbtree_insert call site: 00019 nxt_timer_change
2 31 nxt_memalign call site: 00031 nxt_log_moderate_allow

Runtime coverage analysis

Covered functions
62
Functions that are reachable but not covered
17
Reachable functions
40
Percentage of reachable functions covered
57.5%
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
fuzzing/nxt_http_controller_fuzz.c 1
src/nxt_mp.c 9
src/nxt_malloc.c 4
src/nxt_log_moderation.c 1
src/nxt_thread_time.c 2
src/nxt_time.c 1
src/nxt_spinlock.c 2
src/nxt_timer.c 3
src/nxt_rbtree.c 6
src/nxt_http_parse.c 3
src/nxt_list.c 1
src/nxt_lvlhsh.c 3

Fuzzer: fuzz_basic

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 18 21.1%
gold [1:9] 0 0.0%
yellow [10:29] 3 3.52%
greenyellow [30:49] 2 2.35%
lawngreen 50+ 62 72.9%
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
18 47 nxt_zalloc call site: 00047 nxt_log_moderate_allow

Runtime coverage analysis

Covered functions
57
Functions that are reachable but not covered
17
Reachable functions
60
Percentage of reachable functions covered
71.67%
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
fuzzing/nxt_basic_fuzz.c 13
src/nxt_string.c 4
src/nxt_djb_hash.c 2
src/nxt_murmur_hash.c 2
src/nxt_parse.c 6
src/nxt_sha1.c 4
src/nxt_time_parse.c 2
src/nxt_malloc.c 3
src/nxt_log_moderation.c 1
src/nxt_thread_time.c 2
src/nxt_time.c 1
src/nxt_spinlock.c 2
src/nxt_timer.c 3
src/nxt_rbtree.c 4
src/nxt_utf8.c 4
src/nxt_websocket_accept.c 1
src/nxt_websocket.c 3

Fuzzer: fuzz_http_h1p_peer

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 21 35.5%
gold [1:9] 2 3.38%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 36 61.0%
All colors 59 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
15 3 nxt_zalloc call site: 00003 nxt_log_moderate_allow
2 19 nxt_rbtree_insert call site: 00019 nxt_timer_change
2 31 nxt_memalign call site: 00031 nxt_log_moderate_allow
1 52 nxt_http_fields_process call site: 00052 nxt_lvlhsh_bucket_find
1 55 nxt_lvlhsh_level_find call site: 00055 nxt_lvlhsh_level_find

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
16
Reachable functions
43
Percentage of reachable functions covered
62.79%
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
fuzzing/nxt_http_h1p_peer_fuzz.c 1
src/nxt_mp.c 12
src/nxt_malloc.c 4
src/nxt_log_moderation.c 1
src/nxt_thread_time.c 2
src/nxt_time.c 1
src/nxt_spinlock.c 2
src/nxt_timer.c 3
src/nxt_rbtree.c 6
src/nxt_http_parse.c 3
src/nxt_list.c 1
src/nxt_lvlhsh.c 3

Fuzzer: fuzz_http_h1p

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 21 38.1%
gold [1:9] 2 3.63%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 32 58.1%
All colors 55 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
15 3 nxt_zalloc call site: 00003 nxt_log_moderate_allow
2 19 nxt_rbtree_insert call site: 00019 nxt_timer_change
2 31 nxt_memalign call site: 00031 nxt_log_moderate_allow
1 48 nxt_http_fields_process call site: 00048 nxt_lvlhsh_bucket_find
1 51 nxt_lvlhsh_level_find call site: 00051 nxt_lvlhsh_level_find

Runtime coverage analysis

Covered functions
79
Functions that are reachable but not covered
16
Reachable functions
40
Percentage of reachable functions covered
60.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
fuzzing/nxt_http_h1p_fuzz.c 1
src/nxt_mp.c 9
src/nxt_malloc.c 4
src/nxt_log_moderation.c 1
src/nxt_thread_time.c 2
src/nxt_time.c 1
src/nxt_spinlock.c 2
src/nxt_timer.c 3
src/nxt_rbtree.c 6
src/nxt_http_parse.c 3
src/nxt_list.c 1
src/nxt_lvlhsh.c 3

Fuzzer: fuzz_json

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 35 15.0%
gold [1:9] 6 2.57%
yellow [10:29] 2 0.85%
greenyellow [30:49] 6 2.57%
lawngreen 50+ 184 78.9%
All colors 233 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
13 3 nxt_zalloc call site: 00003 nxt_log_moderate_allow
4 159 nxt_conf_vldt_error call site: 00159 nxt_number
4 200 nxt_var_hash_find call site: 00200 nxt_lvlhsh_level_find
3 77 nxt_lvlhsh_level_convertion_insert call site: 00077 nxt_lvlhsh_convert_bucket_to_level
2 19 nxt_rbtree_insert call site: 00019 nxt_timer_change
2 31 nxt_memalign call site: 00031 nxt_log_moderate_allow
2 84 nxt_lvlhsh_level_insert call site: 00084 nxt_lvlhsh_new_bucket
1 17 nxt_rbtree_delete call site: 00017 nxt_rbtree_insert
1 61 nxt_conf_json_parse_string call site: 00061 nxt_conf_json_parse_error
1 117 nxt_conf_json_parse_number call site: 00117 __errno_location
1 189 nxt_var_ref_get call site: 00189 nxt_mp_alloc
1 229 nxt_conf_validate call site: 00229 nxt_conf_vldt_error

Runtime coverage analysis

Covered functions
175
Functions that are reachable but not covered
23
Reachable functions
107
Percentage of reachable functions covered
78.5%
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
fuzzing/nxt_json_fuzz.c 1
src/nxt_mp.c 15
src/nxt_malloc.c 4
src/nxt_log_moderation.c 1
src/nxt_thread_time.c 2
src/nxt_time.c 1
src/nxt_spinlock.c 2
src/nxt_timer.c 3
src/nxt_rbtree.c 6
src/nxt_array.c 2
src/nxt_conf.c 18
src/nxt_utf8.c 1
src/nxt_djb_hash.c 1
src/nxt_lvlhsh.c 14
src/nxt_list.c 2
src/nxt_conf_validation.c 5
src/nxt_tstr.c 3
src/nxt_sprintf.c 4
src/nxt_var.c 5
src/nxt_http_variables.c 1
src/nxt_string.c 3
src/nxt_http_request.c 4

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
nxt_router_conf_data_handler /src/unit/src/nxt_router.c 2 ['N/A', 'N/A'] 33 0 326 33 11 425 0 2468 1746
nxt_http_application_handler /src/unit/src/nxt_http_request.c 3 ['N/A', 'N/A', 'N/A'] 26 0 54 8 3 241 0 1407 532
nxt_runtime_create /src/unit/src/nxt_runtime.c 1 ['N/A'] 22 0 278 35 17 330 0 1663 478
nxt_controller_process_new_port_handler /src/unit/src/nxt_controller.c 2 ['N/A', 'N/A'] 19 0 45 9 4 274 0 1585 271
nxt_main_port_modules_handler /src/unit/src/nxt_main_process.c 2 ['N/A', 'N/A'] 30 0 460 63 23 327 0 1650 230
nxt_http_parse_request_line /src/unit/src/nxt_http_parse.c 3 ['N/A', 'N/A', 'N/A'] 16 0 1839 248 88 36 0 334 193
nxt_isolation_main_prefork /src/unit/src/nxt_isolation.c 3 ['N/A', 'N/A', 'N/A'] 17 0 383 51 18 73 0 449 166
nxt_http_route_handler /src/unit/src/nxt_http_route.c 3 ['N/A', 'N/A', 'N/A'] 22 0 201 29 9 108 0 672 150
nxt_http_static_send /src/unit/src/nxt_http_static.c 3 ['N/A', 'N/A', 'N/A'] 26 0 1066 119 38 129 4 825 150
nxt_proto_setup /src/unit/src/nxt_application.c 2 ['N/A', 'N/A'] 10 0 320 46 16 58 0 289 127

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

Functions statically reachable by fuzzers
53.0%
691 / 1293
Cyclomatic complexity statically reachable by fuzzers
61.0%
4762 / 7836

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.

fuzzing/nxt_http_controller_fuzz.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=['nxt_zalloc', 'nxt_lvlhsh_find', 'nxt_rbtree_insert', 'nxt_memalign']

fuzzing/nxt_basic_fuzz.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=['nxt_zalloc']

fuzzing/nxt_http_h1p_peer_fuzz.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=['nxt_zalloc', 'nxt_rbtree_insert', 'nxt_memalign', 'nxt_http_fields_process', 'nxt_lvlhsh_level_find']

fuzzing/nxt_http_h1p_fuzz.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=['nxt_zalloc', 'nxt_rbtree_insert', 'nxt_memalign', 'nxt_http_fields_process', 'nxt_lvlhsh_level_find']

fuzzing/nxt_json_fuzz.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=['nxt_zalloc', 'nxt_conf_vldt_error', 'nxt_var_hash_find', 'nxt_lvlhsh_level_convertion_insert', 'nxt_rbtree_insert', 'nxt_memalign', 'nxt_lvlhsh_level_insert', 'nxt_rbtree_delete', 'nxt_conf_json_parse_string', 'nxt_conf_json_parse_number']

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/unit/src/nxt_semaphore.c [] []
/src/unit/src/nxt_thread_mutex.c [] []
/src/unit/src/nxt_conn.c [] []
/src/unit/src/nxt_http_chunk_parse.c [] []
/src/unit/src/nxt_parse.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_log_moderation.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] []
/src/unit/src/nxt_thread.c [] []
/src/unit/src/nxt_runtime.c [] []
/src/unit/src/nxt_rbtree.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_mem_map.c [] []
/src/unit/src/nxt_http_websocket.c [] []
/src/unit/src/nxt_linux_sendfile.c [] []
/src/unit/src/nxt_port.c [] []
/src/unit/src/nxt_capability.c [] []
/src/unit/src/nxt_log.c [] []
/src/unit/src/nxt_utf8.c ['fuzz_basic', 'fuzz_json'] ['fuzz_basic', 'fuzz_json']
/src/unit/src/nxt_fs_mount.c [] []
/src/unit/src/nxt_poll_engine.c [] []
/src/unit/src/nxt_main_process.c [] []
/src/unit/src/nxt_http_route.c [] []
/src/unit/src/nxt_service.c [] []
/src/unit/src/nxt_lvlhsh.c ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_buf.h [] []
/src/unit/src/nxt_tstr.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_http_rewrite.c [] []
/src/unit/src/nxt_port_hash.c [] []
/src/unit/src/nxt_var.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_work_queue.c [] []
/src/unit/src/nxt_http_route_addr.c [] []
/src/unit/src/nxt_fs.c [] []
/src/unit/src/nxt_timer.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] []
/src/unit/fuzzing/nxt_basic_fuzz.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_h1proto.c [] []
/src/unit/src/nxt_conn_connect.c [] []
/src/unit/src/nxt_http_error.c [] []
/src/unit/src/nxt_sha1.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_port_socket.c [] []
/src/unit/src/nxt_app_nncq.h [] []
/src/unit/src/nxt_socketpair.c [] []
/src/unit/fuzzing/nxt_http_h1p_fuzz.c ['fuzz_http_h1p'] ['fuzz_http_h1p']
/src/unit/src/nxt_credential.c [] []
/src/unit/src/nxt_socket_msg.c [] []
/src/unit/src/nxt_thread_time.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_malloc.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_application.c [] []
/src/unit/src/nxt_random.c [] []
/src/unit/src/nxt_websocket_accept.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_array.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_external.c [] []
/src/unit/src/nxt_conf.c ['fuzz_json'] ['fuzz_json']
/src/unit/fuzzing/nxt_http_controller_fuzz.c ['fuzz_http_controller'] ['fuzz_http_controller']
/src/unit/src/nxt_http_request.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_port_memory.c [] []
/src/unit/src/nxt_process.c [] []
/src/unit/src/nxt_status.c [] []
/src/unit/src/nxt_websocket.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_conn_read.c [] []
/src/unit/fuzzing/nxt_json_fuzz.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_upstream_round_robin.c [] []
/src/unit/src/nxt_mp.c ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_murmur_hash.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_epoll_engine.c [] []
/src/unit/src/nxt_h1proto_websocket.c [] []
/src/unit/src/nxt_router.c [] []
/src/unit/src/nxt_signal_handlers.c [] []
/src/unit/src/nxt_select_engine.c [] []
/src/unit/src/nxt_http_set_headers.c [] []
/src/unit/src/nxt_nncq.h [] []
/src/unit/src/nxt_conn_write.c [] []
/src/unit/src/nxt_http_proxy.c [] []
/src/unit/src/nxt_http_compression.c [] []
/src/unit/src/nxt_recvbuf.c [] []
/src/unit/src/nxt_spinlock.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/fuzzing/nxt_http_h1p_peer_fuzz.c ['fuzz_http_h1p_peer'] ['fuzz_http_h1p_peer']
/src/unit/src/nxt_lib.c [] []
/src/unit/src/nxt_http_parse.c ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p'] ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p']
/src/unit/src/nxt_unit_sptr.h [] []
/src/unit/src/nxt_router_access_log.c [] []
/src/unit/src/nxt_string.c ['fuzz_basic', 'fuzz_json'] ['fuzz_basic', 'fuzz_json']
/src/unit/src/nxt_http_variables.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_listen_socket.c [] []
/src/unit/src/nxt_socket.c [] []
/src/unit/src/nxt_buf.c [] []
/src/unit/src/nxt_file.c [] []
/src/unit/src/nxt_sockaddr.c [] []
/src/unit/src/nxt_upstream.c [] []
/src/unit/src/nxt_conn_accept.c [] []
/src/unit/src/nxt_gmtime.c [] []
/src/unit/src/nxt_signal.c [] []
/src/unit/src/nxt_time.c ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_basic', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_sendbuf.c [] []
/src/unit/src/nxt_sprintf.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_clone.c [] []
/src/unit/src/nxt_isolation.c [] []
/src/unit/src/nxt_process_title.c [] []
/src/unit/src/nxt_conf_validation.c ['fuzz_json'] ['fuzz_json']
/src/unit/src/nxt_event_engine.c [] []
/src/unit/src/nxt_thread_pool.c [] []
/src/unit/src/nxt_http_response.c [] []
/src/unit/src/nxt_djb_hash.c ['fuzz_basic', 'fuzz_json'] ['fuzz_basic', 'fuzz_json']
/src/unit/src/nxt_http_static.c [] []
/src/unit/src/nxt_time_parse.c ['fuzz_basic'] ['fuzz_basic']
/src/unit/src/nxt_conn_close.c [] []
/src/unit/src/nxt_port_rpc.c [] []
/src/unit/src/nxt_list.c ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json'] ['fuzz_http_controller', 'fuzz_http_h1p_peer', 'fuzz_http_h1p', 'fuzz_json']
/src/unit/src/nxt_controller.c [] []
/src/unit/src/nxt_errno.c [] []
/src/unit/src/nxt_http_return.c [] []
/src/unit/src/nxt_file_name.c [] []

Directories in report

Directory
/src/unit/fuzzing/
/src/unit/src/