Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-10-10

Project overview: s2opc

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
21.0%
1122 / 5431
Cyclomatic complexity statically reachable by fuzzers
28.0%
8201 / 29145
Runtime code coverage of functions
17.0%
929 / 5431

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
parse_tcp_uri_fuzzer /src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c 14 1156 3 4 114 64 fuzz_parse_tcp_uri.c
decode_fuzzer /src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c 41 1124 7 9 468 210 fuzz_decoder.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c 90 1173 7 14 1477 674 fuzz_x509crl.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c 218 1035 14 22 4074 1852 fuzz_x509crt.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c 156 1014 10 19 2628 1208 fuzz_pubkey.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c 181 1079 12 22 2995 1386 fuzz_x509csr.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c 289 881 12 34 4791 2185 fuzz_privkey.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c 686 930 18 49 11362 5171 fuzz_dtlsclient.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c 769 854 17 53 12974 5900 fuzz_dtlsserver.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c 743 882 17 53 12379 5641 fuzz_server.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c 690 926 18 49 11405 5195 fuzz_client.c
sub_fuzzer /src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c 187 2695 13 19 2392 1066 fuzz_sub.c
server_request_fuzzer /src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c 434 4003 18 65 6259 2834 fuzz_server_request.c

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: parse_tcp_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 0 0.0%
gold [1:9] 1 3.44%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 28 96.5%
All colors 29 100

Runtime coverage analysis

Covered functions
8
Functions that are reachable but not covered
6
Reachable functions
14
Percentage of reachable functions covered
57.14%
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
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c 1
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 1
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 2
/src/S2OPC/src/Common/helpers/sopc_helper_uri.c 4

Fuzzer: decode_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 8 7.69%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 96 92.3%
All colors 104 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
5 8 SOPC_EncodeableObject_InternalInitialize call site: 00008 SOPC_EncodeableType_GetUserType
2 20 getKnownEncodeableType call site: 00020 SOPC_EncodeableType_GetUserType
1 63 SOPC_Buffer_Init call site: 00063 SOPC_Buffer_Delete

Runtime coverage analysis

