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

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: libidn2_to_unicode_8z8z_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 57.3%
gold [1:9] 3 1.29%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.43%
lawngreen 50+ 95 40.9%
All colors 232 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
251 251 5 :

['utf8conv_carefully', 'iconv_carefully_1', 'u8_prev', 'abort', 'u8_mbtouc_unsafe']

329 373 mem_cd_iconveh_internal call site: 00059 /src/libidn2/unistring/striconveh.c:508
2 10 2 :

['iconv', 'rpl_free']

12 20 mem_cd_iconveh_internal call site: 00063 /src/libidn2/unistring/striconveh.c:546
2 2 1 :

['abort']

2 2 freea call site: 00139 /src/libidn2/gl/malloca.c:110
2 2 1 :

['realloc']

2 2 mem_cd_iconveh_internal call site: 00114 /src/libidn2/unistring/striconveh.c:1012
2 2 1 :

['__errno_location']

2 2 mem_cd_iconveh_internal call site: 00114 /src/libidn2/unistring/striconveh.c:1023
2 2 1 :

['__errno_location']

2 2 mem_iconveha call site: 00022 /src/libidn2/unistring/striconveha.c:233
2 2 2 :

['malloc', '__errno_location']

2 2 u8_conv_from_encoding call site: 00020 /src/libidn2/unistring/uniconv/u8-conv-from-enc.c:94
2 2 2 :

['malloc', '__errno_location']

2 2 u32_to_u8 call site: 00178 /src/libidn2/unistring/unistr/u32-to-u8.c:106
2 2 1 :

['__errno_location']

2 2 u8_to_u32 call site: 00159 /src/libidn2/unistring/unistr/u8-to-u32.c:106
0 4 1 :

['rpl_free']

0 4 idn2_to_unicode_4z4z call site: 00210 /src/libidn2/lib/decode.c:208
0 4 1 :

['rpl_free']

0 4 idn2_to_unicode_8z8z call site: 00182 /src/libidn2/lib/decode.c:326
0 4 1 :

['rpl_free']

0 4 mem_iconveh call site: 00130 /src/libidn2/unistring/striconveh.c:1148

Runtime coverage analysis

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

Files reached

filename functions hit
fuzz/libidn2_to_unicode_8z8z_fuzzer.c 1
lib/version.c 1
lib/error.c 2
lib/decode.c 6
unistring/localcharset.c 1
unistring/uniconv/u-strconv-from-enc.h 1
unistring/uniconv/u8-conv-from-enc.c 1
unistring/c-strcasecmp.c 1
unistring/./c-ctype.h 1
unistring/unistr/u8-check.c 1
unistring/unistr/u8-mblen.c 1
unistring/striconveha.c 2
gl/malloca.c 2
unistring/striconveh.c 7
unistring/free.c 1
unistring/unistr/u8-mbtoucr.c 1
unistring/unistr/u8-mbtouc.c 1
unistring/unistr/u8-uctomb.c 1
unistring/unistr/u8-prev.c 1
unistring/unistr/u8-mbtouc-unsafe.c 1
unistring/unistr/u8-strlen.c 1
lib/punycode.c 3
unistring/unistr/u-cpy.h 1
unistring/unistr/u8-to-u32.c 1
unistring/unistr/u-cpy-alloc.h 1
unistring/unistr/u-strlen.h 1
unistring/unistr/u32-to-u8.c 1
unistring/uniconv/u8-strconv-to-enc.c 1
lib/free.c 1

Fuzzer: libidn2_register_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 163 54.5%
gold [1:9] 2 0.66%
yellow [10:29] 1 0.33%
greenyellow [30:49] 1 0.33%
lawngreen 50+ 132 44.1%
All colors 299 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
251 251 5 :

['utf8conv_carefully', 'iconv_carefully_1', 'u8_prev', 'abort', 'u8_mbtouc_unsafe']

329 373 mem_cd_iconveh_internal call site: 00055 /src/libidn2/unistring/striconveh.c:508
71 244 10 :

['get_idna_map', '_idn2_contexto_p', '_idn2_contextj_rule', '_idn2_disallowed_p', '_idn2_unassigned_p', '_idn2_bidi', '_idn2_contexto_rule', '_idn2_contexto_with_rule', '_idn2_contextj_p', 'map_is']

71 244 _idn2_label_test call site: 00226 /src/libidn2/lib/idna.c:180
29 39 2 :

['_idn2_contexto_with_rule', '_idn2_contexto_p']

52 149 _idn2_label_test call site: 00251 /src/libidn2/lib/idna.c:224
23 23 2 :

['get_idna_map', 'map_is']

23 23 _idn2_label_test call site: 00270 /src/libidn2/lib/idna.c:261
6 6 2 :

['malloc', '__errno_location']

8 20 u32_normalize call site: 00208 /src/libidn2/unistring/uninorm/u-normalize-internal.h:339
2 10 2 :

