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

Fuzzer details

Fuzzer: asn1_get_length_ber_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] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 6 100.%
All colors 6 100

Runtime coverage analysis

Covered functions
5
Functions that are reachable but not covered
0
Reachable functions
5
Percentage of reachable functions covered
100.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/libtasn1/fuzz/asn1_get_length_ber_fuzzer.c 1
decoding.c 4

Fuzzer: asn1_get_object_id_der_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] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 17 100.%
All colors 17 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 asn1_get_length_der call site: 00002 /src/libtasn1/lib/decoding.c:118
0 0 None 0 0 asn1_get_object_id_der call site: 00001 /src/libtasn1/lib/decoding.c:423
0 0 None 0 0 _asn1_str_cpy call site: 00005 /src/libtasn1/lib/gstr.c:57

Runtime coverage analysis

Covered functions
6
Functions that are reachable but not covered
4
Reachable functions
10
Percentage of reachable functions covered
60.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/libtasn1/fuzz/asn1_get_object_id_der_fuzzer.c 1
decoding.c 2
parser_aux.c 1
gstr.c 2

Fuzzer: asn1_decode_simple_ber_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 4 17.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 19 82.6%
All colors 23 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
104 104 1 :

['_asn1_get_indefinite_length_string']

104 104 asn1_get_length_ber call site: 00009 /src/libtasn1/lib/decoding.c:257
0 0 None 0 0 _asn1_decode_simple_der call site: 00016 /src/libtasn1/lib/decoding.c:2126
0 0 None 0 0 _asn1_decode_simple_der call site: 00016 /src/libtasn1/lib/decoding.c:2134
0 0 None 0 0 _asn1_decode_simple_der call site: 00017 /src/libtasn1/lib/decoding.c:2142
0 0 None 0 0 _asn1_decode_simple_der call site: 00017 /src/libtasn1/lib/decoding.c:2145
0 0 None 0 0 _asn1_decode_simple_ber call site: 00002 /src/libtasn1/lib/decoding.c:2252
0 0 None 0 0 _asn1_decode_simple_ber call site: 00002 /src/libtasn1/lib/decoding.c:2260
0 0 None 0 0 _asn1_decode_simple_ber call site: 00004 /src/libtasn1/lib/decoding.c:2342
0 0 None 0 0 _asn1_decode_simple_ber call site: 00004 /src/libtasn1/lib/decoding.c:2420
0 0 1 :

['free']

0 0 _asn1_decode_simple_ber call site: 00004 /src/libtasn1/lib/decoding.c:2456
0 0 None 0 0 append call site: 00006 /src/libtasn1/lib/decoding.c:2202
0 0 None 0 0 _asn1_realloc call site: 00006 /src/libtasn1/lib/./int.h:210

Runtime coverage analysis

Covered functions
9
Functions that are reachable but not covered
3
Reachable functions
12
Percentage of reachable functions covered
75.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/libtasn1/fuzz/asn1_decode_simple_ber_fuzzer.c 1
decoding.c 8
./int.h 1

Fuzzer: asn1_get_length_der_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] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 2 100.%
All colors 2 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 asn1_get_length_der call site: 00001 /src/libtasn1/lib/decoding.c:118

Runtime coverage analysis

Covered functions
2
Functions that are reachable but not covered
0
Reachable functions
2
Percentage of reachable functions covered
100.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/libtasn1/fuzz/asn1_get_length_der_fuzzer.c 1
decoding.c 1

Fuzzer: asn1_decode_simple_der_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 1 12.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 7 87.5%
All colors 8 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 asn1_get_length_der call site: 00004 /src/libtasn1/lib/decoding.c:118
0 0 None 0 0 _asn1_decode_simple_der call site: 00002 /src/libtasn1/lib/decoding.c:2126
0 0 None 0 0 _asn1_decode_simple_der call site: 00002 /src/libtasn1/lib/decoding.c:2134

Runtime coverage analysis

Covered functions
5
Functions that are reachable but not covered
1
Reachable functions
6
Percentage of reachable functions covered
83.33%
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/libtasn1/fuzz/asn1_decode_simple_der_fuzzer.c 1
decoding.c 4

Fuzzer: libtasn1_gnutls_der_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 283 66.5%
gold [1:9] 11 2.58%
yellow [10:29] 10 2.35%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 121 28.4%
All colors 425 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
772 1770 16 :