Covered functions
813
Functions that are reachable but not covered
6
Reachable functions
41
Percentage of reachable functions covered
85.37%
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
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c 1
/src/S2OPC/src/Common/helpers/sopc_helper_endianness_cfg.c 1
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 3
/src/S2OPC/src/Common/opcua_types/sopc_encodeabletype.c 15
/src/S2OPC/src/Common/helpers/sopc_dict.c 2
/src/S2OPC/src/Common/helpers/sopc_buffer.c 9
/src/S2OPC/src/Common/configuration/sopc_common_constants.c 1
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c 4
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 1

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 298 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.33%
All colors 299 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
298 0 EP call site: 00000 mbedtls_x509_crl_parse

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
89
Reachable functions
90
Percentage of reachable functions covered
1.11%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c 1
/work/mbedtls-2.28.8/library/x509_crl.c 9
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/asn1parse.c 8
/work/mbedtls-2.28.8/library/x509.c 17
/work/mbedtls-2.28.8/library/oid.c 7
/work/mbedtls-2.28.8/library/md.c 2

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 927 99.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.10%
All colors 928 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
927 0 EP call site: 00000 mbedtls_x509_crt_parse

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
217
Reachable functions
218
Percentage of reachable functions covered
0.46%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 24
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 6
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 18
/work/mbedtls-2.28.8/library/oid.c 18
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/rsa.c 4
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/library/ecp.c 15
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/md.c 2

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 675 98.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 1.88%
All colors 688 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
662 0 EP call site: 00000 mbedtls_pk_parse_public_key
12 664 LLVMFuzzerTestOneInput call site: 00664 mbedtls_rsa_export_crt
1 685 LLVMFuzzerTestOneInput call site: 00685 abort

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
155
Reachable functions
156
Percentage of reachable functions covered
0.64%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c 1
/work/mbedtls-2.28.8/library/pk.c 5
/work/mbedtls-2.28.8/library/pkparse.c 9
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/asn1parse.c 7
/work/mbedtls-2.28.8/library/rsa.c 6
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/oid.c 4
/work/mbedtls-2.28.8/library/ecp.c 16
/work/mbedtls-2.28.8/library/ecp_curves.c 6

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 754 99.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.13%
All colors 755 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
754 0 EP call site: 00000 mbedtls_x509_csr_parse

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
180
Reachable functions
181
Percentage of reachable functions covered
0.55%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c 1
/work/mbedtls-2.28.8/library/x509_csr.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/asn1parse.c 8
/work/mbedtls-2.28.8/library/pk.c 6
/work/mbedtls-2.28.8/library/x509.c 11
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/library/oid.c 11
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/rsa.c 4
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/ecp.c 15
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/md.c 2

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1302 99.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 0.98%
All colors 1315 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
1281 0 EP call site: 00000 mbedtls_pk_parse_key
10 1282 LLVMFuzzerTestOneInput call site: 01282 mbedtls_mpi_copy
9 1294 LLVMFuzzerTestOneInput call site: 01294 mbedtls_mpi_copy
1 1309 LLVMFuzzerTestOneInput call site: 01309 mbedtls_pk_ec
1 1312 LLVMFuzzerTestOneInput call site: 01312 abort

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
288
Reachable functions
289
Percentage of reachable functions covered
0.35%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c 1
/work/mbedtls-2.28.8/library/pk.c 5
/work/mbedtls-2.28.8/library/pkparse.c 13
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 11
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 7
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/bignum.c 49
/work/mbedtls-2.28.8/library/asn1parse.c 8
/work/mbedtls-2.28.8/library/rsa.c 7
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/ecp.c 44
/work/mbedtls-2.28.8/library/oid.c 10
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/md.c 14
/work/mbedtls-2.28.8/library/ripemd160.c 7
/work/mbedtls-2.28.8/library/sha1.c 7
/work/mbedtls-2.28.8/library/sha256.c 7
/work/mbedtls-2.28.8/library/sha512.c 7
/work/mbedtls-2.28.8/library/pkcs12.c 7
/work/mbedtls-2.28.8/library/cipher.c 11
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 2
/work/mbedtls-2.28.8/library/gcm.c 2
/work/mbedtls-2.28.8/library/chachapoly.c 2
/work/mbedtls-2.28.8/library/poly1305.c 3
/work/mbedtls-2.28.8/library/arc4.c 4
/work/mbedtls-2.28.8/library/pkcs5.c 4

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3508 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 12 0.34%
All colors 3520 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
2621 898 LLVMFuzzerTestOneInput call site: 00898 mbedtls_ssl_read
835 2 LLVMFuzzerTestOneInput call site: 00002 mbedtls_x509_crt_parse_der
21 859 LLVMFuzzerTestOneInput call site: 00859 mbedtls_ctr_drbg_reseed_internal
14 843 LLVMFuzzerTestOneInput call site: 00843 mbedtls_platform_entropy_poll
14 883 LLVMFuzzerTestOneInput call site: 00883 mbedtls_ssl_conf_dh_param_bin
1 838 LLVMFuzzerTestOneInput call site: 00838 fwrite
1 841 LLVMFuzzerTestOneInput call site: 00841 mbedtls_ctr_drbg_init
1 881 LLVMFuzzerTestOneInput call site: 00881 rand

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
685
Reachable functions
686
Percentage of reachable functions covered
0.15%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 16
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 18
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 10
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 52
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/programs/fuzz/common.c 6
/work/mbedtls-2.28.8/library/ssl_tls.c 66
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 4
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 3
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/ssl_srv.c 40

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3793 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 0.34%
All colors 3806 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
2237 1568 LLVMFuzzerTestOneInput call site: 01568 mbedtls_ssl_read
835 3 LLVMFuzzerTestOneInput call site: 00003 mbedtls_x509_crt_parse_der
683 840 LLVMFuzzerTestOneInput call site: 00840 pk_parse_key_pkcs8_encrypted_der
21 1546 LLVMFuzzerTestOneInput call site: 01546 mbedtls_ctr_drbg_reseed_internal
13 1529 LLVMFuzzerTestOneInput call site: 01529 mbedtls_platform_entropy_poll
2 1524 LLVMFuzzerTestOneInput call site: 01524 fwrite
2 1543 LLVMFuzzerTestOneInput call site: 01543 mbedtls_md_init

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
768
Reachable functions
769
Percentage of reachable functions covered
0.13%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/pk.c 17
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 24
/work/mbedtls-2.28.8/library/pkparse.c 15
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 12
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 54
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/pkcs12.c 7
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 3
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/arc4.c 4
/work/mbedtls-2.28.8/library/pkcs5.c 4
/work/mbedtls-2.28.8/programs/fuzz/common.c 6
/work/mbedtls-2.28.8/library/ssl_tls.c 67
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 4
/work/mbedtls-2.28.8/library/ssl_cookie.c 6
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/library/ssl_srv.c 42
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3808 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 0.20%
All colors 3816 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
2286 1529 LLVMFuzzerTestOneInput call site: 01529 mbedtls_ssl_read
835 3 LLVMFuzzerTestOneInput call site: 00003 mbedtls_x509_crt_parse_der
684 839 LLVMFuzzerTestOneInput call site: 00839 mbedtls_pk_parse_key
1 1 LLVMFuzzerTestOneInput call site: 00001 mbedtls_pk_init
1 1524 LLVMFuzzerTestOneInput call site: 01524 fwrite
1 1526 LLVMFuzzerTestOneInput call site: 01526 mbedtls_ssl_config_init

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
742
Reachable functions
743
Percentage of reachable functions covered
0.13%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/pk.c 17
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 24
/work/mbedtls-2.28.8/library/pkparse.c 15
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 12
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 54
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/pkcs12.c 7
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 4
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/arc4.c 4
/work/mbedtls-2.28.8/library/pkcs5.c 4
/work/mbedtls-2.28.8/programs/fuzz/common.c 5
/work/mbedtls-2.28.8/library/ssl_tls.c 80
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 1
/work/mbedtls-2.28.8/library/ssl_ticket.c 8
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7
/work/mbedtls-2.28.8/library/ssl_srv.c 40

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3515 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 0.28%
All colors 3525 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
2644 880 LLVMFuzzerTestOneInput call site: 00880 mbedtls_ssl_read
835 2 LLVMFuzzerTestOneInput call site: 00002 mbedtls_x509_crt_parse_der
21 858 LLVMFuzzerTestOneInput call site: 00858 mbedtls_ctr_drbg_reseed_internal
14 843 LLVMFuzzerTestOneInput call site: 00843 mbedtls_platform_entropy_poll
1 838 LLVMFuzzerTestOneInput call site: 00838 fwrite

