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 16
Lines of code 15918
Lines covered 6124
Code coverage 38.47%
Code coverage report Report link
Static reachability 34.10%
Fuzz Introspector report Report link (from 2026-03-12)
Fuzzer Code coverage (lines) Latest Report Comments
DOMConfiguratorFuzzer-utf-8 (plot) 7.23% (avg: 7.25%, max: 7.54%) 2026-03-12
DOMConfiguratorFuzzer-wchar_t (plot) 8.37% (avg: 8.34%, max: 8.7%) 2026-03-12
HTMLLayoutFuzzer-utf-8 (plot) 5.25% (avg: 5.29%, max: 5.31%) 2026-03-12
HTMLLayoutFuzzer-wchar_t (plot) 6.26% (avg: 6.31%, max: 6.33%) 2026-03-12
JSONLayoutFuzzer-utf-8 (plot) 6.5% (avg: 6.52%, max: 6.55%) 2026-03-12
JSONLayoutFuzzer-wchar_t (plot) 7.53% (avg: 7.6%, max: 7.64%) 2026-03-12
PatternConverterFuzzer-utf-8 (plot) 10.83% (avg: 10.86%, max: 10.93%) 2026-03-12
PatternConverterFuzzer-wchar_t (plot) 12.27% (avg: 12.34%, max: 12.41%) 2026-03-12
PatternLayoutFuzzer-utf-8 (plot) 12.36% (avg: 12.45%, max: 12.49%) 2026-03-12
PatternLayoutFuzzer-wchar_t (plot) 13.16% (avg: 13.26%, max: 13.3%) 2026-03-12
PatternParserFuzzer-utf-8 (plot) 9.66% (avg: 9.74%, max: 9.93%) 2026-03-12
PatternParserFuzzer-wchar_t (plot) 11.05% (avg: 11.13%, max: 11.32%) 2026-03-12
TimeBasedRollingPolicyFuzzer-utf-8 (plot) 17.35% (avg: 17.15%, max: 17.84%) 2026-03-12
TimeBasedRollingPolicyFuzzer-wchar_t (plot) 0.34% (avg: 0.34%, max: 0.34%) 2026-03-12
XMLLayoutFuzzer-utf-8 (plot) 4.02% (avg: 4.05%, max: 4.07%) 2026-03-12
XMLLayoutFuzzer-wchar_t (plot) 5.05% (avg: 5.09%, max: 5.11%) 2026-03-12

Historical Progression

Per Fuzzer Progression

This section shows graphs for the coverage results per fuzz target over the past 30 days. Included are the coverage percentage, total number of lines, covered number of lines, and the number of coverage inputs.

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::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 2797 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 2788 0.0%
log4cxx::xml::DOMConfigurator::configureAndWatch(log4cxx::Fileconst&,long) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2750 0.0%
log4cxx::PropertyConfigurator::configureAndWatch(log4cxx::Fileconst&,long) /src/logging-log4cxx/src/main/cpp/propertyconfigurator.cpp 2678 0.0%
log4cxx::xml::XMLWatchdog::doOnChange() /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2578 0.0%
log4cxx::PropertyWatchdog::doOnChange() /src/logging-log4cxx/src/main/cpp/propertyconfigurator.cpp 2506 0.0%
log4cxx::xml::DOMConfigurator::DOMConfiguratorPrivate::parseLogger(apr_xml_elem*) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2121 0.0%
log4cxx::xml::DOMConfigurator::DOMConfiguratorPrivate::parseRoot(apr_xml_elem*) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2083 0.0%
log4cxx::xml::DOMConfigurator::DOMConfiguratorPrivate::parseChildrenOfLoggerElement(apr_xml_elem*,std::__1::shared_ptr<log4cxx::Logger>,bool) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 2077 0.0%
log4cxx::xml::DOMConfigurator::DOMConfiguratorPrivate::findAppenderByReference(apr_xml_elem*) /src/logging-log4cxx/src/main/cpp/domconfigurator.cpp 1526 0.0%