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 56.8%
gold [1:9] 2 0.85%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.42%
lawngreen 50+ 98 41.8%
All colors 234 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 213 idn2_to_unicode_4z4z call site: 00213 idn2_to_unicode_44i
7 132 mem_iconveha_notranslit call site: 00132 mem_iconveha_notranslit
5 14 c_strcasecmp call site: 00014 u8_check
5 202 idn2_to_unicode_lzlz call site: 00202 idn2_to_unicode_lzlz
4 37 iconveh_open call site: 00037 __errno_location
4 119 iconveh_close call site: 00119 __errno_location
4 188 u8_strconv_to_encoding call site: 00188 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
22
Reachable functions
57
Percentage of reachable functions covered
61.4%
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
gl/localcharset.c 1
gl/uniconv/u-strconv-from-enc.h 1
gl/uniconv/u8-conv-from-enc.c 1
gl/c-strcasecmp.c 1
gl/./c-ctype.h 1
gl/unistr/u8-check.c 1
gl/unistr/u8-mblen.c 1
gl/striconveha.c 2
gl/malloca.c 2
gl/striconveh.c 7
gl/free.c 1
gl/unistr/u8-mbtoucr.c 1
gl/unistr/u8-mbtouc.c 1
gl/unistr/u8-uctomb.c 1
gl/unistr/u8-prev.c 1
gl/unistr/u8-mbtouc-unsafe.c 1
gl/./string.h 1
gl/unistr/u8-strlen.c 1
lib/punycode.c 3
gl/unistr/u-cpy.h 1
gl/unistr/u8-to-u32.c 1
gl/unistr/u-cpy-alloc.h 1
gl/unistr/u-strlen.h 1
gl/unistr/u32-to-u8.c 1
gl/uniconv/u8-strconv-to-enc.c 1
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 170 44.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 213 55.6%
All colors 383 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 254 mem_cd_iconveh_internal call site: 00254 utf8conv_carefully
13 132 _idn2_label_test call site: 00132 _idn2_contexto_rule
7 323 mem_iconveha_notranslit call site: 00323 mem_iconveha_notranslit
7 356 idn2_to_ascii_4i call site: 00356 idn2_to_ascii_4i
5 63 u32_normalize call site: 00063 __errno_location
5 197 idn2_lookup_u8 call site: 00197 idn2_to_ascii_lz
5 244 mem_cd_iconveh_internal call site: 00244 rpl_free
4 71 u32_normalize call site: 00071 __errno_location
4 80 u32_normalize call site: 00080 rpl_free
4 209 u8_conv_from_encoding call site: 00209 u8_check
4 230 iconveh_open call site: 00230 iconv_open
4 310 iconveh_close call site: 00310 __errno_location

Runtime coverage analysis

Covered functions
88
Functions that are reachable but not covered
26
Reachable functions
101
Percentage of reachable functions covered
74.26%
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
gl/unistr/u8-strlen.c 1
gl/unistr/u8-to-u32.c 1
gl/unistr/u8-mbtoucr.c 1
gl/free.c 1
lib/tr46map.c 7
gl/uninorm/u-normalize-internal.h 1
gl/unistr/u32-mbtouc-unsafe.c 1
gl/unictype/combiningclass.c 1
gl/./array-mergesort.h 3
gl/unistr/u32-uctomb.c 1
gl/unistr/u-cpy.h 1
gl/unistr/u32-to-u8.c 1
gl/unistr/u8-uctomb.c 1
lib/punycode.c 5
lib/idna.c 4
gl/unictype/categ_test.c 1
gl/unictype/bitmap.h 1
lib/tables.c 6
lib/context.c 4
gl/unictype/joiningtype_of.c 1
gl/unictype/categ_of.c 2
gl/unictype/scripts.c 1
lib/bidi.c 2
gl/unictype/bidi_of.c 2
gl/c-strncasecmp.c 1
gl/./c-ctype.h 1
gl/unistr/u32-cmp.c 1
lib/free.c 1
gl/localcharset.c 1
gl/uniconv/u-strconv-from-enc.h 1
gl/uniconv/u8-conv-from-enc.c 1
gl/c-strcasecmp.c 1
gl/unistr/u8-check.c 1
gl/unistr/u8-mblen.c 1
gl/striconveha.c 2
gl/malloca.c 2
gl/striconveh.c 7
gl/unistr/u8-mbtouc.c 1
gl/unistr/u8-prev.c 1
gl/unistr/u8-mbtouc-unsafe.c 1
gl/./string.h 1
gl/unistr/u-strlen.h 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 164 54.6%
gold [1:9] 1 0.33%
yellow [10:29] 2 0.66%
greenyellow [30:49] 1 0.33%
lawngreen 50+ 132 44.0%
All colors 300 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 230 property call site: 00230 get_idna_map
8 154 u32_to_u8 call site: 00154 u8_uctomb
7 128 mem_iconveha_notranslit call site: 00128 mem_iconveha_notranslit
6 213 u32_normalize call site: 00213 rpl_free
5 10 c_strcasecmp call site: 00010 u8_check
5 32 iconveh_open call site: 00032 iconv_open
5 180 _idn2_u8_to_u32_nfc call site: 00180 u32_normalize
5 277 _idn2_bidi call site: 00277 get_idna_map
4 115 iconveh_close call site: 00115 __errno_location
4 136 mem_iconveha call site: 00136 mem_iconveha_notranslit
4 197 u32_normalize call site: 00197 __errno_location

Runtime coverage analysis

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

Directories in report

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