Runtime coverage analysis

Covered functions
932
Functions that are reachable but not covered
689
Reachable functions
690
Percentage of reachable functions covered
0.14%
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
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 16
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 18
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 10
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 52
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/programs/fuzz/common.c 5
/work/mbedtls-2.28.8/library/ssl_tls.c 75
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 1
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 3
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/ssl_srv.c 40

Fuzzer: sub_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 133 22.5%
gold [1:9] 12 2.03%
yellow [10:29] 16 2.71%
greenyellow [30:49] 12 2.03%
lawngreen 50+ 417 70.6%
All colors 590 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
49 114 Decode_SecurityHeader call site: 00114 SOPC_PubSub_Security_Decrypt
29 164 SOPC_Buffer_Init call site: 00164 SOPC_PubSub_Security_Encrypt
11 543 SOPC_ByteString_Initialize call site: 00543 SOPC_NodeId_Clear
7 105 Decode_Message_V1 call site: 00105 SOPC_Helper_Convert_PublisherId
5 59 SOPC_String_ReadWithLimitedLength call site: 00059 SOPC_Dataset_LL_NetworkMessage_Set_PublisherId_String
5 537 createAndInitialize_writeValues call site: 00537 SOPC_String_Copy
5 560 Decode_Message_V1 call site: 00560 SOPC_SubTargetVariable_TargetVariableCtx_Delete
4 369 SOPC_EncodeableType_GetEncodeableType call site: 00369 SOPC_Dict_Get
4 582 SOPC_PubFixedBuffer_Delete_Preencode_Buffer call site: 00582 SOPC_Buffer_Delete
3 216 decode_dataSetMessage call site: 00216 SOPC_Dataset_LL_DataSetMsg_Set_SequenceNumber
2 48 Network_Layer_PublisherId_Read call site: 00048 SOPC_String_Read
2 393 getKnownEncodeableType call site: 00393 SOPC_EncodeableType_GetUserType

Runtime coverage analysis

Covered functions
834
Functions that are reachable but not covered
43
Reachable functions
187
Percentage of reachable functions covered
77.01%
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
/src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c 1
/src/S2OPC/src/Common/helpers/sopc_buffer.c 11
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 4
/src/S2OPC/src/PubSub/network/sopc_network_layer.c 15
/src/S2OPC/src/PubSub/dataset/sopc_dataset_ll_layer.c 29
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c 36
/src/S2OPC/src/Common/configuration/sopc_common_constants.c 1
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 36
/src/S2OPC/src/PubSub/common/sopc_pubsub_conf.c 10
/src/S2OPC/src/PubSub/common/sopc_pubsub_helpers.c 1
/src/S2OPC/src/PubSub/security/sopc_pubsub_security.c 4
/src/S2OPC/src/Common/crypto/sopc_crypto_provider.c 10
/src/S2OPC/src/Common/crypto/sopc_crypto_profiles.c 1
/src/S2OPC/src/Common/crypto/sopc_secret_buffer.c 3
/src/S2OPC/src/Common/opcua_types/sopc_encodeabletype.c 13
/src/S2OPC/src/Common/helpers/sopc_dict.c 2
/src/S2OPC/src/PubSub/subscriber/sopc_sub_target_variable.c 3
/src/S2OPC/src/Common/opcua_types/sopc_types.c 2
/src/S2OPC/src/PubSub/publisher/sopc_pub_fixed_buffer.c 1

