Language c++
OSS-Fuzz project link
Project repository 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 14474
Lines covered 1804
Code coverage 12.46%
Code coverage report Report link
Static reachability 12.34%
Fuzz Introspector report Report link (from 2024-11-19)

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
log4cxx::DefaultConfigurator::configureFromFile(std::__1::vector<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,std::__1::allocator<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>const&,std::__1::vector<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,std::__1::allocator<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>const&) /src/logging-log4cxx/src/main/cpp/defaultconfigurator.cpp 3460 0.0%
log4cxx::DefaultConfigurator::tryLoadFile(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/logging-log4cxx/src/main/cpp/defaultconfigurator.cpp 3406 0.0%
log4cxx::xml::DOMConfigurator::configureAndWatch(std::__1::basic_string<wchar_t,std::__1::char_traits<wchar_t>,std::__1::allocator<wchar_t>>const&) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2512 0.0%
log4cxx::xml::DOMConfigurator::configureAndWatch(std::__1::basic_string<wchar_t,std::__1::char_traits<wchar_t>,std::__1::allocator<wchar_t>>const&,long) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2510 0.0%
log4cxx::xml::DOMConfigurator::configureAndWatch(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2507 0.0%
log4cxx::xml::DOMConfigurator::configureAndWatch(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,long) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2505 0.0%
log4cxx::xml::DOMConfigurator::configureAndWatch(log4cxx::Fileconst&,long) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2467 0.0%
log4cxx::xml::DOMConfigurator::configure(std::__1::basic_string<wchar_t,std::__1::char_traits<wchar_t>,std::__1::allocator<wchar_t>>const&) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2395 0.0%
log4cxx::xml::DOMConfigurator::configure(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2382 0.0%
log4cxx::xml::XMLWatchdog::doOnChange() /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2350 0.0%