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 131 56.4%
gold [1:9] 2 0.86%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.43%
lawngreen 50+ 98 42.2%
All colors 232 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
53 63 mem_cd_iconveh_internal call site: 00063 utf8conv_carefully
8 211 idn2_to_unicode_4z4z call site: 00211 idn2_to_unicode_44i
6 132 mem_iconveha_notranslit call site: 00132 mem_iconveha_notranslit
5 14 c_strcasecmp call site: 00014 u8_check
5 200 idn2_to_unicode_lzlz call site: 00200 idn2_to_unicode_lzlz
4 37 iconveh_open call site: 00037 __errno_location
4 119 iconveh_close call site: 00119 __errno_location
4 186 u8_strconv_to_encoding call site: 00186 u8_check
3 3 idn2_check_version call site: 00003 idn2_to_unicode_lzlz
3 31 iconveh_open call site: 00031 __errno_location
3 44 mem_cd_iconveh_internal call site: 00044 iconv_carefully_1
3 51 mem_cd_iconveh_internal call site: 00051 rpl_free

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 162 54.1%
gold [1:9] 1 0.33%
yellow [10:29] 3 1.00%
greenyellow [30:49] 1 0.33%
lawngreen 50+ 132 44.1%
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
53 59 mem_cd_iconveh_internal call site: 00059 utf8conv_carefully
12 229 property call site: 00229 get_idna_map
8 153 u32_to_u8 call site: 00153 u8_uctomb
6 128 mem_iconveha_notranslit call site: 00128 mem_iconveha_notranslit
6 212 u32_normalize call site: 00212 rpl_free
5 10 c_strcasecmp call site: 00010 u8_check
5 32 iconveh_open call site: 00032 iconv_open
5 179 _idn2_u8_to_u32_nfc call site: 00179 u32_normalize
5 276 _idn2_bidi call site: 00276 get_idna_map
4 115 iconveh_close call site: 00115 __errno_location
4 196 u32_normalize call site: 00196 __errno_location
4 203 u32_normalize call site: 00203 __errno_location

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 168 44.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 213 55.9%
All colors 381 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
52 255 mem_cd_iconveh_internal call site: 00255 utf8conv_carefully
13 132 _idn2_label_test call site: 00132 _idn2_contexto_rule
7 354 idn2_to_ascii_4i call site: 00354 idn2_to_ascii_4i
6 323 mem_iconveha_notranslit call site: 00323 mem_iconveha_notranslit
5 63 u32_normalize call site: 00063 __errno_location
5 197 idn2_lookup_u8 call site: 00197 idn2_to_ascii_lz
5 209 u8_conv_from_encoding call site: 00209 u8_check
5 245 mem_cd_iconveh_internal call site: 00245 rpl_free
4 71 u32_normalize call site: 00071 __errno_location
4 80 u32_normalize call site: 00080 rpl_free
4 231 iconveh_open call site: 00231 iconv_open
4 310 iconveh_close call site: 00310 __errno_location

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/fuzz/libidn2_to_unicode_8z8z_fuzzer.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/uninorm/composition.c [] []
/src/libidn2/unistring/unictype/categ_none.c [] []
/src/libidn2/lib/register.c ['libidn2_register_fuzzer'] ['libidn2_register_fuzzer']
/src/libidn2/unistring/unistr/u8-prev.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_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/./array-mergesort.h ['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/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/./c-ctype.h ['libidn2_to_unicode_8z8z_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/./uninorm/decomposition-table.h [] []
/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/u32-cmp.c ['libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/unistring/unictype/scripts_byname.gperf [] []
/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/fuzz/libidn2_to_ascii_8z_fuzzer.c ['libidn2_to_ascii_8z_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/lib/context.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_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/unictype/bitmap.h ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer']
/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/idna.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_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/combiningclass.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/tables.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_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/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/unistring/uninorm/u-normalize-internal.h ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_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/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/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/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/unistring/uninorm/canonical-decomposition.c [] []
/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/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']
/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/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/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/uniconv/u8-strconv-to-enc.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/unictype/scripts.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer']
/src/libidn2/lib/lookup.c ['libidn2_to_ascii_8z_fuzzer'] ['libidn2_to_ascii_8z_fuzzer']
/src/libidn2/lib/decode.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/uninorm/composition-table.h [] []
/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/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/fuzz/libidn2_register_fuzzer.c ['libidn2_register_fuzzer'] ['libidn2_register_fuzzer']
/src/libidn2/lib/version.c ['libidn2_to_unicode_8z8z_fuzzer'] ['libidn2_to_unicode_8z8z_fuzzer']
/src/libidn2/unistring/unistr/u8-mblen.c ['libidn2_to_unicode_8z8z_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/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/unistring/unistr/u32-uctomb.c ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] ['libidn2_register_fuzzer', 'libidn2_to_ascii_8z_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/lib/error.c ['libidn2_to_unicode_8z8z_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/unistr/u8-mbtouc.c ['libidn2_to_unicode_8z8z_fuzzer', 'libidn2_register_fuzzer', 'libidn2_to_ascii_8z_fuzzer'] []

Directories in report

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