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: 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 479 35.5%
gold [1:9] 5 0.37%
yellow [10:29] 5 0.37%
greenyellow [30:49] 3 0.22%
lawngreen 50+ 857 63.5%
All colors 1349 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
293 568 HashMgr::encode_flag(unsigned short) const call site: 00568
56 862 HunspellImpl::spellml(std::__1::basic_string , std::__1::allocator > const&) call site: 00862 strstr
32 921 SfxEntry::add(char const*, unsigned long) call site: 00921 strstr
17 550 HENTRY_FIND(hentry*, char const*) call site: 00550
17 954 HunspellImpl::spellml(std::__1::basic_string , std::__1::allocator > const&) call site: 00954
16 531 HunspellImpl::get_xml_par(std::__1::basic_string , std::__1::allocator > const&, unsigned long) call site: 00531
9 989 HunspellImpl::spellml(std::__1::basic_string , std::__1::allocator > const&) call site: 00989
7 981 HunspellImpl::mkinitcap(std::__1::basic_string , std::__1::allocator >&) call site: 00981 strlen
7 1050 HashMgr::add_hidden_capitalized_word(std::__1::basic_string , std::__1::allocator > const&, int, unsigned short*, int, std::__1::basic_string , std::__1::allocator > const*, int) call site: 01050
2 208 HunspellImpl::checkword(std::__1::basic_string , std::__1::allocator > const&, int*, std::__1::basic_string , std::__1::allocator >*) call site: 00208
2 239 AffixMgr::compound_check(std::__1::basic_string , std::__1::allocator > const&, short, short, short, short, hentry**, hentry**, char, char, int*) call site: 00239
2 242 AffixMgr::compound_check(std::__1::basic_string , std::__1::allocator > const&, short, short, short, short, hentry**, hentry**, char, char, int*) call site: 00242

Runtime coverage analysis

Covered functions
292
Functions that are reachable but not covered
74
Reachable functions
485
Percentage of reachable functions covered
84.74%
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/hunspell/./src/tools/fuzzer.cxx 1
/src/hunspell/src/hunspell/hunspell.cxx 34
/src/hunspell/src/hunspell/affixmgr.cxx 55
/src/hunspell/src/hunspell/replist.cxx 3
/src/hunspell/src/hunspell/csutil.cxx 40
/src/hunspell/src/hunspell/./atypes.hxx 1
/src/hunspell/src/hunspell/./w_char.hxx 2
/src/hunspell/src/hunspell/hashmgr.cxx 14
/src/hunspell/src/hunspell/./affentry.hxx 23
/src/hunspell/src/hunspell/affentry.cxx 14
/src/hunspell/src/hunspell/suggestmgr.cxx 43
/src/hunspell/src/hunspell/./csutil.hxx 4
/src/hunspell/src/hunspell/phonet.cxx 3

Fuzzer: affdicfuzzer

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 514 25.9%
gold [1:9] 38 1.92%
yellow [10:29] 34 1.71%
greenyellow [30:49] 26 1.31%
lawngreen 50+ 1365 69.0%
All colors 1977 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
326 1202 HunspellImpl::get_xml_par(std::__1::basic_string , std::__1::allocator > const&, unsigned long) call site: 01202
56 1529 HunspellImpl::spellml(std::__1::basic_string , std::__1::allocator > const&) call site: 01529 strstr
32 1588 SfxEntry::add(char const*, unsigned long) call site: 01588 strstr
19 1656 HunspellImpl::spellml(std::__1::basic_string , std::__1::allocator > const&) call site: 01656
17 7 FileMgr::FileMgr(char const*, char const*) call site: 00007 strncmp
17 1621 HunspellImpl::spellml(std::__1::basic_string , std::__1::allocator > const&) call site: 01621
7 30 FileMgr::getline(std::__1::basic_string , std::__1::allocator >&) call site: 00030 strlen
7 1648 HunspellImpl::mkinitcap(std::__1::basic_string , std::__1::allocator >&) call site: 01648 strlen
3 25 FileMgr::FileMgr(char const*, char const*) call site: 00025 fprintf
2 183 HashMgr::load_tables(char const*, char const*) call site: 00183
2 887 HunspellImpl::checkword(std::__1::basic_string , std::__1::allocator > const&, int*, std::__1::basic_string , std::__1::allocator >*) call site: 00887
2 918 AffixMgr::compound_check(std::__1::basic_string , std::__1::allocator > const&, short, short, short, short, hentry**, hentry**, char, char, int*) call site: 00918

Runtime coverage analysis

