Project: aspell

Language c++
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 14329
Lines covered 9589
Code coverage 66.92%
Code coverage report Report link
Static reachability 21.16%
Fuzz Introspector report Report link (from 2024-05-16)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
aspeller::create_default_readonly_dict(acommon::StringEnumeration*,acommon::Config&) /src/aspell/modules/speller/default/readonly_ws.cpp 2096 0.0%
(anonymousnamespace)::WritableReplDict::merge(acommon::FStream&,acommon::ParmString,acommon::Config*) /src/aspell/modules/speller/default/writable.cpp 1692 0.0%
(anonymousnamespace)::WritableDict::merge(acommon::FStream&,acommon::ParmString,acommon::Config*) /src/aspell/modules/speller/default/writable.cpp 1675 0.0%
(anonymousnamespace)::create(acommon::StringEnumeration*,aspeller::Languageconst&,acommon::Config&) /src/aspell/modules/speller/default/readonly_ws.cpp 1564 0.0%
(anonymousnamespace)::SuggestImpl::set_mode(acommon::ParmString) /src/aspell/modules/speller/default/suggest.cpp 1103 0.0%
aspeller::WordListIterator::init(acommon::Config&) /src/aspell/modules/speller/default/language.cpp 1030 0.0%
aspeller::WordListIterator::init_plain(acommon::Config&) /src/aspell/modules/speller/default/language.cpp 997 0.0%
acommon::set_mode_from_extension(acommon::Config*,acommon::ParmString,_IO_FILE*) /src/aspell/lib/new_fmode.cpp 968 0.0%
acommon::available_filter_modes(acommon::Config*) /src/aspell/lib/new_fmode.cpp 846 0.0%
acommon::load_all_filters(acommon::Config*) /src/aspell/lib/new_filter.cpp 662 0.0%