Fuzzer: server_request_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 1393 93.0%
gold [1:9] 17 1.13%
yellow [10:29] 1 0.06%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 86 5.74%
All colors 1497 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
1077 134 SOPC_ToolkitServer_GetSecureChannelConfig call site: 00134 SC_Chunks_DecodeAsymSecurityHeader_Certificates
171 1228 SC_Chunks_TreatTcpPayload call site: 01228 SC_Chunks_DecryptMsg
42 52 SOPC_Logger_TraceError call site: 00052 SOPC_Log_VTrace
32 1459 SC_CloseConnection call site: 01459 SOPC_Sockets_EnqueueEvent
20 1438 SC_CloseConnection call site: 01438 SOPC_EventHandler_Post
17 1411 SOPC_SLinkedList_Delete call site: 01411 SOPC_Buffer_Create
9 1212 SOPC_String_Clear call site: 01212 SOPC_Logger_TraceError
4 125 SC_Chunks_CheckAsymmetricSecurityHeader call site: 00125 SOPC_Logger_TraceError
4 1404 SOPC_ScInternalContext_ClearIntermediateInputChunks call site: 01404 SOPC_ScInternalContext_DeleteIntermediateInputBuffer
3 111 SC_Chunks_TreatTcpPayload call site: 00111 SOPC_Logger_TraceError
3 130 SC_Chunks_CheckAsymmetricSecurityHeader call site: 00130 SOPC_ToolkitServer_GetSecureChannelConfig
2 13 SOPC_Buffer_Write call site: 00013 SOPC_Realloc

Runtime coverage analysis

Covered functions
43
Functions that are reachable but not covered
393
Reachable functions
434
Percentage of reachable functions covered
9.45%
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
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c 1
/src/S2OPC/src/Common/helpers/sopc_helper_endianness_cfg.c 1
/src/S2OPC/src/Common/helpers/sopc_buffer.c 12
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 4
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_connection_state_mgr.c 3
/src/S2OPC/src/Common/configuration/sopc_common_constants.c 1
/src/S2OPC/src/Common/helpers/sopc_singly_linked_list.c 15
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_channels_internal_ctx.c 8
/src/S2OPC/src/ClientServer/secure_channels/sopc_chunks_mgr.c 19
/src/S2OPC/src/Common/helpers/sopc_logger.c 3
/src/S2OPC/src/Common/helpers/sopc_log_manager.c 3
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_threads.c 3
/src/S2OPC/src/Common/helpers/sopc_date_time.c 5
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_date_time.c 3
/src/S2OPC/src/Common/helpers/sopc_circular_log_file.c 1
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c 4
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 8
/src/S2OPC/src/ClientServer/configuration/sopc_toolkit_config.c 4
/src/S2OPC/src/Common/helpers/sopc_helper_string.c 1
/src/S2OPC/src/Common/crypto/sopc_crypto_provider.c 21
/src/S2OPC/src/Common/crypto/sopc_crypto_profiles.c 2
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_provider_mbedtls.c 5
/work/mbedtls-2.28.8/library/entropy.c 6
/work/mbedtls-2.28.8/library/sha512.c 7
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 1
/work/mbedtls-2.28.8/library/ctr_drbg.c 7
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/platform_util.c 1
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/key_manager_mbedtls.c 11
/work/mbedtls-2.28.8/library/x509_crt.c 18
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 6
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 14
/work/mbedtls-2.28.8/library/oid.c 10
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/rsa.c 4
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/library/ecp.c 15
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 7
/src/S2OPC/src/Common/crypto/sopc_pki_stack.c 9
/work/mbedtls-2.28.8/library/md.c 2
/work/mbedtls-2.28.8/library/ripemd160.c 7
/work/mbedtls-2.28.8/library/sha1.c 7
/work/mbedtls-2.28.8/library/sha256.c 7
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_time_reference.c 1
/usr/local/include/mbedtls/pk.h 1
/src/S2OPC/src/Common/crypto/sopc_secret_buffer.c 4
/src/S2OPC/src/Common/helpers/sopc_event_timer_manager.c 3
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_atomic.c 1
/src/S2OPC/src/Common/helpers/sopc_event_handler.c 2
/src/S2OPC/src/Common/helpers/sopc_async_queue.c 3
/src/S2OPC/src/Common/crypto/sopc_key_sets.c 1
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_api.c 1
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_internal_ctx.c 1
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_network_event_mgr.c 1
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_sockets.c 1

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
SOPC_Toolkit_Initialize /src/S2OPC/src/ClientServer/configuration/sopc_toolkit_config.c 1 ['N/A'] 24 0 104 16 7 2727 0 14131 9992
mbedtls_test_psa_exercise_key /work/mbedtls-2.28.8/tests/src/psa_exercise_key.c 3 ['int', 'int', 'int'] 20 0 123 30 14 626 0 4907 2252
SOPC_DataSet_LL_NetworkMessage_Create_Preencode_Buffer /src/S2OPC/src/PubSub/publisher/sopc_pub_fixed_buffer.c 2 ['N/A', 'N/A'] 12 0 98 23 10 153 0 799 367

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

Functions statically reachable by fuzzers
65.0%
3542 / 5431
Cyclomatic complexity statically reachable by fuzzers
71.0%
20746 / 29145

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.

/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c

Dictionary

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


/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.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=['SOPC_EncodeableObject_InternalInitialize', 'getKnownEncodeableType', 'SOPC_Buffer_Init']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c

Dictionary

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


/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c

Dictionary

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


/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c

Dictionary

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


