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: split_uri_fuzzer

Call tree

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

Call tree overview bitmap:

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

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 2 2 coap_log_impl call site: 00007 /src/libcoap/src/coap_debug.c:1307
0 0 None 2 2 coap_split_uri_sub call site: 00027 /src/libcoap/src/coap_uri.c:128
0 0 None 2 2 coap_split_uri_sub call site: 00030 /src/libcoap/src/coap_uri.c:134
0 0 None 2 2 coap_split_uri_sub call site: 00033 /src/libcoap/src/coap_uri.c:140
0 0 None 2 2 coap_split_uri_sub call site: 00036 /src/libcoap/src/coap_uri.c:146
0 0 None 2 2 coap_split_uri_sub call site: 00040 /src/libcoap/src/coap_uri.c:152
0 0 None 0 0 coap_log_level_desc call site: 00019 /src/libcoap/src/coap_debug.c:126
0 0 None 0 0 coap_split_uri_sub call site: 00002 /src/libcoap/src/coap_uri.c:77
0 0 None 0 0 coap_split_uri_sub call site: 00002 /src/libcoap/src/coap_uri.c:87

Runtime coverage analysis

Covered functions
14
Functions that are reachable but not covered
14
Reachable functions
28
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/split_uri_target.c 1
src/coap_uri.c 2
src/coap_debug.c 4
src/coap_time.c 3
src/coap_notls.c 2
src/coap_tcp.c 1
src/coap_ws.c 2

Fuzzer: pdu_parse_tcp_fuzzer

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 84 20.1%
gold [1:9] 15 3.59%
yellow [10:29] 6 1.43%
greenyellow [30:49] 2 0.47%
lawngreen 50+ 310 74.3%
All colors 417 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_resize call site: 00052 /src/libcoap/src/coap_pdu.c:321
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_encode_header call site: 00373 /src/libcoap/src/coap_pdu.c:1562
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_encode_header call site: 00376 /src/libcoap/src/coap_pdu.c:1572
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_encode_header call site: 00379 /src/libcoap/src/coap_pdu.c:1582
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_encode_header call site: 00382 /src/libcoap/src/coap_pdu.c:1593
0 2 1 :

['coap_free_type']

0 2 coap_pdu_init call site: 00020 /src/libcoap/src/coap_pdu.c:148
0 0 None 24 162 coap_show_pdu call site: 00322 /src/libcoap/src/coap_debug.c:1055
0 0 None 8 48 coap_lock_lock_func call site: 00391 /src/libcoap/src/coap_threadsafe.c:36
0 0 None 6 12 coap_cleanup call site: 00410 /src/libcoap/src/coap_net.c:5076
0 0 None 2 2 coap_log_impl call site: 00034 /src/libcoap/src/coap_debug.c:1307
0 0 None 2 2 coap_split_uri_sub call site: 00179 /src/libcoap/src/coap_uri.c:128
0 0 None 2 2 coap_split_uri_sub call site: 00182 /src/libcoap/src/coap_uri.c:134

Runtime coverage analysis

Covered functions
77
Functions that are reachable but not covered
20
Reachable functions
97
Percentage of reachable functions covered
79.38%
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
tests/oss-fuzz/pdu_parse_tcp_target.c 1
src/coap_net.c 2
src/coap_time.c 4
src/coap_prng.c 1
src/coap_mem.c 4
src/coap_notls.c 5
src/coap_pdu.c 18
src/coap_debug.c 13
src/coap_option.c 12
src/coap_encode.c 3
src/coap_uri.c 6
src/coap_str.c 3
src/coap_tcp.c 1
src/coap_ws.c 2
src/coap_block.c 1
src/coap_threadsafe.c 2

Fuzzer: pdu_parse_ws_fuzzer

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 87 20.8%
gold [1:9] 13 3.11%
yellow [10:29] 8 1.91%
greenyellow [30:49] 2 0.47%
lawngreen 50+ 307 73.6%
All colors 417 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_resize call site: 00052 /src/libcoap/src/coap_pdu.c:321
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_encode_header call site: 00373 /src/libcoap/src/coap_pdu.c:1562
0 2 1 :

['coap_free_type']