['iconv', 'rpl_free']

12 20 mem_cd_iconveh_internal call site: 00059 /src/libidn2/unistring/striconveh.c:546
2 2 1 :

['abort']

2 2 freea call site: 00135 /src/libidn2/gl/malloca.c:110
2 2 1 :

['__errno_location']

2 2 _idn2_label_test call site: 00220 /src/libidn2/lib/idna.c:144
2 2 1 :

['realloc']

2 2 mem_cd_iconveh_internal call site: 00110 /src/libidn2/unistring/striconveh.c:1012
2 2 1 :

['__errno_location']

2 2 mem_cd_iconveh_internal call site: 00110 /src/libidn2/unistring/striconveh.c:1023
2 2 1 :

['__errno_location']

2 2 mem_iconveha call site: 00018 /src/libidn2/unistring/striconveha.c:233
2 2 2 :

['malloc', '__errno_location']

2 2 u8_conv_from_encoding call site: 00016 /src/libidn2/unistring/uniconv/u8-conv-from-enc.c:94

Runtime coverage analysis

Covered functions
70
Functions that are reachable but not covered
30
Reachable functions
87
Percentage of reachable functions covered
65.52%
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
fuzz/libidn2_register_fuzzer.c 1
lib/register.c 2
unistring/localcharset.c 1
unistring/uniconv/u-strconv-from-enc.h 1
unistring/uniconv/u8-conv-from-enc.c 1
unistring/c-strcasecmp.c 1
unistring/./c-ctype.h 1
unistring/unistr/u8-check.c 1
unistring/unistr/u8-mblen.c 1
unistring/striconveha.c 2
gl/malloca.c 2
unistring/striconveh.c 7
unistring/free.c 1
unistring/unistr/u8-mbtoucr.c 1
unistring/unistr/u8-mbtouc.c 1
unistring/unistr/u8-uctomb.c 1
unistring/unistr/u8-prev.c 1
unistring/unistr/u8-mbtouc-unsafe.c 1
unistring/unistr/u8-strlen.c 1
lib/idna.c 4
lib/punycode.c 5
unistring/unistr/u32-to-u8.c 1
unistring/unistr/u8-to-u32.c 1
unistring/unictype/combiningclass.c 1
lib/tr46map.c 6
unistring/uninorm/u-normalize-internal.h 1
unistring/unistr/u32-mbtouc-unsafe.c 1
unistring/./array-mergesort.h 3
unistring/unistr/u32-uctomb.c 1
unistring/unistr/u-cpy.h 1
unistring/unictype/categ_test.c 1
unistring/unictype/bitmap.h 1
lib/tables.c 6
lib/context.c 4
unistring/unictype/joiningtype_of.c 1
unistring/unictype/categ_of.c 2
unistring/unictype/scripts.c 1
lib/bidi.c 2
unistring/unictype/bidi_of.c 2
lib/free.c 1

Fuzzer: libidn2_to_ascii_8z_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 167 43.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.26%
lawngreen 50+ 213 55.9%
All colors 381 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
251 251 5 :

['utf8conv_carefully', 'iconv_carefully_1', 'u8_prev', 'abort', 'u8_mbtouc_unsafe']

329 373 mem_cd_iconveh_internal call site: 00251 /src/libidn2/unistring/striconveh.c:508
6 925 9 :

['u32_normalize', 'get_idna_map', 'malloc', 'u32_to_u8', 'idn2_punycode_decode', 'get_map_data', '_idn2_label_test', '__errno_location', 'map_is']

6 965 _tr46 call site: 00029 /src/libidn2/lib/lookup.c:288
6 6 1 :

['__errno_location']

6 14 u32_normalize call site: 00076 /src/libidn2/unistring/uninorm/u-normalize-internal.h:345
2 10 2 :

['iconv', 'rpl_free']

12 20 mem_cd_iconveh_internal call site: 00255 /src/libidn2/unistring/striconveh.c:546
2 2 1 :

['abort']

2 2 freea call site: 00330 /src/libidn2/gl/malloca.c:110
2 2 1 :

['__errno_location']

2 2 _idn2_u8_to_u32_nfc call site: 00180 /src/libidn2/lib/idna.c:107
2 2 1 :

['__errno_location']

2 2 _idn2_label_test call site: 00106 /src/libidn2/lib/idna.c:144
2 2 1 :

['realloc']

2 2 mem_cd_iconveh_internal call site: 00305 /src/libidn2/unistring/striconveh.c:1012
2 2 1 :

['__errno_location']

2 2 mem_cd_iconveh_internal call site: 00305 /src/libidn2/unistring/striconveh.c:1023
2 2 1 :

['__errno_location']

2 2 mem_iconveha call site: 00217 /src/libidn2/unistring/striconveha.c:233
2 2 2 :

['malloc', '__errno_location']