['_asn1_set_value', 'asn1_get_object_id_der', '_asn1_decode_simple_ber', '_asn1_get_time_der', 'strlen', 'extract_tag_der_recursive', '_asn1_delete_not_used', '_asn1_get_indefinite_length_string', 'asn1_get_tag_der', '_asn1_append_sequence_set', '_asn1_set_value_lv', 'delete_unneeded_choice_fields', 'asn1_get_length_der', 'free', '_asn1_find_up', 'type_field']

799 1953 asn1_der_decoding2 call site: 00202 /src/libtasn1/lib/decoding.c:1101
113 151 3 :

['strtoul', 'asn1_get_length_ber', 'asn1_get_length_der']

113 318 _asn1_extract_tag_der call site: 00174 /src/libtasn1/lib/decoding.c:568
27 27 1 :

['_asn1_error_description_tag_error']

27 66 asn1_der_decoding2 call site: 00203 /src/libtasn1/lib/decoding.c:1108
12 12 1 :

['_asn1_delete_list_and_nodes']

12 12 asn1_array2tree call site: 00120 /src/libtasn1/lib/structure.c:272
4 23 3 :

['strtoul', '_asn1_set_name', '_asn1_ltostr']

4 43 _asn1_insert_tag_der call site: 00352 /src/libtasn1/lib/coding.c:678
3 3 1 :

['safe_memset']

3 3 _asn1_remove_node call site: 00016 /src/libtasn1/lib/parser_aux.c:503
2 22 4 :

['asn1_length_der', '_asn1_set_name', 'type_field.273', 'strtol']

2 22 _asn1_complete_explicit_tag call site: 00415 /src/libtasn1/lib/coding.c:549
2 2 2 :

['strcmp', 'type_field.61']

4 20 asn1_write_value call site: 00323 /src/libtasn1/lib/element.c:525
0 28 2 :

['_asn1_str_cat', '_asn1_str_cpy']

12 43 asn1_array2tree call site: 00077 /src/libtasn1/lib/structure.c:260
0 2 1 :

['_asn1_hash_name']

0 2 _asn1_cpy_name call site: 00130 /src/libtasn1/lib/parser_aux.c:433
0 0 None 799 1953 asn1_der_decoding2 call site: 00170 /src/libtasn1/lib/decoding.c:936
0 0 None 799 1953 asn1_der_decoding2 call site: 00170 /src/libtasn1/lib/decoding.c:959

Runtime coverage analysis

Covered functions
47
Functions that are reachable but not covered
40
Reachable functions
87
Percentage of reachable functions covered
54.02%
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/libtasn1/fuzz/libtasn1_gnutls_der_fuzzer.c 1
structure.c 10
./int.h 3
parser_aux.c 20
gstr.c 2
./parser_aux.h 1
./gstr.h 1
gl/./c-ctype.h 1
element.c 4
coding.c 14
decoding.c 16

Fuzzer: libtasn1_pkix_der_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 95 32.3%
gold [1:9] 11 3.74%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.34%
lawngreen 50+ 187 63.6%
All colors 294 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
27 27 1 :

['_asn1_error_description_tag_error']

27 66 asn1_der_decoding2 call site: 00203 /src/libtasn1/lib/decoding.c:1108
12 12 1 :

['_asn1_delete_list_and_nodes']

12 12 asn1_array2tree call site: 00120 /src/libtasn1/lib/structure.c:272
3 3 1 :

['safe_memset']

3 3 _asn1_remove_node call site: 00016 /src/libtasn1/lib/parser_aux.c:503
0 653 2 :

['asn1_find_node', 'asn1_der_decoding']

0 653 asn1_der_decoding_startEnd call site: 00290 /src/libtasn1/lib/decoding.c:1702
0 155 1 :

['_asn1_extract_tag_der']

0 155 extract_tag_der_recursive call site: 00174 /src/libtasn1/lib/decoding.c:749
0 28 2 :

['_asn1_str_cat', '_asn1_str_cpy']

12 43 asn1_array2tree call site: 00077 /src/libtasn1/lib/structure.c:260
0 2 1 :

['_asn1_hash_name']

