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

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
fuzz_base64_decode /src/open62541/tests/fuzz/fuzz_base64_decode.cc 2 5798 1 2 41 18 fuzz_base64_decode.cc
fuzz_json_decode_encode /src/open62541/tests/fuzz/fuzz_json_decode_encode.cc 25 5781 6 5 399 156 fuzz_json_decode_encode.cc
fuzz_datatype_description /src/open62541/tests/fuzz/fuzz_datatype_description.cc 74 5730 10 10 823 325 fuzz_datatype_description.cc
fuzz_mdns_message /src/open62541/tests/fuzz/fuzz_mdns_message.cc 53 5747 6 5 727 316 fuzz_mdns_message.cc
fuzz_certificate_parse /src/open62541/tests/fuzz/fuzz_certificate_parse.cc 58 5744 4 8 258 176 fuzz_certificate_parse.cc
fuzz_xml_decode_encode /src/open62541/tests/fuzz/fuzz_xml_decode_encode.cc 59 5747 7 5 1118 472 fuzz_xml_decode_encode.cc
fuzz_eventfilter_parse /src/open62541/tests/fuzz/fuzz_eventfilter_parse.cc 265 5541 23 23 11565 1367 fuzz_eventfilter_parse.cc
fuzz_binary_decode /src/open62541/tests/fuzz/fuzz_binary_decode.cc 39 5767 5 6 361 158 fuzz_binary_decode.cc
fuzz_pubsub_json /src/open62541/tests/fuzz/fuzz_pubsub_json.cc 29 5771 6 10 515 200 fuzz_pubsub_json.cc
fuzz_tcp_message /src/open62541/tests/fuzz/fuzz_tcp_message.cc 2866 2945 41 93 23879 10698 fuzz_tcp_message.cc
fuzz_pubsub_connection_config /src/open62541/tests/fuzz/fuzz_pubsub_connection_config.cc 18 5782 5 7 127 61 fuzz_pubsub_connection_config.cc
fuzz_server_services /src/open62541/tests/fuzz/fuzz_server_services.cc 3004 2910 41 92 24856 11092 fuzz_server_services.cc
fuzz_base64_encode /src/open62541/tests/fuzz/fuzz_base64_encode.cc 3 5797 2 2 26 12 fuzz_base64_encode.cc
fuzz_json_decode /src/open62541/tests/fuzz/fuzz_json_decode.cc 15 5789 6 5 312 121 fuzz_json_decode.cc
fuzz_config_json /src/open62541/tests/fuzz/fuzz_config_json.cc 2935 2865 42 103 25066 11180 fuzz_config_json.cc
fuzz_pubsub_binary /src/open62541/tests/fuzz/fuzz_pubsub_binary.cc 40 5760 9 7 778 277 fuzz_pubsub_binary.cc
fuzz_mdns_xht /src/open62541/tests/fuzz/fuzz_mdns_xht.cc 19 5781 5 3 173 83 fuzz_mdns_xht.cc
fuzz_process_request /src/open62541/tests/fuzz/fuzz_process_request.cc 2848 2968 41 93 23590 10571 fuzz_process_request.cc
fuzz_binary_message /src/open62541/tests/fuzz/fuzz_binary_message.cc 2841 2971 41 93 23526 10541 fuzz_binary_message.cc
fuzz_client /src/open62541/tests/fuzz/fuzz_client.cc 447 5364 24 44 6008 2431 fuzz_client.cc
fuzz_src_ua_util /src/open62541/tests/fuzz/fuzz_src_ua_util.cc 13 5791 5 3 202 81 fuzz_src_ua_util.cc
fuzz_parse_string /src/open62541/tests/fuzz/fuzz_parse_string.cc 265 5563 19 20 3458 1292 fuzz_parse_string.cc
fuzz_attributeoperand /src/open62541/tests/fuzz/fuzz_attributeoperand.cc 229 5579 20 19 2898 1139 fuzz_attributeoperand.cc

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_base64_decode

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_json_decode_encode

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_datatype_description

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_mdns_message

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

Fuzzer: fuzz_xml_decode_encode

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

Fuzzer: fuzz_binary_decode

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

Fuzzer: fuzz_tcp_message

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_pubsub_connection_config

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_server_services

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_base64_encode

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_json_decode

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

Fuzzer: fuzz_pubsub_binary

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_mdns_xht

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

Fuzzer: fuzz_binary_message

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_client

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_src_ua_util

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_parse_string

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_attributeoperand

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.

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.

