Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp /src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp 1 1 0 1 3 2 LibFuzzerTest.cpp
/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp /src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp 1 1 0 1 3 2 LibFuzzerTest.cpp
HTMLLayoutFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/HTMLLayoutFuzzer.cpp 160 4168 7 26 656 425 HTMLLayoutFuzzer.cpp
JSONLayoutFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/JSONLayoutFuzzer.cpp 198 4150 7 26 1024 677 JSONLayoutFuzzer.cpp
XMLLayoutFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/XMLLayoutFuzzer.cpp 159 4168 7 22 688 471 XMLLayoutFuzzer.cpp
XMLLayoutFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/XMLLayoutFuzzer.cpp 188 4154 7 25 779 542 XMLLayoutFuzzer.cpp
PatternConverterFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/PatternConverterFuzzer.cpp 375 4050 18 64 1568 1173 PatternConverterFuzzer.cpp
TimeBasedRollingPolicyFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/TimeBasedRollingPolicyFuzzer.cpp 347 4064 19 49 1528 1136 TimeBasedRollingPolicyFuzzer.cpp
DOMConfiguratorFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/DOMConfiguratorFuzzer.cpp 727 3872 21 86 3916 2747 DOMConfiguratorFuzzer.cpp
PatternParserFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/PatternParserFuzzer.cpp 232 4123 17 27 1175 841 PatternParserFuzzer.cpp
DOMConfiguratorFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/DOMConfiguratorFuzzer.cpp 687 3892 19 83 3780 2631 DOMConfiguratorFuzzer.cpp
TimeBasedRollingPolicyFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/TimeBasedRollingPolicyFuzzer.cpp 399 4038 21 53 1684 1269 TimeBasedRollingPolicyFuzzer.cpp
PatternConverterFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/PatternConverterFuzzer.cpp 423 4026 19 69 1693 1287 PatternConverterFuzzer.cpp
JSONLayoutFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/JSONLayoutFuzzer.cpp 165 4166 7 23 932 610 JSONLayoutFuzzer.cpp
HTMLLayoutFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/HTMLLayoutFuzzer.cpp 189 4154 7 29 747 496 HTMLLayoutFuzzer.cpp
PatternParserFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/PatternParserFuzzer.cpp 184 4147 16 22 1050 727 PatternParserFuzzer.cpp
PatternLayoutFuzzer-utf-8 /src/logging-log4cxx/src/fuzzers/cpp/PatternLayoutFuzzer.cpp 654 3943 19 80 3568 2568 PatternLayoutFuzzer.cpp
PatternLayoutFuzzer-wchar_t /src/logging-log4cxx/src/fuzzers/cpp/PatternLayoutFuzzer.cpp 705 3918 21 84 3707 2689 PatternLayoutFuzzer.cpp

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: /src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: /src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: HTMLLayoutFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: JSONLayoutFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: XMLLayoutFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: XMLLayoutFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: PatternConverterFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: TimeBasedRollingPolicyFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: DOMConfiguratorFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: PatternParserFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: DOMConfiguratorFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: TimeBasedRollingPolicyFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: PatternConverterFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: JSONLayoutFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: HTMLLayoutFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: PatternParserFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: PatternLayoutFuzzer-utf-8

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: PatternLayoutFuzzer-wchar_t

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
log4cxx::DefaultConfigurator::configureFromFile(std::__1::vector ,std::__1::allocator >,std::__1::allocator ,std::__1::allocator >>>const&,std::__1::vector ,std::__1::allocator >,std::__1::allocator ,std::__1::allocator >>>const&) /src/logging-log4cxx/src/main/cpp/defaultconfigurator.cpp 3 ['N/A', 'N/A', 'N/A'] 23 0 290 56 48 465 0 1461 404
log4cxx::HTMLLayout::HTMLLayoutPrivate::HTMLLayoutPrivate() /src/logging-log4cxx/src/main/cpp/htmllayout.cpp 1 ['N/A'] 9 0 42 6 6 88 0 261 242
virtualthunktolog4cxx::rolling::RollingFileAppender::setOption(std::__1::basic_string ,std::__1::allocator >const&,std::__1::basic_string ,std::__1::allocator >const&) /src/logging-log4cxx/src/main/cpp/rollingfileappender.cpp 3 ['N/A', 'N/A', 'N/A'] 10 0 25 3 2 128 0 376 167
virtualthunktolog4cxx::rolling::FixedWindowRollingPolicy::rollover(std::__1::basic_string ,std::__1::allocator >const&,bool,log4cxx::helpers::Pool&) /src/logging-log4cxx/src/main/cpp/fixedwindowrollingpolicy.cpp 5 ['N/A', 'N/A', 'N/A', 'bool', 'N/A'] 16 0 32 3 2 177 0 581 161
log4cxx::helpers::SimpleDateFormat::SimpleDateFormat(std::__1::basic_string ,std::__1::allocator >const&,std::__1::localeconst*) /src/logging-log4cxx/src/main/cpp/simpledateformat.cpp 3 ['N/A', 'N/A', 'N/A'] 10 0 104 14 13 115 0 325 136
virtualthunktolog4cxx::net::SyslogAppender::setOption(std::__1::basic_string ,std::__1::allocator >const&,std::__1::basic_string ,std::__1::allocator >const&) /src/logging-log4cxx/src/main/cpp/syslogappender.cpp 3 ['N/A', 'N/A', 'N/A'] 20 0 25 3 2 227 0 781 133
virtualthunktolog4cxx::AsyncAppender::append(std::__1::shared_ptr const&,log4cxx::helpers::Pool&) /src/logging-log4cxx/src/main/cpp/asyncappender.cpp 3 ['N/A', 'N/A', 'N/A'] 19 0 25 3 2 196 0 573 129

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
21.0%
974 / 4697
Cyclomatic complexity statically reachable by fuzzers
40.0%
10204 / 25216

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

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/logging-log4cxx/src/cmake/LibFuzzerTest.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/HTMLLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/JSONLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/XMLLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/XMLLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/PatternConverterFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/TimeBasedRollingPolicyFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/DOMConfiguratorFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/PatternParserFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/DOMConfiguratorFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/TimeBasedRollingPolicyFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/PatternConverterFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/JSONLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/HTMLLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/PatternParserFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/PatternLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/logging-log4cxx/src/fuzzers/cpp/PatternLayoutFuzzer.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


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/logging-log4cxx/src/main/cpp/onlyonceerrorhandler.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/aprdatagramsocket.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/consoleappender.h [] []
/usr/local/bin/../include/c++/v1/optional ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/propertiespatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/action.h [] []
/src/logging-log4cxx/src/main/cpp/socket.cpp [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/logging-log4cxx/src/main/cpp/simplelayout.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/aprserversocket.h [] []
/src/logging-log4cxx/src/main/cpp/logmanager.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/asyncbuffer.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/inputstream.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/rollingfileappender.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/defaultloggerfactory.cpp [] []
/src/logging-log4cxx/src/main/cpp/aprserversocket.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/writerappender_priv.h [] []
/src/logging-log4cxx/src/main/cpp/loggingeventpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/socketappenderskeleton.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/absolutetimedateformat.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/nameabbreviator.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/layout.h ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/cacheddateformat.cpp ['JSONLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8'] []
/src/logging-log4cxx/src/fuzzers/cpp/XMLLayoutFuzzer.cpp ['XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/rollingpolicy.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/bytebuffer.cpp ['JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/datagramsocket.h [] []
/src/logging-log4cxx/src/main/cpp/ndc.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/sizebasedtriggeringpolicy.h [] []
/src/logging-log4cxx/src/main/cpp/fileappender.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/appenderskeleton.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/filelocationpatternconverter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/datepatternconverter.h [] []
/src/logging-log4cxx/src/main/cpp/locationinfo.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'PatternParserFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/lineseparatorpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/level.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/appenderattachableimpl.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/singletonholder.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/inetaddress.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/outputstream.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/simplelayout.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/systemoutwriter.h [] []
/src/logging-log4cxx/src/main/cpp/jsonlayout.cpp ['JSONLayoutFuzzer-wchar_t', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'JSONLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/fuzzers/cpp/DOMConfiguratorFuzzer.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/rollingpolicybase.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/colorendpatternconverter.h [] []
/src/logging-log4cxx/src/main/cpp/methodlocationpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/namepatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/colorendpatternconverter.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/net/syslogappender.h [] []
/src/logging-log4cxx/src/main/cpp/systemoutwriter.cpp [] []
/src/logging-log4cxx/src/main/cpp/colorstartpatternconverter.cpp [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/threadspecificdata.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/ndcpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/threadpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/xml.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/colorstartpatternconverter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/zipcompressaction.h [] []
/src/logging-log4cxx/src/main/cpp/level.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/classnamepatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/integerpatternconverter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/integer.h [] []
/src/logging-log4cxx/src/main/cpp/reader.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/threadutility.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/usr/local/bin/../include/c++/v1/string [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/fileappender_priv.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/htmllayout.h [] []
/src/logging-log4cxx/src/main/cpp/locationinfofilter.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/class.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/bufferedwriter.h [] []
/src/logging-log4cxx/src/main/cpp/mdcpatternconverter.cpp [] []
/src/logging-log4cxx/src/main/cpp/patternlayout.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/fuzzers/cpp/TimeBasedRollingPolicyFuzzer.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/classnamepatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/writerappender.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/loggerfactory.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/configurator.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/cyclicbuffer.cpp [] []
/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp ['/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp', '/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp'] []
/src/logging-log4cxx/src/main/include/log4cxx/filter/locationinfofilter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/filter/levelrangefilter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/location/locationinfo.h ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'PatternParserFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/manualtriggeringpolicy.h [] []
/src/logging-log4cxx/src/main/cpp/telnetappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/literalpatternconverter.h [] []
/src/logging-log4cxx/src/main/cpp/formattinginfo.cpp ['PatternParserFuzzer-wchar_t', 'PatternParserFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/namepatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/datagramsocket.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/db/odbcappender.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/propertyconfigurator.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/socket.h [] []
/src/logging-log4cxx/src/main/cpp/manualtriggeringpolicy.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/smtpappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/defaultloggerfactory.h ['PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/fileinputstream.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/system.cpp ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/layout.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/rollingpolicy.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/filter.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/cpp/timebasedrollingpolicy.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/filelocationpatternconverter.cpp [] []
/src/logging-log4cxx/src/main/cpp/stringtokenizer.cpp ['PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/socketoutputstream.h [] []
/src/logging-log4cxx/src/main/cpp/patternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/serversocket.cpp [] []
/src/logging-log4cxx/src/main/cpp/optionconverter.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/datagrampacket.cpp [] []
/src/logging-log4cxx/src/main/cpp/filterbasedtriggeringpolicy.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/socketappenderskeleton_priv.h [] []
/src/logging-log4cxx/src/main/cpp/datepatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/gzcompressaction.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/errorhandler.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/ndcpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/writer.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/filter_priv.h [] []
/src/logging-log4cxx/src/main/cpp/systemerrwriter.cpp ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/outputstreamwriter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/threadpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/propertysetter.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/syslogwriter.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/fileoutputstream.h [] []
/src/logging-log4cxx/src/main/cpp/consoleappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/appenderattachableimpl.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/iso8601dateformat.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/varia/fallbackerrorhandler.h [] []
/src/logging-log4cxx/src/main/cpp/xmlsocketappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/rolloverdescription.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/mdcpatternconverter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/appender.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/net/xmlsocketappender.h [] []
/src/logging-log4cxx/src/main/cpp/filedatepatternconverter.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/charsetencoder.h ['DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/jsonlayout.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/defaultrepositoryselector.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/datetimedateformat.h [] []
/src/logging-log4cxx/src/main/cpp/linelocationpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/file.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/aprinitializer.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/fuzzers/cpp/PatternLayoutFuzzer.cpp ['PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/shortfilelocationpatternconverter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/optionhandler.h ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/asyncappender.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/loader.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/htmllayout.cpp ['HTMLLayoutFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/net/socketappenderskeleton.h [] []
/src/logging-log4cxx/src/main/cpp/filewatchdog.cpp [] []
/src/logging-log4cxx/src/fuzzers/cpp/JSONLayoutFuzzer.cpp ['JSONLayoutFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/timezone.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/mdc.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/filerenameaction.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/loggingevent.h [] []
/src/logging-log4cxx/src/main/cpp/integerpatternconverter.cpp [] []
/src/logging-log4cxx/src/main/cpp/propertyconfigurator.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/systemerrwriter.h [] []
/src/logging-log4cxx/src/main/cpp/timezone.cpp ['HTMLLayoutFuzzer-utf-8', 'PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/patternconverter_priv.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/socket_priv.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/patternlayout.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/widelife.h ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/shortfilelocationpatternconverter.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/fileappender.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/net/telnetappender.h [] []
/src/logging-log4cxx/src/main/cpp/loggingevent.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'PatternParserFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/cpp/exception.cpp ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/rollingfileappender.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/threadusernamepatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/aprdatagramsocket.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/xml/domconfigurator.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/onlyonceerrorhandler.h [] []
/src/logging-log4cxx/src/main/cpp/pool.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/appenderattachable.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/formattinginfo.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/gzcompressaction.h [] []
/src/logging-log4cxx/src/main/cpp/odbcappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/aprinitializer.cpp ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/socketoutputstream.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/filter/stringmatchfilter.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/object.h ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/action.cpp [] []
/src/logging-log4cxx/src/main/cpp/logger.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/patternconverter.h [] []
/src/logging-log4cxx/src/main/cpp/aprsocket.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/exception.h ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/nameabbreviator.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/usr/local/bin/../include/c++/v1/sstream ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/hierarchy.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/rolloverdescription.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/aprsocket.h [] []
/src/logging-log4cxx/src/main/cpp/messagepatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/filter.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/linelocationpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/syslogappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/config/propertysetter.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/appenderskeleton.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/charsetdecoder.cpp ['JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-wchar_t', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/relativetimepatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/rollingpolicybase_priv.h [] []
/src/logging-log4cxx/src/fuzzers/cpp/HTMLLayoutFuzzer.cpp ['HTMLLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/string_c11.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/cpp/classregistration.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/date.cpp ['HTMLLayoutFuzzer-utf-8', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/defaultconfigurator.cpp [] []
/src/logging-log4cxx/src/main/cpp/inputstreamreader.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/dateformat.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/repositoryselector.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/transform.cpp ['HTMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/domconfigurator.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/fallbackerrorhandler.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/threadspecificdata.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/hierarchy.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/writer.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/syslogappender_priv.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/charsetdecoder.h ['JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-wchar_t', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/inputstream.cpp ['PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/literalpatternconverter.cpp ['PatternParserFuzzer-wchar_t', 'PatternParserFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/messagepatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/inputstreamreader.h [] []
/src/logging-log4cxx/src/main/cpp/rootlogger.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/levelpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/zipcompressaction.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/datagramsocket_priv.h [] []
/src/logging-log4cxx/src/main/cpp/rollingpolicybase.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/integer.cpp [] []
/src/logging-log4cxx/src/main/cpp/simpledateformat.cpp ['HTMLLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/xml/xmllayout.h [] []
/src/logging-log4cxx/src/main/cpp/dateformat.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/configurator.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/loggerrepository.h [] []
/src/logging-log4cxx/src/main/cpp/stringhelper.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/usr/local/bin/../include/c++/v1/__iterator/move_iterator.h [] []
/src/logging-log4cxx/src/main/cpp/outputstream.cpp [] []
/src/logging-log4cxx/src/main/cpp/fulllocationpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h [] []
/src/logging-log4cxx/src/main/cpp/loglog.cpp ['PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/triggeringeventevaluator.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/cpp/threadutility.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/fileinputstream.cpp ['PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/filter/denyallfilter.h [] []
/src/logging-log4cxx/src/main/cpp/sizebasedtriggeringpolicy.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/datagrampacket.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/net/smtpappender.h ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/cpp/bufferedwriter.cpp [] []
/src/logging-log4cxx/src/main/cpp/charsetencoder.cpp ['DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/appenderskeleton_priv.h [] []
/src/logging-log4cxx/src/main/cpp/fixedwindowrollingpolicy.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/filter/levelmatchfilter.h [] []
/src/logging-log4cxx/src/main/cpp/levelrangefilter.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/outputstreamwriter.cpp [] []
/src/logging-log4cxx/src/main/cpp/threadusernamepatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/defaultrepositoryselector.cpp [] []
/src/logging-log4cxx/src/main/cpp/throwableinformationpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/date.h [] []
/src/logging-log4cxx/src/fuzzers/cpp/PatternConverterFuzzer.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/xmllayout.cpp ['XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/odbcappender_priv.h [] []
/src/logging-log4cxx/src/main/cpp/inetaddress.cpp [] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/loggerpatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/asyncappender.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/triggeringpolicy.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/spi/rootlogger.h [] []
/src/logging-log4cxx/src/main/cpp/strftimedateformat.cpp [] []
/src/logging-log4cxx/src/main/cpp/propertiespatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/triggeringpolicy.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/rollingfileappender_priv.h [] []
/src/logging-log4cxx/src/main/cpp/properties.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/messagebuffer.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/writerappender.cpp ['TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/pattern/relativetimepatternconverter.h ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/private/serversocket_priv.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/private/action_priv.h [] []
/src/logging-log4cxx/src/main/include/log4cxx/rolling/filerenameaction.h [] []
/src/logging-log4cxx/src/main/cpp/levelmatchfilter.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/patternparser.cpp ['PatternParserFuzzer-wchar_t', 'PatternParserFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/cpp/fileoutputstream.cpp [] []
/src/logging-log4cxx/src/main/cpp/loggerpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/stringmatchfilter.cpp ['DOMConfiguratorFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/fuzzers/cpp/PatternParserFuzzer.cpp ['PatternParserFuzzer-wchar_t', 'PatternParserFuzzer-utf-8'] []
/src/logging-log4cxx/src/main/include/log4cxx/logger.h ['TimeBasedRollingPolicyFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/cpp/levelpatternconverter.cpp ['PatternConverterFuzzer-utf-8', 'PatternConverterFuzzer-wchar_t'] []
/src/logging-log4cxx/src/main/include/log4cxx/helpers/reader.h [] []
/src/logging-log4cxx/src/main/cpp/transcoder.cpp ['HTMLLayoutFuzzer-utf-8', 'JSONLayoutFuzzer-wchar_t', 'XMLLayoutFuzzer-utf-8', 'XMLLayoutFuzzer-wchar_t', 'PatternConverterFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-utf-8', 'DOMConfiguratorFuzzer-wchar_t', 'PatternParserFuzzer-wchar_t', 'DOMConfiguratorFuzzer-utf-8', 'TimeBasedRollingPolicyFuzzer-wchar_t', 'PatternConverterFuzzer-wchar_t', 'JSONLayoutFuzzer-utf-8', 'HTMLLayoutFuzzer-wchar_t', 'PatternParserFuzzer-utf-8', 'PatternLayoutFuzzer-utf-8', 'PatternLayoutFuzzer-wchar_t'] []

Directories in report

Directory
/src/logging-log4cxx/src/main/include/log4cxx/rolling/
/src/logging-log4cxx/src/main/include/log4cxx/config/
/src/logging-log4cxx/src/main/include/log4cxx/
/src/logging-log4cxx/src/main/include/log4cxx/xml/
/src/logging-log4cxx/src/main/include/log4cxx/net/
/src/logging-log4cxx/src/main/cpp/
/usr/local/bin/../include/c++/v1/__iterator/
/src/logging-log4cxx/src/main/include/log4cxx/filter/
/src/logging-log4cxx/src/main/include/log4cxx/varia/
/src/logging-log4cxx/src/main/include/log4cxx/db/
/src/logging-log4cxx/src/main/include/log4cxx/spi/
/src/logging-log4cxx/src/main/include/log4cxx/pattern/
/usr/local/bin/../include/c++/v1/__exception/
/usr/local/bin/../include/c++/v1/
/src/logging-log4cxx/src/cmake/
/src/logging-log4cxx/src/main/include/log4cxx/spi/location/
/src/logging-log4cxx/src/fuzzers/cpp/
/src/logging-log4cxx/src/main/include/log4cxx/helpers/
/src/logging-log4cxx/src/main/include/log4cxx/private/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp fuzzerLogFile-0-eQM5DONpeT.data fuzzerLogFile-0-eQM5DONpeT.data.yaml
/src/logging-log4cxx/src/cmake/LibFuzzerTest.cpp fuzzerLogFile-0-INJMHHO086.data fuzzerLogFile-0-INJMHHO086.data.yaml
HTMLLayoutFuzzer-utf-8 fuzzerLogFile-0-hef4BOnuR3.data fuzzerLogFile-0-hef4BOnuR3.data.yaml
JSONLayoutFuzzer-wchar_t fuzzerLogFile-0-9EWwTDcEdI.data fuzzerLogFile-0-9EWwTDcEdI.data.yaml
XMLLayoutFuzzer-utf-8 fuzzerLogFile-0-3Si9hrc7p1.data fuzzerLogFile-0-3Si9hrc7p1.data.yaml
XMLLayoutFuzzer-wchar_t fuzzerLogFile-0-HocdHPuLRc.data fuzzerLogFile-0-HocdHPuLRc.data.yaml
PatternConverterFuzzer-utf-8 fuzzerLogFile-0-7JeWPE87K4.data fuzzerLogFile-0-7JeWPE87K4.data.yaml
TimeBasedRollingPolicyFuzzer-utf-8 fuzzerLogFile-0-YUdVIYHcRB.data fuzzerLogFile-0-YUdVIYHcRB.data.yaml
DOMConfiguratorFuzzer-wchar_t fuzzerLogFile-0-QFQbGdue3z.data fuzzerLogFile-0-QFQbGdue3z.data.yaml
PatternParserFuzzer-wchar_t fuzzerLogFile-0-rvZ8nXfcgi.data fuzzerLogFile-0-rvZ8nXfcgi.data.yaml
DOMConfiguratorFuzzer-utf-8 fuzzerLogFile-0-7HfpUxrE6U.data fuzzerLogFile-0-7HfpUxrE6U.data.yaml
TimeBasedRollingPolicyFuzzer-wchar_t fuzzerLogFile-0-TFuuqZm9vl.data fuzzerLogFile-0-TFuuqZm9vl.data.yaml
PatternConverterFuzzer-wchar_t fuzzerLogFile-0-qtTJyGjcDj.data fuzzerLogFile-0-qtTJyGjcDj.data.yaml
JSONLayoutFuzzer-utf-8 fuzzerLogFile-0-4uOzAVc8fC.data fuzzerLogFile-0-4uOzAVc8fC.data.yaml
HTMLLayoutFuzzer-wchar_t fuzzerLogFile-0-l3VY34jW7W.data fuzzerLogFile-0-l3VY34jW7W.data.yaml
PatternParserFuzzer-utf-8 fuzzerLogFile-0-tK3oBfN0zQ.data fuzzerLogFile-0-tK3oBfN0zQ.data.yaml
PatternLayoutFuzzer-utf-8 fuzzerLogFile-0-y38COgKFWu.data fuzzerLogFile-0-y38COgKFWu.data.yaml
PatternLayoutFuzzer-wchar_t fuzzerLogFile-0-w39xuqV9ka.data fuzzerLogFile-0-w39xuqV9ka.data.yaml