0 2 _asn1_cpy_name call site: 00130 /src/libtasn1/lib/parser_aux.c:433
0 0 None 31 1953 asn1_der_decoding2 call site: 00170 /src/libtasn1/lib/decoding.c:936
0 0 None 31 1953 asn1_der_decoding2 call site: 00170 /src/libtasn1/lib/decoding.c:959
0 0 None 31 1953 asn1_der_decoding2 call site: 00262 /src/libtasn1/lib/decoding.c:1342
0 0 None 31 1953 asn1_der_decoding2 call site: 00282 /src/libtasn1/lib/decoding.c:1527
0 0 None 31 1953 asn1_der_decoding2 call site: 00282 /src/libtasn1/lib/decoding.c:1560

Runtime coverage analysis

Covered functions
53
Functions that are reachable but not covered
20
Reachable functions
73
Percentage of reachable functions covered
72.6%
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/libtasn1/fuzz/libtasn1_pkix_der_fuzzer.c 1
structure.c 10
./int.h 3
parser_aux.c 20
gstr.c 2
./parser_aux.h 1
./gstr.h 1
gl/./c-ctype.h 1
element.c 3
coding.c 2
decoding.c 17

Fuzzer: libtasn1_array2tree_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 4 3.10%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 125 96.8%
All colors 129 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
3 3 1 :

['safe_memset']

3 3 _asn1_remove_node call site: 00019 /src/libtasn1/lib/parser_aux.c:503
2 2 1 :

['strcpy']

2 2 _asn1_check_identifier call site: 00040 /src/libtasn1/lib/parser_aux.c:1032
0 0 None 0 39 _asn1_delete_structure call site: 00021 /src/libtasn1/lib/structure.c:347
0 0 None 0 0 asn1_length_der call site: 00077 /src/libtasn1/lib/coding.c:83
0 0 None 0 0 asn1_octet_der call site: 00076 /src/libtasn1/lib/coding.c:178
0 0 None 0 0 _asn1_convert_integer call site: 00075 /src/libtasn1/lib/element.c:111
0 0 None 0 0 _asn1_str_cpy call site: 00010 /src/libtasn1/lib/gstr.c:57
0 0 None 0 0 _asn1_add_static_node call site: 00007 /src/libtasn1/lib/parser_aux.c:71
0 0 1 :

['free']

0 0 _asn1_add_static_node call site: 00007 /src/libtasn1/lib/parser_aux.c:75
0 0 None 0 0 asn1_find_node call site: 00040 /src/libtasn1/lib/parser_aux.c:129
0 0 None 0 0 asn1_find_node call site: 00040 /src/libtasn1/lib/parser_aux.c:132
0 0 None 0 0 asn1_find_node call site: 00042 /src/libtasn1/lib/parser_aux.c:150

Runtime coverage analysis

Covered functions
31
Functions that are reachable but not covered
10
Reachable functions
41
Percentage of reachable functions covered
75.61%
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/libtasn1/fuzz/libtasn1_array2tree_fuzzer.c 1
structure.c 5
./int.h 2
parser_aux.c 16
gstr.c 2
./parser_aux.h 1
./gstr.h 1
gl/./c-ctype.h 1
element.c 1
coding.c 2

Fuzzer: libtasn1_parser2tree_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 212 63.8%
gold [1:9] 0 0.0%
yellow [10:29] 3 0.90%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 117 35.2%
All colors 332 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
3 3 1 :

['safe_memset']

3 3 _asn1_remove_node call site: 00293 /src/libtasn1/lib/parser_aux.c:503
2 2 1 :

['strcpy']

2 2 _asn1_check_identifier call site: 00231 /src/libtasn1/lib/parser_aux.c:1032
0 0 None 28 1016 _asn1_yyparse call site: 00198 /src/libtasn1/lib/ASN1.c:1533
0 0 None 28 1016 _asn1_yyparse call site: 00198 /src/libtasn1/lib/ASN1.c:1541
0 0 None 28 1016 _asn1_yyparse call site: 00198 /src/libtasn1/lib/ASN1.c:1618
0 0 None 28 1016 _asn1_yyparse call site: 00199 /src/libtasn1/lib/ASN1.c:2601
0 0 None 28 1016 _asn1_yyparse call site: 00207 /src/libtasn1/lib/ASN1.c:2630
0 0 None 4 299 _asn1_expand_object_id call site: 00283 /src/libtasn1/lib/parser_aux.c:769
0 0 None 4 299 _asn1_expand_object_id call site: 00307 /src/libtasn1/lib/parser_aux.c:833
0 0 None 2 104 _asn1_expand_object_id call site: 00320 /src/libtasn1/lib/parser_aux.c:908
0 0 None 0 40 _asn1_change_integer_value call site: 00269 /src/libtasn1/lib/parser_aux.c:691
0 0 None 0 39 _asn1_delete_structure call site: 00286 /src/libtasn1/lib/structure.c:339