/src/open62541/tests/fuzz/fuzz_base64_decode.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_json_decode_encode.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_datatype_description.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_mdns_message.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_certificate_parse.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_xml_decode_encode.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_eventfilter_parse.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_binary_decode.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_pubsub_json.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_tcp_message.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_pubsub_connection_config.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_server_services.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_base64_encode.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_json_decode.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_config_json.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_pubsub_binary.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_mdns_xht.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_process_request.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_binary_message.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_client.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_src_ua_util.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_parse_string.cc

Dictionary

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


/src/open62541/tests/fuzz/fuzz_attributeoperand.cc

Dictionary

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


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/open62541/src/pubsub/ua_pubsub_manager.c ['fuzz_tcp_message', 'fuzz_pubsub_connection_config', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/client/../util/ua_util_internal.h ['fuzz_client'] []
/src/open62541/src/pubsub/ua_pubsub_networkmessage_binary.c ['fuzz_pubsub_json', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_pubsub_binary', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_server_services.cc ['fuzz_server_services'] []
/work/open62541/src_generated/mdnsd/sdtxt.c ['fuzz_mdns_xht'] []
/src/open62541/src/util/ua_encryptedsecret.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/deps/yxml.c ['fuzz_xml_decode_encode', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_json_decode_encode.cc ['fuzz_json_decode_encode'] []
/src/open62541/tests/fuzz/fuzz_parse_string.cc ['fuzz_parse_string'] []
/src/open62541/tests/testing-plugins/test_helpers.c ['fuzz_client'] []
/src/open62541/src/pubsub/ua_pubsub_ns0.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/usr/include/openssl/x509v3.h ['fuzz_certificate_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/openssl/certificategroup.c ['fuzz_certificate_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/server/ua_subscription.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/historydata/ua_history_data_backend_memory.c [] []
/src/open62541/src/ua_securechannel_crypto.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/server/ua_services_discovery.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/work/open62541/src_generated/open62541/statuscodes.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/tests/fuzz/fuzz_src_ua_util.cc ['fuzz_src_ua_util'] []
/src/open62541/arch/posix/eventloop_posix.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/tests/fuzz/fuzz_pubsub_connection_config.cc ['fuzz_pubsub_connection_config'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_aes256sha256rsapss.c ['fuzz_config_json'] []
/src/open62541/src/server/ua_server_modelchange.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_binary_message.cc ['fuzz_binary_message'] []
/src/open62541/src/ua_types_encoding_binary.c ['fuzz_datatype_description', 'fuzz_binary_decode', 'fuzz_tcp_message', 'fuzz_pubsub_connection_config', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_pubsub_binary', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/plugins/ua_log_syslog.c [] []
/src/open62541/plugins/crypto/openssl/securitypolicy_eccnistp256.c ['fuzz_config_json'] []
/src/open62541/src/pubsub/ua_pubsub_readergroup.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/ua_config_default.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/tests/testing-plugins/testing_clock.c [] []
/src/open62541/src/server/ua_services_method.c [] []
/src/open62541/src/server/ua_services_securechannel.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_config_json.cc ['fuzz_config_json'] []
/src/open62541/arch/posix/eventloop_posix.h [] []
/src/open62541/src/pubsub/ua_pubsub_connection.c ['fuzz_tcp_message', 'fuzz_pubsub_connection_config', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/deps/base64.c ['fuzz_base64_decode', 'fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_base64_encode', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/arch/posix/eventloop_posix_eth.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_common.c ['fuzz_certificate_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/plugins/ua_nodestore_ziptree.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/ua_filestore_common.c ['fuzz_config_json'] []
/src/open62541/src/server/ua_services.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_services_nodemanagement.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_services_session.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_pubsub_binary.cc ['fuzz_pubsub_binary'] []
/src/open62541/plugins/ua_config_json.c ['fuzz_config_json'] []
/src/open62541/tests/fuzz/fuzz_process_request.cc ['fuzz_process_request'] []
/src/open62541/src/server/ua_services_monitoreditem.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_transport_http.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_base64_decode.cc ['fuzz_base64_decode'] []
/src/open62541/src/server/ua_subscription_datachange.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/work/open62541/src_generated/mdnsd/1035.c ['fuzz_mdns_message'] []
/src/open62541/tests/fuzz/fuzz_tcp_message.cc ['fuzz_tcp_message'] []
/src/open62541/src/server/ua_server_ns0_diagnostics.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_aes128sha256rsaoaep.c ['fuzz_config_json'] []
/src/open62541/src/pubsub/ua_pubsub_dataset.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/client/ua_client_util.c [] []
/src/open62541/src/ua_securechannel_http.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/tests/fuzz/fuzz_json_decode.cc ['fuzz_json_decode'] []
/src/open62541/src/server/ua_server_ns0.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/arch/posix/eventloop_posix_interrupt.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/arch/common/eventloop_common.c [] []
/src/open62541/plugins/crypto/openssl/securitypolicy_basic256sha256.c ['fuzz_config_json'] []
/src/open62541/plugins/crypto/openssl/create_certificate.c [] []
/work/open62541/src_generated/mdnsd/xht.c ['fuzz_mdns_xht'] []
/work/open62541/src_generated/open62541/transport_generated.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/server/ua_server_discovery.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/pubsub/ua_pubsub_writergroup.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/client/ua_client_subscriptions.c ['fuzz_client'] []
/src/open62541/src/client/ua_client_discovery.c ['fuzz_client'] []
/src/open62541/src/server/ua_server_internal.h ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/tests/fuzz/fuzz_client.cc ['fuzz_client'] []
/src/open62541/plugins/crypto/ua_securitypolicy_filestore.c [] []
/src/open62541/src/pubsub/ua_pubsub_reader.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/util/ua_util.c ['fuzz_datatype_description', 'fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_pubsub_connection_config', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_src_ua_util', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/src/client/ua_client.c ['fuzz_client'] []
/src/open62541/src/util/ua_eventfilter_lex.c ['fuzz_eventfilter_parse'] []
/src/open62541/deps/mp_printf.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/ua_types.c ['fuzz_json_decode_encode', 'fuzz_datatype_description', 'fuzz_certificate_parse', 'fuzz_xml_decode_encode', 'fuzz_eventfilter_parse', 'fuzz_binary_decode', 'fuzz_pubsub_json', 'fuzz_tcp_message', 'fuzz_pubsub_connection_config', 'fuzz_server_services', 'fuzz_json_decode', 'fuzz_config_json', 'fuzz_pubsub_binary', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/work/open62541/src_generated/open62541/namespace0_generated.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_subscription.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/deps/cj5.c ['fuzz_json_decode_encode', 'fuzz_eventfilter_parse', 'fuzz_pubsub_json', 'fuzz_json_decode', 'fuzz_config_json', 'fuzz_client'] []
/src/open62541/arch/posix/eventloop_posix_udp.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/plugins/crypto/ua_certificategroup_filestore.c ['fuzz_config_json'] []
/src/open62541/src/server/ua_server_config.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_server_utils.c ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/src/server/ua_services_subscription.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_transport_ws.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/ua_accesscontrol_default.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_eccnistp256_aesgcm.c [] []
/src/open62541/plugins/crypto/openssl/securitypolicy_eccnistp256_chachapoly.c [] []
/work/open62541/src_generated/open62541/config.h ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_eccnistp384.c [] []
/src/open62541/src/util/ua_eventfilter_grammar.c ['fuzz_eventfilter_parse'] []
/src/open62541/plugins/ua_log_stdout.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/tests/fuzz/fuzz_binary_decode.cc ['fuzz_binary_decode'] []
/src/open62541/deps/utf8.h ['fuzz_config_json'] []
/src/open62541/src/client/ua_client_highlevel.c [] []
/src/open62541/src/ua_types_encoding_json.c ['fuzz_json_decode_encode', 'fuzz_eventfilter_parse', 'fuzz_pubsub_json', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_json_decode', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/include/open62541/client_subscriptions.h [] []
/src/open62541/src/server/ua_server_async.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/work/open62541/src_generated/open62541/types_generated.h ['fuzz_json_decode_encode', 'fuzz_datatype_description', 'fuzz_certificate_parse', 'fuzz_xml_decode_encode', 'fuzz_eventfilter_parse', 'fuzz_binary_decode', 'fuzz_pubsub_json', 'fuzz_tcp_message', 'fuzz_pubsub_connection_config', 'fuzz_server_services', 'fuzz_json_decode', 'fuzz_config_json', 'fuzz_pubsub_binary', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/work/open62541/src_generated/mdnsd/mdnsd.c ['fuzz_mdns_message'] []
/src/open62541/arch/posix/clock_posix.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/deps/libc_time.c ['fuzz_certificate_parse', 'fuzz_parse_string'] []
/src/open62541/tests/fuzz/fuzz_xml_decode_encode.cc ['fuzz_xml_decode_encode'] []
/src/open62541/drivers/discovery_mdns_mdnsd.c [] []
/src/open62541/src/server/ua_services_view.c ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/arch/posix/eventloop_posix_tcp.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/pubsub/ua_pubsub_writer.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_server_auditing.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_ecccurve448.c [] []
/src/open62541/src/pubsub/ua_pubsub_internal.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/usr/include/openssl/x509.h ['fuzz_config_json'] []
/src/open62541/tests/fuzz/fuzz_mdns_message.cc ['fuzz_mdns_message'] []
/src/open62541/tests/fuzz/fuzz_base64_encode.cc ['fuzz_base64_encode'] []
/src/open62541/src/server/ua_server.c ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/src/server/ua_session.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/server/ua_services_attribute.c ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/tests/fuzz/fuzz_mdns_xht.cc ['fuzz_mdns_xht'] []
/src/open62541/tests/fuzz/custom_memory_manager.c ['fuzz_datatype_description', 'fuzz_certificate_parse', 'fuzz_binary_decode', 'fuzz_pubsub_json', 'fuzz_tcp_message', 'fuzz_pubsub_binary', 'fuzz_src_ua_util', 'fuzz_attributeoperand'] []
/src/open62541/src/ua_securechannel.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/usr/include/openssl/asn1.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/server/ua_transport_tcp_reverse.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/ua_certificategroup_none.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/util/ua_eventfilter_parser.c ['fuzz_eventfilter_parse'] []
/src/open62541/deps/utf8.c [] []
/src/open62541/plugins/crypto/openssl/securitypolicy_ecccurve25519.c [] []
/src/open62541/plugins/crypto/openssl/securitypolicy_basic128rsa15.c ['fuzz_config_json'] []
/src/open62541/src/server/ua_server_nodes.c ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/deps/musl_inet_pton.c [] []
/src/open62541/include/open62541/plugin/nodestore.h ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/plugins/historydata/ua_history_database_default.c [] []
/src/open62541/src/util/ua_types_lex.c ['fuzz_datatype_description', 'fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/tests/fuzz/fuzz_pubsub_json.cc ['fuzz_pubsub_json'] []
/src/open62541/plugins/crypto/ua_securitypolicy_none.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/work/open62541/src_generated/mdnsd/log.c ['fuzz_mdns_message'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_eccbrainpoolp384r1.c [] []
/src/open62541/deps/itoa.c ['fuzz_datatype_description', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/src/client/../ua_securechannel.h ['fuzz_client'] []
/src/open62541/src/ua_types_encoding_xml.c ['fuzz_xml_decode_encode', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/crypto/openssl/securitypolicy_eccbrainpoolp256r1.c [] []
/src/open62541/tests/fuzz/fuzz_eventfilter_parse.cc ['fuzz_eventfilter_parse'] []
/src/open62541/tests/fuzz/fuzz_attributeoperand.cc ['fuzz_attributeoperand'] []
/src/open62541/src/util/ua_util_internal.h ['fuzz_datatype_description', 'fuzz_eventfilter_parse', 'fuzz_binary_decode', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/src/client/ua_client_connect_http.c ['fuzz_client'] []
/src/open62541/deps/ziptree.c ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/src/pubsub/../server/ua_server_internal.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/pubsub/../ua_types_encoding_json.h ['fuzz_pubsub_json'] []
/src/open62541/plugins/historydata/ua_history_data_gathering_default.c [] []
/src/open62541/plugins/crypto/openssl/securitypolicy_basic256.c ['fuzz_config_json'] []
/src/open62541/include/open62541/server.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/plugins/include/open62541/server_config_default.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/testing-plugins/testing_networklayers.c ['fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/ua_types_definition.c ['fuzz_datatype_description', 'fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_parse_string', 'fuzz_attributeoperand'] []
/src/open62541/tests/fuzz/fuzz_certificate_parse.cc ['fuzz_certificate_parse'] []
/src/open62541/src/pubsub/ua_pubsub_networkmessage_json.c ['fuzz_pubsub_json', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/tests/fuzz/fuzz_datatype_description.cc ['fuzz_datatype_description'] []
/src/open62541/src/ua_securechannel.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/deps/pcg_basic.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/arch/common/timer.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/work/open62541/src_generated/mdnsd/inet.c ['fuzz_mdns_message'] []
/src/open62541/include/open62541/plugin/log.h ['fuzz_eventfilter_parse', 'fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/client/ua_client_connect.c ['fuzz_client'] []
/src/open62541/src/server/ua_subscription_event.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/src/pubsub/../util/ua_util_internal.h ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_pubsub_binary', 'fuzz_process_request', 'fuzz_binary_message'] []
/src/open62541/deps/parse_num.c ['fuzz_parse_string'] []
/src/open62541/deps/dtoa.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message', 'fuzz_client'] []
/src/open62541/src/server/ua_transport_tcp.c ['fuzz_tcp_message', 'fuzz_server_services', 'fuzz_config_json', 'fuzz_process_request', 'fuzz_binary_message'] []

Directories in report

Directory
/src/open62541/deps/
/src/open62541/plugins/include/open62541/
/work/open62541/src_generated/open62541/
/src/open62541/src/pubsub/../server/
/src/open62541/src/client/
/src/open62541/src/client/../util/
/src/open62541/src/
/src/open62541/plugins/crypto/
/work/open62541/src_generated/mdnsd/
/src/open62541/include/open62541/plugin/
/src/open62541/arch/common/
/src/open62541/src/pubsub/../util/
/src/open62541/src/server/
/src/open62541/plugins/crypto/openssl/
/src/open62541/plugins/historydata/
/src/open62541/include/open62541/
/src/open62541/tests/testing-plugins/
/src/open62541/plugins/
/src/open62541/src/client/../
/src/open62541/src/util/
/usr/include/openssl/
/src/open62541/tests/fuzz/
/src/open62541/src/pubsub/../
/src/open62541/drivers/
/src/open62541/arch/posix/
/src/open62541/src/pubsub/

Metadata section

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

Fuzzer Calltree file Program data file Coverage file
fuzz_base64_decode fuzzerLogFile-0-zv8028EjbT.data fuzzerLogFile-0-zv8028EjbT.data.yaml
fuzz_json_decode_encode fuzzerLogFile-0-h2qzCoDJi8.data fuzzerLogFile-0-h2qzCoDJi8.data.yaml
fuzz_datatype_description fuzzerLogFile-0-MiLpreSHgK.data fuzzerLogFile-0-MiLpreSHgK.data.yaml
fuzz_mdns_message fuzzerLogFile-0-2PunhWoKVX.data fuzzerLogFile-0-2PunhWoKVX.data.yaml
fuzz_certificate_parse fuzzerLogFile-0-TBzgKq8717.data fuzzerLogFile-0-TBzgKq8717.data.yaml
fuzz_xml_decode_encode fuzzerLogFile-0-4m6Y7RQ4Yj.data fuzzerLogFile-0-4m6Y7RQ4Yj.data.yaml
fuzz_eventfilter_parse fuzzerLogFile-0-6ZoSZDvqo3.data fuzzerLogFile-0-6ZoSZDvqo3.data.yaml
fuzz_binary_decode fuzzerLogFile-0-8BTo3lDWHz.data fuzzerLogFile-0-8BTo3lDWHz.data.yaml
fuzz_pubsub_json fuzzerLogFile-0-Vjp24tmBlc.data fuzzerLogFile-0-Vjp24tmBlc.data.yaml
fuzz_tcp_message fuzzerLogFile-0-FFuhSohWue.data fuzzerLogFile-0-FFuhSohWue.data.yaml
fuzz_pubsub_connection_config fuzzerLogFile-0-SxHyTwxVBe.data fuzzerLogFile-0-SxHyTwxVBe.data.yaml
fuzz_server_services fuzzerLogFile-0-Urt8kVjJAB.data fuzzerLogFile-0-Urt8kVjJAB.data.yaml
fuzz_base64_encode fuzzerLogFile-0-csAxR4GUQx.data fuzzerLogFile-0-csAxR4GUQx.data.yaml
fuzz_json_decode fuzzerLogFile-0-sPSKczrkZp.data fuzzerLogFile-0-sPSKczrkZp.data.yaml
fuzz_config_json fuzzerLogFile-0-vDSn91AtGj.data fuzzerLogFile-0-vDSn91AtGj.data.yaml
fuzz_pubsub_binary fuzzerLogFile-0-IVau2dUXEu.data fuzzerLogFile-0-IVau2dUXEu.data.yaml
fuzz_mdns_xht fuzzerLogFile-0-U0Dgyc9hdh.data fuzzerLogFile-0-U0Dgyc9hdh.data.yaml
fuzz_process_request fuzzerLogFile-0-KDliitNwrS.data fuzzerLogFile-0-KDliitNwrS.data.yaml
fuzz_binary_message fuzzerLogFile-0-SnlzvkAaDK.data fuzzerLogFile-0-SnlzvkAaDK.data.yaml
fuzz_client fuzzerLogFile-0-NkJVNWfy3W.data fuzzerLogFile-0-NkJVNWfy3W.data.yaml
fuzz_src_ua_util fuzzerLogFile-0-5ozHbr0Ky5.data fuzzerLogFile-0-5ozHbr0Ky5.data.yaml
fuzz_parse_string fuzzerLogFile-0-fkClK9iiWd.data fuzzerLogFile-0-fkClK9iiWd.data.yaml
fuzz_attributeoperand fuzzerLogFile-0-AVE19Z5Lyf.data fuzzerLogFile-0-AVE19Z5Lyf.data.yaml