0 2 coap_pdu_init call site: 00020 /src/libcoap/src/coap_pdu.c:148
0 0 None 24 162 coap_show_pdu call site: 00322 /src/libcoap/src/coap_debug.c:1055
0 0 None 8 48 coap_lock_lock_func call site: 00391 /src/libcoap/src/coap_threadsafe.c:36
0 0 None 6 12 coap_cleanup call site: 00410 /src/libcoap/src/coap_net.c:5076
0 0 None 2 2 coap_log_impl call site: 00034 /src/libcoap/src/coap_debug.c:1307
0 0 None 2 2 coap_split_uri_sub call site: 00179 /src/libcoap/src/coap_uri.c:128
0 0 None 2 2 coap_split_uri_sub call site: 00182 /src/libcoap/src/coap_uri.c:134
0 0 None 2 2 coap_split_uri_sub call site: 00185 /src/libcoap/src/coap_uri.c:140
0 0 None 2 2 coap_split_uri_sub call site: 00188 /src/libcoap/src/coap_uri.c:146
0 0 None 2 2 coap_split_uri_sub call site: 00192 /src/libcoap/src/coap_uri.c:152

Runtime coverage analysis

Covered functions
77
Functions that are reachable but not covered
20
Reachable functions
97
Percentage of reachable functions covered
79.38%
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
tests/oss-fuzz/pdu_parse_ws_target.c 1
src/coap_net.c 2
src/coap_time.c 4
src/coap_prng.c 1
src/coap_mem.c 4
src/coap_notls.c 5
src/coap_pdu.c 18
src/coap_debug.c 13
src/coap_option.c 12
src/coap_encode.c 3
src/coap_uri.c 6
src/coap_str.c 3
src/coap_tcp.c 1
src/coap_ws.c 2
src/coap_block.c 1
src/coap_threadsafe.c 2

Fuzzer: pdu_parse_udp_fuzzer

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 86 20.6%
gold [1:9] 15 3.59%
yellow [10:29] 10 2.39%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 306 73.3%
All colors 417 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_resize call site: 00052 /src/libcoap/src/coap_pdu.c:321
0 40 2 :

['coap_get_log_level', 'coap_log_impl']

0 40 coap_pdu_encode_header call site: 00367 /src/libcoap/src/coap_pdu.c:1532
0 2 1 :

['coap_free_type']

0 2 coap_pdu_init call site: 00020 /src/libcoap/src/coap_pdu.c:148
0 0 None 24 162 coap_show_pdu call site: 00322 /src/libcoap/src/coap_debug.c:1055
0 0 None 8 48 coap_lock_lock_func call site: 00391 /src/libcoap/src/coap_threadsafe.c:36
0 0 None 6 12 coap_cleanup call site: 00410 /src/libcoap/src/coap_net.c:5076
0 0 None 2 2 coap_log_impl call site: 00034 /src/libcoap/src/coap_debug.c:1307
0 0 None 2 2 coap_split_uri_sub call site: 00179 /src/libcoap/src/coap_uri.c:128
0 0 None 2 2 coap_split_uri_sub call site: 00182 /src/libcoap/src/coap_uri.c:134
0 0 None 2 2 coap_split_uri_sub call site: 00185 /src/libcoap/src/coap_uri.c:140
0 0 None 2 2 coap_split_uri_sub call site: 00188 /src/libcoap/src/coap_uri.c:146
0 0 None 2 2 coap_split_uri_sub call site: 00192 /src/libcoap/src/coap_uri.c:152

Runtime coverage analysis

Covered functions
77
Functions that are reachable but not covered
20
Reachable functions
97
Percentage of reachable functions covered
79.38%
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
tests/oss-fuzz/pdu_parse_udp_target.c 1
src/coap_net.c 2
src/coap_time.c 4
src/coap_prng.c 1
src/coap_mem.c 4
src/coap_notls.c 5
src/coap_pdu.c 18
src/coap_debug.c 13
src/coap_option.c 12
src/coap_encode.c 3
src/coap_uri.c 6
src/coap_str.c 3
src/coap_tcp.c 1
src/coap_ws.c 2
src/coap_block.c 1
src/coap_threadsafe.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
coap_ws_close /src/libcoap/src/coap_ws.c 1 ['N/A'] 32 0 389 50 17 511 2 5766 5171
coap_new_context /src/libcoap/src/coap_net.c 1 ['N/A'] 53 0 317 69 20 523 0 5743 210
coap_persist_startup /src/libcoap/src/coap_subscribe.c 5 ['N/A', 'N/A', 'N/A', 'N/A', 'int'] 59 0 57 10 3 507 0 5689 165
hnd_get_wellknown_lkd /src/libcoap/src/coap_net.c 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 31 0 316 50 16 494 0 5628 108
coap_new_oscore_conf /src/libcoap/src/coap_oscore.c 5 ['size_t', 'N/A', 'N/A', 'N/A', 'size_t'] 8 0 79 11 4 38 0 162 82
coap_netif_dgrm_write /src/libcoap/src/coap_netif.c 3 ['N/A', 'N/A', 'size_t'] 8 0 161 30 9 63 0 303 60
coap_io_process_loop /src/libcoap/src/coap_io.c 5 ['N/A', 'N/A', 'N/A', 'int', 'int'] 60 0 65 12 4 495 0 5571 51
coap_add_resource /src/libcoap/src/coap_resource.c 2 ['N/A', 'N/A'] 58 0 36 9 3 493 0 5588 45
coap_op_resource_deleted /src/libcoap/src/coap_subscribe.c 3 ['N/A', 'N/A', 'N/A'] 6 0 262 40 16 40 0 135 40
coap_join_mcast_group_intf /src/libcoap/src/coap_net.c 3 ['N/A', 'N/A', 'N/A'] 6 0 49 10 3 43 0 145 39

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