2 2 u8_conv_from_encoding call site: 00215 /src/libidn2/unistring/uniconv/u8-conv-from-enc.c:94
2 2 1 :

['abort']

2 2 uc_canonical_decomposition call site: 00000 /src/libidn2/unistring/uninorm/canonical-decomposition.c:88

Runtime coverage analysis

Covered functions
88
Functions that are reachable but not covered
25
Reachable functions
100
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
fuzz/libidn2_to_ascii_8z_fuzzer.c 1
lib/lookup.c 10
unistring/unistr/u8-strlen.c 1
unistring/unistr/u8-to-u32.c 1
unistring/unistr/u8-mbtoucr.c 1
unistring/free.c 1
lib/tr46map.c 7
unistring/uninorm/u-normalize-internal.h 1
unistring/unistr/u32-mbtouc-unsafe.c 1
unistring/unictype/combiningclass.c 1
unistring/./array-mergesort.h 3
unistring/unistr/u32-uctomb.c 1
unistring/unistr/u-cpy.h 1
unistring/unistr/u32-to-u8.c 1
unistring/unistr/u8-uctomb.c 1
lib/punycode.c 5
lib/idna.c 4
unistring/unictype/categ_test.c 1
unistring/unictype/bitmap.h 1
lib/tables.c 6
lib/context.c 4
unistring/unictype/joiningtype_of.c 1
unistring/unictype/categ_of.c 2
unistring/unictype/scripts.c 1
lib/bidi.c 2
unistring/unictype/bidi_of.c 2
unistring/c-strncasecmp.c 1
unistring/./c-ctype.h 1
unistring/unistr/u32-cmp.c 1
lib/free.c 1
unistring/localcharset.c 1
unistring/uniconv/u-strconv-from-enc.h 1
unistring/uniconv/u8-conv-from-enc.c 1
unistring/c-strcasecmp.c 1
unistring/unistr/u8-check.c 1
unistring/unistr/u8-mblen.c 1
unistring/striconveha.c 2
gl/malloca.c 2
unistring/striconveh.c 7
unistring/unistr/u8-mbtouc.c 1
unistring/unistr/u8-prev.c 1
unistring/unistr/u8-mbtouc-unsafe.c 1
unistring/unistr/u-strlen.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/libidn2/unistring/unistr/u8-prev.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/unictype/bitmap.h ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/free.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/striconveha.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u-cpy-alloc.h ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/unictype/bidi_of.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/uninorm/composition.c [] []
/src/libidn2/unistring/unictype/scripts_byname.gperf [] []
/src/libidn2/lib/register.c ['libidn2_register_fuzzer'] ['libidn2_register_fuzzer']
/src/libidn2/unistring/./array-mergesort.h ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/striconveh.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-mbtoucr.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/context.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/error.c ['libidn2_to_unicode_8z8z_fuzzer'] []
/src/libidn2/unistring/unictype/categ_none.c [] []
/src/libidn2/unistring/unictype/scripts.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer']
/src/libidn2/unistring/uninorm/u-normalize-internal.h ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/decode.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/fuzz/libidn2_to_unicode_8z8z_fuzzer.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/gl/malloca.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/tr46map.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/tables.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u32-uctomb.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-check.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/./uninorm/decomposition-table.h [] []
/src/libidn2/unistring/uninorm/canonical-decomposition.c [] []
/src/libidn2/unistring/unictype/categ_of.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/bidi.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/version.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/localcharset.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u32-cmp.c ['libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-mblen.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/unictype/categ_test.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-mbtouc-unsafe.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/c-strcasecmp.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/punycode.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/uniconv/u8-conv-from-enc.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/lookup.c ['libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/fuzz/libidn2_register_fuzzer.c ['libidn2_register_fuzzer'] ['libidn2_register_fuzzer']
/src/libidn2/unistring/unistr/u32-mbtouc-unsafe.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u-strlen.h ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unictype/joiningtype_of.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u32-to-u8.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/fuzz/libidn2_to_ascii_8z_fuzzer.c ['libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-to-u32.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-uctomb.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/idna.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/uniconv/u8-strconv-to-enc.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/free.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u8-mbtouc.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/uniconv/u-strconv-from-enc.h ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/uninorm/composition-table.h [] []
/src/libidn2/unistring/unistr/u8-strlen.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/./c-ctype.h ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []
/src/libidn2/unistring/c-strncasecmp.c ['libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unictype/combiningclass.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unistr/u-cpy.h ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_to_ascii_8z_fuzzer']

Directories in report

Directory
/src/libidn2/unistring/./uninorm/
/src/libidn2/unistring/./
/src/libidn2/unistring/unictype/
/src/libidn2/gl/
/src/libidn2/fuzz/
/src/libidn2/unistring/uniconv/
/src/libidn2/lib/
/src/libidn2/unistring/unistr/
/src/libidn2/unistring/uninorm/
/src/libidn2/unistring/