Covered functions
292
Functions that are reachable but not covered
101
Reachable functions
690
Percentage of reachable functions covered
85.36%
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/hunspell/./src/tools/affdicfuzzer.cxx 1
/src/hunspell/src/hunspell/hunspell.cxx 38
/src/hunspell/src/hunspell/hashmgr.cxx 28
/src/hunspell/src/hunspell/filemgr.cxx 5
/src/hunspell/src/hunspell/csutil.cxx 44
/src/hunspell/src/hunspell/hunzip.cxx 7
/src/hunspell/src/hunspell/./atypes.hxx 1
/src/hunspell/src/hunspell/./w_char.hxx 4
/src/hunspell/src/hunspell/./csutil.hxx 4
/src/hunspell/src/hunspell/affixmgr.cxx 98
/src/hunspell/src/hunspell/./affentry.hxx 31
/src/hunspell/src/hunspell/replist.cxx 7
/src/hunspell/src/hunspell/./phonet.hxx 2
/src/hunspell/src/hunspell/phonet.cxx 4
/src/hunspell/src/hunspell/affentry.cxx 17
/src/hunspell/src/hunspell/./baseaffix.hxx 1
/src/hunspell/src/hunspell/suggestmgr.cxx 45

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/hunspell/./src/tools/fuzzer.cxx

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=['HashMgr::encode_flag(unsigned short) const', 'HunspellImpl::spellml(std::__1::basic_string, std::__1::allocator > const&)', 'SfxEntry::add(char const*, unsigned long)', 'HENTRY_FIND(hentry*, char const*)', 'HunspellImpl::spellml(std::__1::basic_string, std::__1::allocator > const&)', 'HunspellImpl::get_xml_par(std::__1::basic_string, std::__1::allocator > const&, unsigned long)', 'HunspellImpl::spellml(std::__1::basic_string, std::__1::allocator > const&)', 'HunspellImpl::mkinitcap(std::__1::basic_string, std::__1::allocator >&)', 'HashMgr::add_hidden_capitalized_word(std::__1::basic_string, std::__1::allocator > const&, int, unsigned short*, int, std::__1::basic_string, std::__1::allocator > const*, int)', 'HunspellImpl::checkword(std::__1::basic_string, std::__1::allocator > const&, int*, std::__1::basic_string, std::__1::allocator >*)']

/src/hunspell/./src/tools/affdicfuzzer.cxx

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=['HunspellImpl::get_xml_par(std::__1::basic_string, std::__1::allocator > const&, unsigned long)', 'HunspellImpl::spellml(std::__1::basic_string, std::__1::allocator > const&)', 'SfxEntry::add(char const*, unsigned long)', 'HunspellImpl::spellml(std::__1::basic_string, std::__1::allocator > const&)', 'FileMgr::FileMgr(char const*, char const*)', 'HunspellImpl::spellml(std::__1::basic_string, std::__1::allocator > const&)', 'FileMgr::getline(std::__1::basic_string, std::__1::allocator >&)', 'HunspellImpl::mkinitcap(std::__1::basic_string, std::__1::allocator >&)', 'FileMgr::FileMgr(char const*, char const*)', 'HashMgr::load_tables(char const*, char const*)']

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/hunspell/src/hunspell/hashmgr.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/src/hunspell/src/hunspell/replist.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/src/hunspell/src/hunspell/./csutil.hxx ['fuzzer', 'affdicfuzzer'] []
/src/hunspell/src/hunspell/./atypes.hxx ['fuzzer', 'affdicfuzzer'] []
/usr/local/bin/../include/c++/v1/sstream [] []
/src/hunspell/./src/tools/fuzzer.cxx ['fuzzer'] []
/src/hunspell/src/hunspell/./w_char.hxx ['fuzzer', 'affdicfuzzer'] []
/src/hunspell/src/hunspell/./phonet.hxx ['affdicfuzzer'] []
/src/hunspell/src/hunspell/hunspell.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/hunspell/src/hunspell/./baseaffix.hxx ['affdicfuzzer'] []
/src/hunspell/src/hunspell/hunzip.cxx ['affdicfuzzer'] ['affdicfuzzer']
/src/hunspell/src/hunspell/phonet.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/src/hunspell/src/hunspell/csutil.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/src/hunspell/src/hunspell/suggestmgr.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/usr/local/bin/../include/c++/v1/istream [] []
/src/hunspell/src/tools/fuzzer.cxx [] []
/src/hunspell/src/hunspell/affixmgr.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/src/hunspell/./src/tools/affdicfuzzer.cxx ['affdicfuzzer'] []
/src/hunspell/src/hunspell/./affentry.hxx ['fuzzer', 'affdicfuzzer'] []
/src/hunspell/src/hunspell/affentry.cxx ['fuzzer', 'affdicfuzzer'] ['fuzzer', 'affdicfuzzer']
/usr/local/bin/../include/c++/v1/string [] []
/src/hunspell/src/hunspell/filemgr.cxx ['affdicfuzzer'] ['affdicfuzzer']

Directories in report

Directory
/src/hunspell/src/tools/
/src/hunspell/src/hunspell/
/src/hunspell/./src/tools/
/usr/local/bin/../include/c++/v1/
/src/hunspell/src/hunspell/./