Functions statically reachable by fuzzers
61.0%
534 / 869
Cyclomatic complexity statically reachable by fuzzers
83.0%
6443 / 7780

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.

tests/oss-fuzz/split_uri_target.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=['coap_split_uri_sub', 'coap_ws_is_supported', 'coap_log_impl']

tests/oss-fuzz/pdu_parse_tcp_target.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=['coap_show_pdu', 'coap_pdu_encode_header', 'coap_lock_lock_func', 'coap_pdu_parse_opt', 'coap_get_query', 'coap_pdu_parse2', 'coap_pdu_parse_header', 'coap_pdu_clear']

tests/oss-fuzz/pdu_parse_ws_target.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=['coap_pdu_encode_header', 'coap_show_pdu', 'coap_lock_lock_func', 'coap_pdu_parse2', 'coap_pdu_parse_opt', 'coap_get_query', 'coap_pdu_clear']

tests/oss-fuzz/pdu_parse_udp_target.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=['coap_pdu_encode_header', 'coap_show_pdu', 'coap_lock_lock_func', 'coap_pdu_parse_header', 'coap_pdu_parse_opt', 'coap_get_query', 'coap_pdu_clear', 'coap_pdu_parse2', 'coap_realloc_type']

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/libcoap/src/oscore/oscore_context.c [] []
/src/libcoap/src/coap_oscore.c [] []
/src/libcoap/src/coap_address.c [] []
/src/libcoap/src/coap_option.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/./include/coap3/coap_uri.h [] []
/src/libcoap/src/coap_session.c [] []
/src/libcoap/src/coap_async.c [] []
/src/libcoap/tests/oss-fuzz/pdu_parse_tcp_target.c ['pdu_parse_tcp_fuzzer'] []
/src/libcoap/src/oscore/oscore.c [] []
/src/libcoap/src/coap_prng.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/tests/oss-fuzz/split_uri_target.c ['split_uri_fuzzer'] []
/src/libcoap/src/coap_net.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_str.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/tests/oss-fuzz/pdu_parse_udp_target.c ['pdu_parse_udp_fuzzer'] []
/src/libcoap/src/coap_uri.c ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_pdu.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/./include/coap3/coap_address.h [] []
/src/libcoap/src/coap_tcp.c ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_notls.c ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_debug.c ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_encode.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_resource.c [] []
/src/libcoap/src/coap_sha1.c [] []
/src/libcoap/src/coap_proxy.c [] []
/src/libcoap/src/coap_block.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_threadsafe.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_time.c ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_ws.c ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['split_uri_fuzzer', 'pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/src/coap_subscribe.c [] []
/src/libcoap/src/coap_io.c [] []
/src/libcoap/./include/coap3/coap_pdu_internal.h [] []
/src/libcoap/src/coap_dtls.c [] []
/src/libcoap/src/oscore/oscore_cose.c [] []
/src/libcoap/src/coap_cache.c [] []
/src/libcoap/src/coap_hashkey.c [] []
/src/libcoap/src/oscore/oscore_cbor.c [] []
/src/libcoap/src/coap_mem.c ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer'] ['pdu_parse_tcp_fuzzer', 'pdu_parse_ws_fuzzer', 'pdu_parse_udp_fuzzer']
/src/libcoap/tests/oss-fuzz/pdu_parse_ws_target.c ['pdu_parse_ws_fuzzer'] []
/src/libcoap/src/oscore/oscore_crypto.c [] []
/src/libcoap/src/coap_netif.c [] []

Directories in report

Directory
/src/libcoap/tests/oss-fuzz/
/src/libcoap/src/
/src/libcoap/src/oscore/
/src/libcoap/./include/coap3/