Runtime coverage analysis

Covered functions
44
Functions that are reachable but not covered
16
Reachable functions
60
Percentage of reachable functions covered
73.33%
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/libtasn1/fuzz/libtasn1_parser2tree_fuzzer.c 2
ASN1.y 4
ASN1.c 4
gl/./c-ctype.h 1
parser_aux.c 19
./parser_aux.h 4
gstr.c 2
./int.h 1
element.c 1
coding.c 2
structure.c 4
./gstr.h 1

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/libtasn1/lib/coding.c ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer']
/src/libtasn1/fuzz/asn1_get_length_ber_fuzzer.c ['asn1_get_length_ber_fuzzer'] ['asn1_get_length_ber_fuzzer']
/src/libtasn1/lib/ASN1.y ['libtasn1_parser2tree_fuzzer'] ['libtasn1_parser2tree_fuzzer']
/src/libtasn1/lib/element.c ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer']
/src/libtasn1/lib/decoding.c ['asn1_get_length_ber_fuzzer', 'asn1_get_object_id_der_fuzzer', 'asn1_decode_simple_ber_fuzzer', 'asn1_get_length_der_fuzzer', 'asn1_decode_simple_der_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer'] ['asn1_get_length_ber_fuzzer', 'asn1_get_object_id_der_fuzzer', 'asn1_decode_simple_ber_fuzzer', 'asn1_get_length_der_fuzzer', 'asn1_decode_simple_der_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer']
/src/libtasn1/fuzz/asn1_decode_simple_der_fuzzer.c ['asn1_decode_simple_der_fuzzer'] ['asn1_decode_simple_der_fuzzer']
/src/libtasn1/fuzz/asn1_decode_simple_ber_fuzzer.c ['asn1_decode_simple_ber_fuzzer'] ['asn1_decode_simple_ber_fuzzer']
/src/libtasn1/fuzz/libtasn1_array2tree_fuzzer.c ['libtasn1_array2tree_fuzzer'] ['libtasn1_array2tree_fuzzer']
/src/libtasn1/fuzz/libtasn1_parser2tree_fuzzer.c ['libtasn1_parser2tree_fuzzer'] ['libtasn1_parser2tree_fuzzer']
/src/libtasn1/lib/parser_aux.c ['asn1_get_object_id_der_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] ['asn1_get_object_id_der_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer']
/src/libtasn1/fuzz/asn1_get_object_id_der_fuzzer.c ['asn1_get_object_id_der_fuzzer'] ['asn1_get_object_id_der_fuzzer']
/src/libtasn1/lib/ASN1.c ['libtasn1_parser2tree_fuzzer'] ['libtasn1_parser2tree_fuzzer']
/src/libtasn1/lib/structure.c ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer']
/src/libtasn1/lib/gl/./c-ctype.h ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] []
/src/libtasn1/fuzz/libtasn1_gnutls_der_fuzzer.c ['libtasn1_gnutls_der_fuzzer'] ['libtasn1_gnutls_der_fuzzer']
/src/libtasn1/fuzz/libtasn1_pkix_der_fuzzer.c ['libtasn1_pkix_der_fuzzer'] ['libtasn1_pkix_der_fuzzer']
/src/libtasn1/lib/./int.h ['asn1_decode_simple_ber_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] []
/src/libtasn1/lib/./parser_aux.h ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] []
/src/libtasn1/fuzz/asn1_get_length_der_fuzzer.c ['asn1_get_length_der_fuzzer'] ['asn1_get_length_der_fuzzer']
/src/libtasn1/lib/gstr.c ['asn1_get_object_id_der_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] ['asn1_get_object_id_der_fuzzer', 'libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer']
/src/libtasn1/lib/./gstr.h ['libtasn1_gnutls_der_fuzzer', 'libtasn1_pkix_der_fuzzer', 'libtasn1_array2tree_fuzzer', 'libtasn1_parser2tree_fuzzer'] []

Directories in report

Directory
/src/libtasn1/lib/gl/./
/src/libtasn1/lib/./
/src/libtasn1/fuzz/
/src/libtasn1/lib/