/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.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=['Decode_SecurityHeader', 'SOPC_Buffer_Init', 'SOPC_ByteString_Initialize', 'Decode_Message_V1', 'SOPC_String_ReadWithLimitedLength', 'createAndInitialize_writeValues', 'SOPC_EncodeableType_GetEncodeableType', 'SOPC_PubFixedBuffer_Delete_Preencode_Buffer', 'decode_dataSetMessage']

/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['SOPC_ToolkitServer_GetSecureChannelConfig', 'SC_Chunks_TreatTcpPayload', 'SOPC_Logger_TraceError', 'SC_CloseConnection', 'SOPC_SLinkedList_Delete', 'SOPC_String_Clear', 'SC_Chunks_CheckAsymmetricSecurityHeader', 'SOPC_ScInternalContext_ClearIntermediateInputChunks']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
SOPC_NodeId_Copy 41 5 12.19% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', 'sub_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SOPC_ArrayDimensions_isCompatible 35 7 20.0% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', 'sub_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
Decode_SecurityHeader 117 30 25.64% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', 'sub_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SC_Chunks_TreatTcpPayload 319 174 54.54% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', 'server_request_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SC_Chunks_CheckAsymmetricSecurityHeader 230 57 24.78% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', 'server_request_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SC_CloseConnection 69 34 49.27% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', 'server_request_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']

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/S2OPC/src/ClientServer/services/bgenc/browse_treatment_result_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_queue_it_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_continuation_points.c [] []
/work/mbedtls-2.28.8/library/pkcs5.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/unregister_nodes_it.c [] []
/work/mbedtls-2.28.8/library/ripemd160.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_delete_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_async_queue.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/chacha20.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/service_write_decode_bs.c [] []
/work/mbedtls-2.28.8/library/x509_crl.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_create_monitored_item_it.c [] []
/src/S2OPC/src/Common/configuration/sopc_common.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_read_response_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/continuation_point_impl.c [] []
/src/S2OPC/src/Common/helpers/sopc_numeric_range.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_namespaces_metadata.c [] []
/work/mbedtls-2.28.8/library/entropy.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_event_mgr.c [] []
/work/mbedtls-2.28.8/tests/src/asn1_helpers.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_where_clause.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_client.c [] []
/src/S2OPC/src/ClientServer/services/b2c/notification_republish_queue_bs.c [] []
/work/s2opc/src/ClientServer/sopc_toolkit_build_info.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_translate_browse_path_bs.c [] []
/src/S2OPC/src/PubSub/network/sopc_network_layer.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/service_mgr_bs.c [] []
/work/mbedtls-2.28.8/tests/src/random.c [] []
/work/mbedtls-2.28.8/library/pk.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_read_it.c [] []
/work/mbedtls-2.28.8/library/cipher.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_register_server2.c [] []
/work/mbedtls-2.28.8/library/base64.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/toolkit_header.c [] []
/src/S2OPC/src/ClientServer/services/b2c/constants_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_set_discovery_server_data_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/user_authentication.c [] []
/src/S2OPC/src/PubSub/subscriber/sopc_reader_layer.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_select_it.c [] []
/src/S2OPC/src/Common/helpers/sopc_date_time.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_typing_bs.c [] []
/work/mbedtls-2.28.8/library/constant_time.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/hmac_drbg.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/namespace_array_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_namespaces_indexes_bs.c [] []
/src/S2OPC/src/PubSub/subscriber/sopc_sub_target_variable.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/constants.c [] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c']
/src/S2OPC/src/ClientServer/services/bgenc/address_space_local.c [] []
/src/S2OPC/src/ClientServer/services/b2c/user_authorization_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/app_cb_call_context_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_identity_node.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_event_filter_select_clauses_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_find_servers_on_network_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/channel_mgr_1.c [] []
/work/mbedtls-2.28.8/library/sha512.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_event_handler.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/service_register_server2_offline_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/node_management_add_nodes_items_it.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_functions_mbedtls.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_core.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c']
/src/S2OPC/src/ClientServer/services/bgenc/service_browse_it.c [] []
/work/mbedtls-2.28.8/library/bignum.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/util_event.c [] []
/src/S2OPC/src/PubSub/common/sopc_pubsub_conf.c ['sub_fuzzer'] ['sub_fuzzer']
/work/mbedtls-2.28.8/library/ctr_drbg.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_singly_linked_list.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_call_method_bs.c [] []
/src/S2OPC/src/Common/crypto/sopc_secret_buffer.c ['sub_fuzzer', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/x509_create.c [] []
/src/S2OPC/src/Common/crypto/sopc_pki_stack.c ['server_request_fuzzer'] []
/src/S2OPC/src/PubSub/dataset/sopc_dataset_ll_layer.c ['sub_fuzzer'] ['sub_fuzzer']
/work/mbedtls-2.28.8/library/psa_crypto_aead.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result.c [] []
/src/S2OPC/src/Common/crypto/sopc_key_manager.c [] []
/work/mbedtls-2.28.8/library/common.h [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_sockets.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
/src/S2OPC/src/ClientServer/services/b2c/default_role_permissions_array_bs.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_manager.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_set_view.c [] []
/work/mbedtls-2.28.8/library/ecdh.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/subscription_core_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_read_request_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_notification_queue_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_delete_nodes.c [] []
/work/mbedtls-2.28.8/library/camellia.c [] []
/src/S2OPC/src/ClientServer/services/b2c/subscription_absent_node_bs.c [] []
/work/mbedtls-2.28.8/library/arc4.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/key_manager_mbedtls.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source_1_it.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_random_impl.h [] []
/work/mbedtls-2.28.8/library/asn1parse.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_find_servers_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_roles_granted_bs.c [] []
/work/mbedtls-2.28.8/library/x509_csr.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c'] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c']
/work/mbedtls-2.28.8/library/psa_crypto_core.h [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c']
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result_1_it.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/sopc_time_reference.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_unregister_nodes.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespaces_default_role_permissions.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_write.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_threads.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_node_management_delete_nodes_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/browse_treatment_context_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_publish_bs.c [] []
/work/mbedtls-2.28.8/include/mbedtls/cipher.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/configuration/sopc_user.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_data_filter_treatment_bs.c [] []
/work/mbedtls-2.28.8/library/x509.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/tests/src/psa_exercise_key.c [] []
/src/S2OPC/src/ClientServer/services/b2c/data_value_pointer_bs.c [] []
/work/mbedtls-2.28.8/library/sha1.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/sha256.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_1_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/toolkit_header_init.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_identity_eval.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/io_dispatch_mgr.c [] []
/work/mbedtls-2.28.8/library/pem.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_logger.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_continuation_points_session_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/role_references_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/role_permissions_value_eval_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_namespaces_indexes.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_itf.c [] []
/work/mbedtls-2.28.8/library/chachapoly.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_chunks_mgr.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/service_write_1_it.c [] []
/work/mbedtls-2.28.8/include/psa/crypto_values.h [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/request_handle_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_roles.c [] []
/work/mbedtls-2.28.8/library/pkwrite.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c']
/work/mbedtls-2.28.8/tests/src/psa_crypto_helpers.c [] []
/work/mbedtls-2.28.8/library/ssl_srv.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/library/ecdsa.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_connection_state_mgr.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/service_add_nodes_1.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_register_server2_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_mgr.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_node_management_add_nodes_bs.c [] []
/src/S2OPC/src/Common/crypto/sopc_key_cert_pair.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/channel_mgr.c [] []
/src/S2OPC/src/ClientServer/api_toolkit/sopc_internal_app_dispatcher.c [] []
/work/mbedtls-2.28.8/library/oid.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_unregister_nodes.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_1.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_pointer_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_role_identities_bs.c [] []
/work/mbedtls-2.28.8/library/ecp.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_provider.c [] []
/work/mbedtls-2.28.8/include/mbedtls/pk.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/aes.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/sks/sopc_sk_builder.c [] []
/src/S2OPC/src/Common/helpers/sopc_buffer.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/work/mbedtls-2.28.8/library/psa_its_file.c [] []
/src/S2OPC/src/ClientServer/services/b2c/time_reference_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_user_permissions_bs.c [] []
/src/S2OPC/src/ClientServer/address_space/sopc_address_space.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_create_bs.c [] []
/work/mbedtls-2.28.8/library/ssl_cli.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/address_space/sopc_event_manager.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_set_discovery_server.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_mgr_it.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_slot_management.h [] []
/src/S2OPC/src/PubSub/security/sopc_pubsub_security.c ['sub_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/util_discovery_services.c [] []
/src/S2OPC/src/ClientServer/address_space/internal/sopc_node_mgt_helper_internal.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_ecp.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_channel_it.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_scheduler.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_provider_mbedtls.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/ssl_msg.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/library/ssl_cookie.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] []
/src/S2OPC/src/Common/configuration/sopc_common_constants.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_unregister_nodes_bs.c [] []
/work/mbedtls-2.28.8/library/blowfish.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_eval.c [] []
/work/mbedtls-2.28.8/library/asn1write.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core.c [] []
/work/mbedtls-2.28.8/library/ssl_tls.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/constants_statuscodes_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_register_server2.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_event_filter_where_clause_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespaces_refs_it.c [] []
/src/S2OPC/src/Common/crypto/sopc_crypto_profiles.c ['sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_where_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_authorization_session_roles_it_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_monitored_item_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/role_permissions_value_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_identities_it.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_types.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/address_space/internal/sopc_address_space_utils_internal.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_listener_state_mgr.c [] []
/work/mbedtls-2.28.8/library/entropy_poll.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_channels_api.c [] []
/work/mbedtls-2.28.8/include/psa/crypto_compat.h [] []
/src/S2OPC/src/ClientServer/services/sopc_services_api.c [] []
/src/S2OPC/src/ClientServer/services/b2c/util_user.c [] []
/src/S2OPC/src/ClientServer/services/b2c/message_out_bs.c [] []
/work/mbedtls-2.28.8/library/md5.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_read_request.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/call_method_mgr.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_channels_internal_ctx.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_atomic.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/platform.c [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c ['parse_tcp_uri_fuzzer'] ['parse_tcp_uri_fuzzer']
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_api.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_namespaces.c [] []
/work/mbedtls-2.28.8/library/ecp_curves.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/psa_crypto_mac.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_driver_wrappers.c [] []
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/library/psa_crypto_cipher.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/node_management_delete_nodes_items_it.c [] []
/src/S2OPC/src/PubSub/common/sopc_pubsub_helpers.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/Common/helpers/sopc_helper_uri.c ['parse_tcp_uri_fuzzer'] ['parse_tcp_uri_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_context.c [] []
/work/mbedtls-2.28.8/include/mbedtls/error.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/browse_treatment_result_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_browse_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_helper_encode.c [] []
/src/S2OPC/src/Common/helpers/sopc_circular_log_file.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/programs/fuzz/common.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/Common/helpers/sopc_hash.c [] []
/work/mbedtls-2.28.8/library/des.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/tests/src/helpers.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_node_management_add_nodes.c [] []
/work/mbedtls-2.28.8/library/poly1305.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/browse_treatment_continuation_points_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_core_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_bs.c [] []
/work/mbedtls-2.28.8/library/pkcs12.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] []
/work/mbedtls-2.28.8/tests/src/drivers/platform_builtin_keys.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_register_server2_set_bs.c [] []
/work/mbedtls-2.28.8/library/ssl_ticket.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result_it.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/channel_mgr_bs.c [] []
/src/S2OPC/src/Common/configuration/sopc_ieee_check.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_subscription_monitored_item.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_mgr.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_session_bs.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/address_space_authorization.c [] []
/work/mbedtls-2.28.8/library/dhm.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/PubSub/security/sopc_pubsub_sks.c [] []
/src/S2OPC/src/Common/helpers/sopc_helper_string.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/rsa_internal.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_core_it.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_slot_management.c [] []
/work/mbedtls-2.28.8/library/x509_crt.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c']
/work/mbedtls-2.28.8/library/ccm.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_read.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_queue_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_hash.c [] []
/src/S2OPC/src/Common/crypto/sopc_crypto_provider.c ['sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/node_id_pointer_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/user_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_write_1.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_filesystem.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_response_cb_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_select_clauses.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_filter_treatment.c [] []
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c']
/src/S2OPC/src/ClientServer/services/b2c/response_write_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/notification_republish_queue_it_bs.c [] []
/work/mbedtls-2.28.8/library/cipher_wrap.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_mgr.c [] []
/src/S2OPC/src/Common/helpers/sopc_dict.c ['decode_fuzzer', 'sub_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/gen_subscription_event_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_element_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_get_endpoints_bs.c [] []
/src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/roleset_references_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_typing.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_event_filter_treatment_bs.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/pki_mbedtls.c [] []
/work/mbedtls-2.28.8/library/timing.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source.c [] []
/src/S2OPC/src/ClientServer/services/b2c/message_in_bs.c [] []
/src/S2OPC/src/ClientServer/configuration/sopc_call_method_manager.c [] []
/work/mbedtls-2.28.8/library/debug.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_profiles_mbedtls.c [] []
/src/S2OPC/src/Common/crypto/sopc_key_sets.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c']
/src/S2OPC/src/PubSub/publisher/sopc_pub_fixed_buffer.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/subscription_absent_node.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_1.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_add_nodes.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result_1.c [] []
/src/S2OPC/src/ClientServer/services/b2c/argument_pointer_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/namespaces_uri_eval_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_treatment.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/user_authentication_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_rsa.c [] []
/src/S2OPC/src/ClientServer/services/b2c/write_value_pointer_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/channel_mgr_it.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_date_time.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/address_space/sopc_address_space_access.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/role_permissions_value_eval.c [] []
/work/mbedtls-2.28.8/library/pk_wrap.c [] []
/src/S2OPC/src/Common/helpers/sopc_array.c [] []
/src/S2OPC/src/ClientServer/services/b2c/publish_request_queue_bs.c [] []
/src/S2OPC/src/ClientServer/configuration/sopc_user_manager.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_register_nodes.c [] []
/src/S2OPC/src/ClientServer/configuration/sopc_toolkit_config.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/namespace_uri.c [] []
/work/mbedtls-2.28.8/library/x509write_csr.c [] []
/work/mbedtls-2.28.8/library/psa_crypto.c [] []
/src/S2OPC/src/ClientServer/services/b2c/util_variant.c [] []
/work/mbedtls-2.28.8/library/md.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/include/psa/crypto_extra.h [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_array_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_register_nodes_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source_1.c [] []
/work/mbedtls-2.28.8/library/rsa.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_event_timer_manager.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/namespace_default_role_permissions_value_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/call_method_result_it.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_secu_group_managers.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_2.c [] []
/work/mbedtls-2.28.8/library/pkparse.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/opcua_types/sopc_encodeabletype.c ['decode_fuzzer', 'sub_fuzzer'] ['decode_fuzzer', 'sub_fuzzer']
/src/S2OPC/src/ClientServer/api_toolkit/sopc_toolkit_async_api.c [] []
/work/mbedtls-2.28.8/library/gcm.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_default_role_permissions_value.c [] []
/work/s2opc/src/Common/sopc_common_build_info.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_set_publishing_mode_bs.c [] []
/work/mbedtls-2.28.8/library/platform_util.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_time_reference.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/session_request_handle_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_log_manager.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/register_nodes_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_browse_next_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/call_method_it.c [] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_internal_ctx.c ['server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_helper_endianness_cfg.c ['decode_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/msg_register_nodes.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_storage.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_role_identity_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_default_role_permissions.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_node_management_delete_nodes.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_core_1.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_user_permissions.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_publish_ack_bs.c [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c ['decode_fuzzer'] ['decode_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/util_b2c.c [] []
/work/mbedtls-2.28.8/include/psa/crypto_struct.h [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_udp_sockets.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_read_1.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_metadata_refs_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_target_it.c [] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_network_event_mgr.c ['server_request_fuzzer'] []

Directories in report

Directory
/src/S2OPC/src/ClientServer/sockets/
/work/mbedtls-2.28.8/programs/fuzz/
/work/mbedtls-2.28.8/tests/src/
/work/mbedtls-2.28.8/tests/src/drivers/
/src/S2OPC/src/PubSub/publisher/
/src/S2OPC/src/PubSub/security/
/src/S2OPC/src/Common/helpers_platform_dep/
/src/S2OPC/src/ClientServer/address_space/internal/
/src/S2OPC/src/Common/opcua_types/
/src/S2OPC/src/PubSub/network/
/work/s2opc/src/ClientServer/
/src/S2OPC/src/Common/crypto/
/src/S2OPC/src/Common/configuration/
/src/S2OPC/src/PubSub/common/
/src/S2OPC/src/ClientServer/secure_channels/
/usr/include/x86_64-linux-gnu/bits/
/work/s2opc/src/Common/
/src/S2OPC/src/ClientServer/services/bgenc/
/src/S2OPC/src/Common/helpers/
/src/S2OPC/src/ClientServer/api_toolkit/
/work/mbedtls-2.28.8/include/psa/
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/
/src/S2OPC/src/ClientServer/address_space/
/src/S2OPC/tests/PubSub/fuzzing/
/src/S2OPC/src/ClientServer/services/
/src/S2OPC/src/Common/helpers_platform_dep/linux/
/src/S2OPC/src/ClientServer/services/b2c/
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/
/src/S2OPC/src/PubSub/subscriber/
/src/S2OPC/src/ClientServer/configuration/
/src/S2OPC/src/PubSub/dataset/
/src/S2OPC/src/Common/sks/
/work/mbedtls-2.28.8/library/
/work/mbedtls-2.28.8/include/mbedtls/

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
parse_tcp_uri_fuzzer fuzzerLogFile-0-oR5PwM60eV.data fuzzerLogFile-0-oR5PwM60eV.data.yaml parse_tcp_uri_fuzzer.covreport
decode_fuzzer fuzzerLogFile-0-RtHngpcXXU.data fuzzerLogFile-0-RtHngpcXXU.data.yaml decode_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c fuzzerLogFile-0-nNlkFX6dIh.data fuzzerLogFile-0-nNlkFX6dIh.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c fuzzerLogFile-0-SgDHudLafN.data fuzzerLogFile-0-SgDHudLafN.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c fuzzerLogFile-0-dTF3QOoaK6.data fuzzerLogFile-0-dTF3QOoaK6.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c fuzzerLogFile-0-5NrwmaeGRq.data fuzzerLogFile-0-5NrwmaeGRq.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c fuzzerLogFile-0-gihov1p3lb.data fuzzerLogFile-0-gihov1p3lb.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c fuzzerLogFile-0-My6DoQ1ERo.data fuzzerLogFile-0-My6DoQ1ERo.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c fuzzerLogFile-0-E9DOVTq40L.data fuzzerLogFile-0-E9DOVTq40L.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c fuzzerLogFile-0-DjDonJUwQP.data fuzzerLogFile-0-DjDonJUwQP.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c fuzzerLogFile-0-D5twYQHyuQ.data fuzzerLogFile-0-D5twYQHyuQ.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
sub_fuzzer fuzzerLogFile-0-8SGeeHrVO7.data fuzzerLogFile-0-8SGeeHrVO7.data.yaml sub_fuzzer.covreport
server_request_fuzzer fuzzerLogFile-0-ltQOo0Qlvz.data fuzzerLogFile-0-ltQOo0Qlvz.data.yaml server_request_fuzzer.covreport