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: stream_fuzz

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 75 72.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 28 27.1%
All colors 103 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
40 24 Ogre::Exception::~Exception() call site: 00024 __cxa_throw
19 81 LLVMFuzzerTestOneInput call site: 00081 time
7 13 Ogre::StreamSerialiser::StreamSerialiser(Ogre::SharedPtr const&, Ogre::StreamSerialiser::Endian, bool, Ogre::StreamSerialiser::RealStorageFormat) call site: 00013 __cxa_allocate_exception
2 6 LLVMFuzzerTestOneInput call site: 00006
2 21 Ogre::Exception::Exception(int, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, char const*, char const*, long) call site: 00021 __cxa_throw
2 72 LLVMFuzzerTestOneInput call site: 00072
1 9 LLVMFuzzerTestOneInput call site: 00009
1 67 LLVMFuzzerTestOneInput call site: 00067
1 69 LLVMFuzzerTestOneInput call site: 00069

Runtime coverage analysis

Covered functions
58
Functions that are reachable but not covered
88
Reachable functions
112
Percentage of reachable functions covered
21.43%
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/ogre/Tests/fuzz/stream_fuzz.cpp 1
/src/ogre/OgreMain/include/OgreFileSystem.h 1
/src/ogre/OgreMain/include/OgreArchiveFactory.h 1
/src/ogre/OgreMain/include/OgreFactoryObj.h 3
/src/ogre/OgreMain/src/OgreFileSystem.cpp 2
/src/ogre/OgreMain/include/OgreArchive.h 1
/src/ogre/OgreMain/src/OgreStreamSerialiser.cpp 4
/src/ogre/OgreMain/include/OgreSharedPtr.h 3
/src/ogre/OgreMain/include/OgreException.h 14
/src/ogre/OgreMain/src/OgreException.cpp 2
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/ogre/OgreMain/include/OgreVector.h 3
/src/ogre/OgreMain/src/OgreLogManager.cpp 2
/src/ogre/OgreMain/src/OgreLog.cpp 2
/src/ogre/OgreMain/include/OgreLog.h 7
/src/ogre/OgreMain/include/OgreDataStream.h 1

Fuzzer: zip_fuzz

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 61 61.6%
gold [1:9] 28 28.2%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 10.1%
All colors 99 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
43 10 Ogre::Exception::Exception(int, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, char const*, char const*, long) call site: 00010 __cxa_throw
7 2 global_init() call site: 00002 __cxa_allocate_exception
4 57 Ogre::Log::Log(std::__1::basic_string , std::__1::allocator > const&, bool, bool) call site: 00057 strtol_l
2 69 Ogre::LogManager::logMessage(std::__1::basic_string , std::__1::allocator > const&, Ogre::LogMessageLevel, bool) call site: 00069 time
2 82 Ogre::EmbeddedZipArchiveFactory::EmbeddedZipArchiveFactory() call site: 00082
1 64 global_init() call site: 00064
1 73 Ogre::ResourceGroupManager::getResourceGroup(std::__1::basic_string , std::__1::allocator > const&, bool) const call site: 00073
1 79 global_init() call site: 00079

Runtime coverage analysis

Covered functions
100
Functions that are reachable but not covered
57
Reachable functions
103
Percentage of reachable functions covered
44.66%
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/ogre/Tests/fuzz/zip_fuzz.cpp 2
/src/ogre/OgreMain/src/OgreLogManager.cpp 5
/src/ogre/OgreMain/include/OgreSingleton.h 4
/src/ogre/OgreMain/include/OgreException.h 13
/src/ogre/OgreMain/src/OgreException.cpp 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/ogre/OgreMain/src/OgreLog.cpp 3
/src/ogre/OgreMain/src/OgreStringConverter.cpp 2
/src/ogre/OgreMain/src/OgreResourceGroupManager.cpp 3
/src/ogre/OgreMain/include/OgreResourceGroupManager.h 1
/src/ogre/OgreMain/src/OgreArchiveManager.cpp 3
/src/ogre/OgreMain/src/OgreZip.cpp 2
/src/ogre/OgreMain/include/OgreZip.h 1
/src/ogre/OgreMain/include/OgreArchiveFactory.h 1
/src/ogre/OgreMain/include/OgreFactoryObj.h 1
/src/ogre/OgreMain/include/OgreSharedPtr.h 1
/src/ogre/OgreMain/include/OgreDataStream.h 1

Fuzzer: ogre_deep_fuzz

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 232 38.4%
gold [1:9] 105 17.4%
yellow [10:29] 24 3.98%
greenyellow [30:49] 8 1.32%
lawngreen 50+ 234 38.8%
All colors 603 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
43 10 Ogre::Exception::Exception(int, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, char const*, char const*, long) call site: 00010 __cxa_throw
25 463 Ogre::SkeletonSerializer::readAnimationTrack(Ogre::SharedPtr &, Ogre::Animation*, Ogre::Skeleton*) call site: 00463
23 327 Ogre::VertexData::convertVertexElement(Ogre::VertexElementSemantic, Ogre::VertexElementType, unsigned short) call site: 00327 __clang_call_terminate
12 587 fuzz_stream_serialiser(unsigned char const*, unsigned long) call site: 00587 __clang_call_terminate
10 355 Ogre::VertexBufferBinding::setBinding(unsigned short, Ogre::SharedPtr const&) call site: 00355
8 366 Ogre::VertexDeclaration::modifyElement(unsigned short, unsigned short, unsigned long, Ogre::VertexElementType, Ogre::VertexElementSemantic, unsigned short) call site: 00366
7 2 global_init() call site: 00002 __cxa_allocate_exception
6 427 Ogre::Node::setOrientation(Ogre::Quaternion const&) call site: 00427
5 111 Ogre::HardwareBufferManager::HardwareBufferManager() call site: 00111
5 160 Ogre::ResourceManager::createResource(std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, bool, Ogre::ManualResourceLoader*, std::__1::map , std::__1::allocator >, std::__1::basic_string , std::__1::allocator >, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, std::__1::basic_string , std::__1::allocator > > > > const*) call site: 00160
4 57 Ogre::Log::Log(std::__1::basic_string , std::__1::allocator > const&, bool, bool) call site: 00057 strtol_l
4 514 Ogre::Bone::setBindingPose() call site: 00514

Runtime coverage analysis

Covered functions
358
Functions that are reachable but not covered
252
Reachable functions
593
Percentage of reachable functions covered
57.5%
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/ogre/Tests/fuzz/ogre_deep_fuzz.cpp 6
/src/ogre/OgreMain/src/OgreLogManager.cpp 7
/src/ogre/OgreMain/include/OgreSingleton.h 17
/src/ogre/OgreMain/include/OgreException.h 13
/src/ogre/OgreMain/src/OgreException.cpp 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/ogre/OgreMain/src/OgreLog.cpp 4
/src/ogre/OgreMain/src/OgreStringConverter.cpp 2
/src/ogre/OgreMain/src/OgreResourceGroupManager.cpp 8
/src/ogre/OgreMain/include/OgreResourceGroupManager.h 1
/src/ogre/OgreMain/src/OgreLodStrategyManager.cpp 5
/src/ogre/OgreMain/src/OgreDistanceLodStrategy.cpp 3
/src/ogre/OgreMain/src/OgreLodStrategy.cpp 2
/src/ogre/OgreMain/include/OgreLodStrategy.h 1
/src/ogre/OgreMain/src/OgrePixelCountLodStrategy.cpp 3
/src/ogre/OgreMain/include/OgreDefaultHardwareBufferManager.h 1
/src/ogre/OgreMain/src/OgreHardwareBufferManager.cpp 8
/src/ogre/OgreMain/src/OgreHardwareVertexBuffer.cpp 11
/src/ogre/OgreMain/src/OgreDefaultHardwareBufferManager.cpp 1
/src/ogre/OgreMain/src/OgreMeshManager.cpp 3
/src/ogre/OgreMain/src/OgreResourceManager.cpp 6
/src/ogre/OgreMain/include/OgreScriptLoader.h 2
/src/ogre/OgreMain/src/OgreCodec.cpp 1
/src/ogre/OgreMain/src/OgreSkeletonManager.cpp 3
/src/ogre/OgreMain/src/OgreMaterialManager.cpp 3
/src/ogre/OgreMain/include/OgreSharedPtr.h 17
/src/ogre/OgreMain/src/OgreStringInterface.cpp 3
/src/ogre/OgreMain/include/OgreStringInterface.h 1
/src/ogre/OgreMain/include/OgreResource.h 4
/src/ogre/OgreMain/src/OgreMaterial.cpp 4
/src/ogre/OgreMain/src/OgreTechnique.cpp 3
/src/ogre/OgreMain/include/OgreUserObjectBindings.h 2
/src/ogre/OgreMain/src/OgreResource.cpp 2
/src/ogre/OgreMain/src/OgrePass.cpp 2
/src/ogre/OgreMain/include/OgreBlendMode.h 1
/src/ogre/OgreMain/include/OgreVector.h 15
/src/ogre/OgreMain/include/OgrePass.h 1
/src/ogre/OgreMain/src/OgreDataStream.cpp 2
/src/ogre/OgreMain/include/OgreDataStream.h 4
/src/ogre/OgreMain/src/OgreMeshSerializer.cpp 5
/src/ogre/OgreMain/src/OgreSerializer.cpp 15
/src/ogre/OgreMain/src/OgreMeshSerializerImpl.cpp 9
/src/ogre/OgreMain/include/OgreBitwise.h 1
/src/ogre/OgreMain/include/OgreSerializer.h 1
/src/ogre/OgreMain/include/OgreLog.h 8
/src/ogre/OgreMain/src/OgreRoot.cpp 3
/src/ogre/OgreMain/include/OgreRenderSystem.h 1
/src/ogre/OgreMain/include/OgreRenderSystemCapabilities.h 1
/src/ogre/OgreMain/src/OgreMesh.cpp 1
/src/ogre/OgreMain/src/OgreVertexIndexData.cpp 3
/src/ogre/OgreMain/include/OgreHardwareVertexBuffer.h 8
/src/ogre/OgreMain/include/OgreHardwareBuffer.h 9
/src/ogre/OgreMain/include/OgreMesh.h 1
/src/ogre/OgreMain/src/OgreSkeletonSerializer.cpp 8
/src/ogre/OgreMain/include/OgreSkeleton.h 4
/src/ogre/OgreMain/src/OgreNode.cpp 9
/src/ogre/OgreMain/include/OgreQuaternion.h 8
/src/ogre/OgreMain/include/OgreMath.h 1
/src/ogre/OgreMain/include/OgreNode.h 1
/src/ogre/OgreMain/src/OgreAnimation.cpp 4
/src/ogre/OgreMain/include/OgreStringConverter.h 1
/src/ogre/OgreMain/src/OgreAnimationTrack.cpp 3
/src/ogre/OgreMain/src/OgreSkeleton.cpp 1
/src/ogre/OgreMain/src/OgreBone.cpp 1
/src/ogre/OgreMain/src/OgreQuaternion.cpp 1
/src/ogre/OgreMain/src/OgreConfigFile.cpp 3
/src/ogre/OgreMain/src/OgreString.cpp 1
/src/ogre/OgreMain/include/OgreConfigFile.h 2
/src/ogre/OgreMain/src/OgreStreamSerialiser.cpp 8
/src/ogre/OgreMain/include/OgreStreamSerialiser.h 2

Fuzzer: image_fuzz

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 177 48.3%
gold [1:9] 80 21.8%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 109 29.7%
All colors 366 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
47 149 Ogre::StringUtil::trim(std::__1::basic_string , std::__1::allocator >&, bool, bool) call site: 00149 __cxa_begin_catch
40 12 Ogre::Exception::~Exception() call site: 00012 __cxa_throw
15 285 Ogre::PixelUtil::getFlags(Ogre::PixelFormat) call site: 00285
11 233 Ogre::Root::~Root() call site: 00233 dlclose
10 316 Ogre::StringUtil::toLowerCase(std::__1::basic_string , std::__1::allocator >&) call site: 00316
7 1 LLVMFuzzerTestOneInput call site: 00001 __cxa_allocate_exception
5 112 Ogre::Root::Root(std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&) call site: 00112
5 132 Ogre::_openFileStream(std::__1::basic_string , std::__1::allocator > const&, unsigned int, std::__1::basic_string , std::__1::allocator > const&) call site: 00132
4 56 Ogre::Log::Log(std::__1::basic_string , std::__1::allocator > const&, bool, bool) call site: 00056 strtol_l
3 126 Ogre::Root::Root(std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&) call site: 00126
3 310 Ogre::Image::load(Ogre::SharedPtr const&, std::__1::basic_string , std::__1::allocator >) call site: 00310
2 9 Ogre::Exception::Exception(int, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, char const*, char const*, long) call site: 00009 __cxa_throw

Runtime coverage analysis

Covered functions
394
Functions that are reachable but not covered
161
Reachable functions
348
Percentage of reachable functions covered
53.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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ogre/Tests/fuzz/image_fuzz.cpp 1
/src/ogre/OgreMain/src/OgreLogManager.cpp 8
/src/ogre/OgreMain/include/OgreSingleton.h 5
/src/ogre/OgreMain/include/OgreException.h 16
/src/ogre/OgreMain/src/OgreException.cpp 2
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/ogre/OgreMain/src/OgreLog.cpp 4
/src/ogre/OgreMain/src/OgreStringConverter.cpp 3
/src/ogre/OgreMain/src/OgreRoot.cpp 9
/src/ogre/OgreMain/include/OgreStringConverter.h 1
/src/ogre/OgreMain/src/OgreDefaultWorkQueueStandard.cpp 1
/src/ogre/OgreMain/src/OgreWorkQueue.cpp 2
/src/ogre/OgreMain/include/OgreWorkQueue.h 2
/src/ogre/OgreMain/include/OgreMath.h 1
/src/ogre/OgreMain/src/OgreArchiveManager.cpp 2
/src/ogre/OgreMain/src/OgreDDSCodec.cpp 3
/src/ogre/OgreMain/include/OgreLogManager.h 1
/src/ogre/OgreMain/include/OgreImageCodec.h 1
/src/ogre/OgreMain/include/OgreCodec.h 2
/src/ogre/OgreMain/src/OgreCodec.cpp 5
/src/ogre/OgreMain/src/OgreETCCodec.cpp 3
/src/ogre/OgreMain/src/OgreASTCCodec.cpp 3
/src/ogre/OgreMain/include/OgreMovableObject.h 2
/src/ogre/OgreMain/src/OgreConfigFile.cpp 7
/src/ogre/OgreMain/src/OgreFileSystem.cpp 1
/src/ogre/OgreMain/src/OgreDataStream.cpp 4
/src/ogre/OgreMain/include/OgreDataStream.h 5
/src/ogre/OgreMain/include/OgreSharedPtr.h 2
/src/ogre/OgreMain/src/OgreString.cpp 7
/src/ogre/OgreMain/include/OgreLog.h 4
/src/ogre/OgreMain/src/GLX/OgreFileSystemLayer.cpp 1
/src/ogre/OgreMain/src/OgreDynLibManager.cpp 3
/src/ogre/OgreMain/src/OgreDynLib.cpp 6
/src/ogre/OgreMain/include/OgreConfigFile.h 1
/src/ogre/PlugIns/STBICodec/src/OgreSTBICodec.cpp 3
/src/ogre/PlugIns/STBICodec/src/stbi/stb_image.h 2
/src/ogre/OgreMain/src/OgreSceneManagerEnumerator.cpp 1
/src/ogre/OgreMain/src/OgreParticleSystemManager.cpp 1
/src/ogre/OgreMain/src/OgreShadowVolumeExtrudeProgram.cpp 1
/src/ogre/OgreMain/src/OgreResourceGroupManager.cpp 7
/src/ogre/OgreMain/src/OgreConvexBody.cpp 1
/src/ogre/OgreMain/src/OgrePolygon.cpp 1
/src/ogre/OgreMain/include/OgreDynLib.h 1
/src/ogre/OgreMain/src/OgreStringInterface.cpp 1
/src/ogre/OgreMain/include/OgreResourceGroupManager.h 2
/src/ogre/OgreMain/src/OgreImage.cpp 7
/src/ogre/OgreMain/src/OgrePixelFormat.cpp 6
/src/ogre/OgreMain/include/OgreAny.h 5

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
Ogre::SceneManager::_renderScene(Ogre::Camera*,Ogre::Viewport*,bool) /src/ogre/OgreMain/src/OgreSceneManager.cpp 4 ['N/A', 'N/A', 'N/A', 'bool'] 26 0 510 98 72 1919 0 3829 3517
Ogre::Entity::_updateRenderQueue(Ogre::RenderQueue*) /src/ogre/OgreMain/src/OgreEntity.cpp 2 ['N/A', 'N/A'] 21 0 441 91 38 1420 0 3741 2201
Ogre::STBIImageCodec::decode(Ogre::SharedPtr const&,Ogre::Anyconst&)const /src/ogre/PlugIns/STBICodec/src/OgreSTBICodec.cpp 3 ['N/A', 'N/A', 'N/A'] 14 0 191 44 34 340 0 1838 1669

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

Functions statically reachable by fuzzers
21.0%
1744 / 8241
Cyclomatic complexity statically reachable by fuzzers
21.0%
10009 / 48781

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/ogre/Tests/fuzz/stream_fuzz.cpp

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=['Ogre::Exception::~Exception()', 'LLVMFuzzerTestOneInput', 'Ogre::StreamSerialiser::StreamSerialiser(Ogre::SharedPtr const&, Ogre::StreamSerialiser::Endian, bool, Ogre::StreamSerialiser::RealStorageFormat)', 'Ogre::Exception::Exception(int, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, char const*, char const*, long)']

/src/ogre/Tests/fuzz/zip_fuzz.cpp

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=['Ogre::Exception::Exception(int, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, char const*, char const*, long)', 'global_init()', 'Ogre::Log::Log(std::__1::basic_string, std::__1::allocator > const&, bool, bool)', 'Ogre::LogManager::logMessage(std::__1::basic_string, std::__1::allocator > const&, Ogre::LogMessageLevel, bool)', 'Ogre::EmbeddedZipArchiveFactory::EmbeddedZipArchiveFactory()', 'global_init()', 'Ogre::ResourceGroupManager::getResourceGroup(std::__1::basic_string, std::__1::allocator > const&, bool) const', 'global_init()']

/src/ogre/Tests/fuzz/ogre_deep_fuzz.cpp

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=['Ogre::Exception::Exception(int, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, char const*, char const*, long)', 'Ogre::SkeletonSerializer::readAnimationTrack(Ogre::SharedPtr&, Ogre::Animation*, Ogre::Skeleton*)', 'Ogre::VertexData::convertVertexElement(Ogre::VertexElementSemantic, Ogre::VertexElementType, unsigned short)', 'fuzz_stream_serialiser(unsigned char const*, unsigned long)', 'Ogre::VertexBufferBinding::setBinding(unsigned short, Ogre::SharedPtr const&)', 'Ogre::VertexDeclaration::modifyElement(unsigned short, unsigned short, unsigned long, Ogre::VertexElementType, Ogre::VertexElementSemantic, unsigned short)', 'global_init()', 'Ogre::Node::setOrientation(Ogre::Quaternion const&)', 'Ogre::HardwareBufferManager::HardwareBufferManager()', 'Ogre::ResourceManager::createResource(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, bool, Ogre::ManualResourceLoader*, std::__1::map, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::basic_string, std::__1::allocator > > > > const*)']

/src/ogre/Tests/fuzz/image_fuzz.cpp

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=['Ogre::StringUtil::trim(std::__1::basic_string, std::__1::allocator >&, bool, bool)', 'Ogre::Exception::~Exception()', 'Ogre::PixelUtil::getFlags(Ogre::PixelFormat)', 'Ogre::Root::~Root()', 'Ogre::StringUtil::toLowerCase(std::__1::basic_string, std::__1::allocator >&)', 'LLVMFuzzerTestOneInput', 'Ogre::Root::Root(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&)', 'Ogre::_openFileStream(std::__1::basic_string, std::__1::allocator > const&, unsigned int, std::__1::basic_string, std::__1::allocator > const&)', 'Ogre::Log::Log(std::__1::basic_string, std::__1::allocator > const&, bool, bool)', 'Ogre::Root::Root(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&)']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
zip_entry_close 78 23 29.48% ['zip_fuzz']
zip_stream_openwitherror 70 25 35.71% ['zip_fuzz']
_zip_entry_open 143 47 32.86% ['zip_fuzz']
Ogre::VertexElement::multiplyTypeCount(Ogre::VertexElementType,unsignedshort) 47 14 29.78% ['ogre_deep_fuzz']
Ogre::Node::updateFromParentImpl()const 34 11 32.35% ['ogre_deep_fuzz']
Ogre::Resource::load(bool) 96 37 38.54% ['ogre_deep_fuzz']
Ogre::ResourceGroupManager::openResourceImpl(std::__1::basic_string ,std::__1::allocator >const&,std::__1::basic_string ,std::__1::allocator >const&,bool,Ogre::Resource*,bool)const 37 19 51.35% ['ogre_deep_fuzz']
Ogre::ResourceManager::addImpl(Ogre::SharedPtr &) 42 13 30.95% ['ogre_deep_fuzz']
Ogre::ResourceManager::getResourceByName(std::__1::basic_string ,std::__1::allocator >const&,std::__1::basic_string ,std::__1::allocator >const&)const 36 15 41.66% ['ogre_deep_fuzz']
Ogre::VertexData::convertVertexElement(Ogre::VertexElementSemantic,Ogre::VertexElementType,unsignedshort) 54 25 46.29% ['ogre_deep_fuzz']
Ogre::CompositorManager::freePooledTextures(bool) 39 8 20.51% ['image_fuzz']
Ogre::Image::load(Ogre::SharedPtr const&,std::__1::basic_string ,std::__1::allocator >) 31 13 41.93% ['image_fuzz']
Ogre::PixelUtil::getMemorySize(unsignedint,unsignedint,unsignedint,Ogre::PixelFormat) 76 7 9.210% ['image_fuzz']
Ogre::STBIImageCodec::encode(Ogre::Anyconst&)const 34 15 44.11% ['image_fuzz']
stbi__YCbCr_to_RGB_simd(unsignedchar*,unsignedcharconst*,unsignedcharconst*,unsignedcharconst*,int,int) 65 26 40.0% ['image_fuzz']

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/ogre/OgreMain/src/OgreStreamSerialiser.cpp ['stream_fuzz', 'ogre_deep_fuzz'] ['stream_fuzz', 'ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreDistanceLodStrategy.h [] []
/src/ogre/OgreMain/include/OgrePredefinedControllers.h [] []
/src/ogre/OgreMain/include/OgreDataStream.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreOptimisedUtilSSE.cpp [] []
/src/ogre/OgreMain/src/OgreDistanceLodStrategy.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreSkyRenderer.cpp [] []
/src/ogre/OgreMain/src/OgreTextureShadowRenderer.cpp [] []
/src/ogre/OgreMain/src/OgreLogManager.cpp ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreParticle.h [] []
/src/ogre/OgreMain/include/OgrePatchMesh.h [] []
/src/ogre/OgreMain/include/OgreParticleSystemRenderer.h [] []
/src/ogre/OgreMain/include/OgreRenderSystemCapabilities.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreTimer.cpp [] []
/src/ogre/OgreMain/include/OgreLogManager.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreBillboardParticleRenderer.cpp [] []
/src/ogre/OgreMain/include/OgreRenderSystemCapabilitiesSerializer.h [] []
/src/ogre/OgreMain/src/OgreOptimisedUtil.cpp [] []
/src/ogre/OgreMain/src/OgreScriptParser.cpp [] []
/src/ogre/OgreMain/src/OgreDDSCodec.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreASTCCodec.h [] []
/src/ogre/OgreMain/src/OgreCompositionTargetPass.cpp [] []
/src/ogre/OgreMain/include/OgreCompositionTargetPass.h [] []
/src/ogre/OgreMain/src/OgreDefaultHardwareBufferManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreTextureUnitState.h [] []
/src/ogre/OgreMain/src/OgreHardwareVertexBuffer.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreSkeletonSerializer.h [] []
/src/ogre/OgreMain/src/OgreMaterialManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgrePolygon.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgrePixelFormat.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreSceneManagerEnumerator.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreBone.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreRenderQueueSortingGrouping.cpp [] []
/src/ogre/OgreMain/include/OgreRenderQueueListener.h [] []
/src/ogre/OgreMain/include/OgreHardwarePixelBuffer.h [] []
/src/ogre/OgreMain/src/OgreSIMDHelper.h [] []
/src/ogre/OgreMain/include/OgreRectangle2D.h [] []
/src/ogre/OgreMain/src/OgreHardwareBufferManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreTangentSpaceCalc.h [] []
/src/ogre/OgreMain/include/OgreCompositionPass.h [] []
/src/ogre/PlugIns/STBICodec/src/stbi/stb_image_write.h [] []
/src/ogre/OgreMain/include/OgreCamera.h [] []
/src/ogre/OgreMain/include/OgreUserObjectBindings.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/include/OgreSceneQuery.h [] []
/src/ogre/OgreMain/include/OgreMovableObject.h ['image_fuzz'] ['image_fuzz']
/src/ogre/PlugIns/STBICodec/include/OgreSTBICodec.h [] []
/src/ogre/OgreMain/include/OgreRoot.h [] []
/src/ogre/OgreMain/src/OgreBillboard.cpp [] []
/src/ogre/OgreMain/src/OgreTexture.cpp [] []
/src/ogre/OgreMain/include/OgreProfiler.h [] []
/src/ogre/OgreMain/include/OgreStringConverter.h ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreHardwareBufferManager.h [] []
/src/ogre/OgreMain/include/OgreAnimable.h [] []
/src/ogre/OgreMain/include/OgreBitwise.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreOptimisedUtilGeneral.cpp [] []
/src/ogre/OgreMain/src/OgrePrefabFactory.h [] []
/src/ogre/OgreMain/include/OgreHardwareBuffer.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreExternalTextureSourceManager.cpp [] []
/src/ogre/OgreMain/include/OgrePose.h [] []
/src/ogre/OgreMain/src/OgreResourceBackgroundQueue.cpp [] []
/src/ogre/OgreMain/src/OgreSceneNode.cpp [] []
/src/ogre/OgreMain/src/OgreSubMesh.cpp [] []
/src/ogre/OgreMain/src/OgreDepthBuffer.cpp [] []
/src/ogre/OgreMain/src/OgreEntity.cpp [] []
/src/ogre/OgreMain/include/OgreQuaternion.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreSphere.h [] []
/src/ogre/OgreMain/src/OgreUserObjectBindings.cpp [] []
/src/ogre/OgreMain/src/OgreMovableObject.cpp [] []
/src/ogre/OgreMain/include/OgreTechnique.h [] []
/src/ogre/OgreMain/src/OgrePatchSurface.cpp [] []
/src/ogre/OgreMain/src/OgreRenderSystemCapabilities.cpp [] []
/src/ogre/OgreMain/src/OgreStaticGeometry.cpp [] []
/src/ogre/OgreMain/src/OgrePass.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreCodec.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgrePredefinedControllers.cpp [] []
/src/ogre/OgreMain/include/OgreGpuProgram.h [] []
/src/ogre/OgreMain/src/OgreAxisAlignedBox.cpp [] []
/src/ogre/OgreMain/include/OgrePlane.h [] []
/src/ogre/OgreMain/src/OgreControllerManager.cpp [] []
/src/ogre/OgreMain/src/OgreUnifiedHighLevelGpuProgram.h [] []
/src/ogre/OgreMain/src/OgreCommon.cpp [] []
/src/ogre/OgreMain/src/OgreVertexIndexData.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreEdgeListBuilder.h [] []
/src/ogre/OgreMain/src/OgreMurmurHash3.cpp [] []
/src/ogre/OgreMain/include/OgreParticleAffector.h [] []
/src/ogre/OgreMain/src/OgreArchiveManager.cpp ['zip_fuzz', 'image_fuzz'] ['zip_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreFrameListener.h [] []
/src/ogre/OgreMain/include/OgreSkeleton.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreRenderTarget.h [] []
/src/ogre/OgreMain/include/OgreArchiveFactory.h ['stream_fuzz', 'zip_fuzz'] ['stream_fuzz', 'zip_fuzz']
/src/ogre/OgreMain/include/OgreException.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['stream_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreDeflate.h [] []
/src/ogre/OgreMain/src/OgreLodStrategy.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreMeshManager.h [] []
/src/ogre/OgreMain/include/OgreOptimisedUtil.h [] []
/src/ogre/OgreMain/src/OgreRotationSpline.cpp [] []
/src/ogre/OgreMain/include/OgreArchive.h ['stream_fuzz'] ['stream_fuzz']
/src/ogre/OgreMain/include/OgreViewport.h [] []
/src/ogre/OgreMain/src/OgreCompositorChain.cpp [] []
/src/ogre/OgreMain/src/OgreScriptLexer.cpp [] []
/src/ogre/OgreMain/src/OgreSkeletonSerializer.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreRenderWindow.h [] []
/src/ogre/OgreMain/include/OgreMesh.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreGpuProgramUsage.cpp [] []
/src/ogre/OgreMain/src/OgrePrefabFactory.cpp [] []
/src/ogre/OgreMain/src/OgreShadowCaster.cpp [] []
/src/ogre/OgreMain/include/OgreAxisAlignedBox.h [] []
/src/ogre/OgreMain/src/OgreDeflate.cpp [] []
/src/ogre/OgreMain/src/OgreImage.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgreSharedPtr.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreAny.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreAnimation.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreParticleSystem.cpp [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/ogre/OgreMain/src/OgreMeshSerializer.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreInstanceBatchHW_VTF.cpp [] []
/src/ogre/OgreMain/include/OgreConfigFile.h ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreUnifiedHighLevelGpuProgram.cpp [] []
/src/ogre/OgreMain/src/OgreInstanceManager.cpp [] []
/src/ogre/OgreMain/include/OgreExternalTextureSource.h [] []
/src/ogre/OgreMain/src/OgreSceneManagerEnumerator.h [] []
/src/ogre/OgreMain/include/OgreInstancedEntity.h [] []
/src/ogre/OgreMain/src/OgreStringInterface.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreConfigOptionMap.h [] []
/src/ogre/OgreMain/include/OgreScriptCompiler.h [] []
/src/ogre/OgreMain/src/OgreParticleEmitterCommands.cpp [] []
/src/ogre/OgreMain/include/OgreTexture.h [] []
/src/ogre/OgreMain/src/OgreMatrix4.cpp [] []
/src/ogre/OgreMain/src/OgreRenderTarget.cpp [] []
/src/ogre/OgreMain/src/OgreRoot.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreShadowCameraSetup.cpp [] []
/src/ogre/OgreMain/include/OgreNameGenerator.h [] []
/src/ogre/OgreMain/include/OgreFactoryObj.h ['stream_fuzz', 'zip_fuzz'] ['stream_fuzz', 'zip_fuzz']
/src/ogre/OgreMain/include/OgreColourValue.h [] []
/src/ogre/OgreMain/src/OgreTagPoint.cpp [] []
/src/ogre/OgreMain/src/OgreRenderable.cpp [] []
/src/ogre/OgreMain/src/OgreSkeletonInstance.cpp [] []
/src/ogre/OgreMain/include/OgreBlendMode.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/include/OgreVector.h ['stream_fuzz', 'ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreBillboard.h [] []
/src/ogre/OgreMain/src/OgreAlignedAllocator.cpp [] []
/src/ogre/OgreMain/include/OgreSimpleRenderable.h [] []
/src/ogre/OgreMain/src/OgreETCCodec.h [] []
/src/ogre/OgreMain/src/OgreConfigFile.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreAutoParamDataSource.h [] []
/src/ogre/OgreMain/src/OgreManualObject.cpp [] []
/src/ogre/OgreMain/src/OgreTextureManager.cpp [] []
/src/ogre/OgreMain/include/OgrePixelCountLodStrategy.h [] []
/src/ogre/OgreMain/include/OgreRenderSystem.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreKeyFrame.h [] []
/src/ogre/OgreMain/src/OgreGpuProgram.cpp [] []
/src/ogre/OgreMain/include/OgreMaterial.h [] []
/src/ogre/OgreMain/src/OgreInstanceBatch.cpp [] []
/src/ogre/OgreMain/src/OgreResource.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreConvexBody.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreZip.cpp ['zip_fuzz'] ['zip_fuzz']
/src/ogre/PlugIns/STBICodec/src/OgreSTBICodec.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/GLX/OgreFileSystemLayer.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreDDSCodec.h [] []
/src/ogre/OgreMain/include/OgreScriptLoader.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreHardwareIndexBuffer.cpp [] []
/src/ogre/OgreMain/include/OgreHardwareVertexBuffer.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreSceneQuery.cpp [] []
/src/ogre/OgreMain/src/OgreGpuProgramParams.cpp [] []
/usr/local/bin/../include/c++/v1/__exception/exception_ptr.h [] []
/src/ogre/OgreMain/include/OgreTextureManager.h [] []
/src/ogre/OgreMain/src/OgreResourceGroupManager.cpp ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreString.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreSceneNode.h [] []
/src/ogre/OgreMain/src/OgreLodStrategyManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/Tests/fuzz/zip_fuzz.cpp ['zip_fuzz'] ['zip_fuzz']
/src/ogre/OgreMain/include/OgreShadowCaster.h [] []
/src/ogre/OgreMain/src/OgreStencilShadowRenderer.cpp [] []
/src/ogre/OgreMain/include/OgreFileSystem.h ['stream_fuzz'] []
/src/ogre/OgreMain/src/OgreFrustum.cpp [] []
/src/ogre/OgreMain/include/OgreStringInterface.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreMeshSerializerImpl.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreInstanceBatchVTF.cpp [] []
/src/ogre/OgreMain/src/OgreCamera.cpp [] []
/src/ogre/OgreMain/src/OgreSerializer.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreSceneManager.cpp [] []
/src/ogre/OgreMain/include/OgreScriptTranslator.h [] []
/src/ogre/OgreMain/include/OgreStaticGeometry.h [] []
/src/ogre/OgreMain/include/OgreImageCodec.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreCompositorManager.cpp [] []
/src/ogre/OgreMain/src/OgreMesh.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreBillboardParticleRenderer.h [] []
/src/ogre/OgreMain/include/OgreGpuProgramUsage.h [] []
/src/ogre/OgreMain/src/OgreDynLibManager.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgreBillboardSet.h [] []
/src/ogre/OgreMain/src/OgreMaterial.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreDefaultHardwareBufferManager.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreMaterialManager.h [] []
/src/ogre/OgreMain/src/OgreTextureUnitState.cpp [] []
/src/ogre/OgreMain/src/OgreCompositionPass.cpp [] []
/src/ogre/OgreMain/include/OgreSceneManager.h [] []
/src/ogre/OgreMain/include/OgreAnimation.h [] []
/src/ogre/OgreMain/src/OgreBillboardSet.cpp [] []
/src/ogre/OgreMain/src/OgrePixelCountLodStrategy.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreColourValue.cpp [] []
/src/ogre/OgreMain/src/OgrePixelConversions.h [] []
/src/ogre/OgreMain/include/OgreInstanceBatchHW_VTF.h [] []
/usr/local/bin/../include/c++/v1/istream [] []
/src/ogre/OgreMain/include/OgreDualQuaternion.h [] []
/src/ogre/OgreMain/src/OgreStringConverter.cpp ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreDefaultSceneQueries.cpp [] []
/src/ogre/OgreMain/include/OgreHardwareIndexBuffer.h [] []
/src/ogre/OgreMain/src/zip/zip.c [] []
/src/ogre/OgreMain/src/OgreRadixSort.h [] []
/src/ogre/OgreMain/include/OgreImage.h [] []
/src/ogre/OgreMain/src/OgreDefaultWorkQueueStandard.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgreAnimationTrack.h [] []
/src/ogre/OgreMain/src/OgreAutoParamDataSource.cpp [] []
/src/ogre/OgreMain/src/OgreCompositionTechnique.cpp [] []
/src/ogre/OgreMain/include/OgreRenderTexture.h [] []
/src/ogre/OgreMain/src/OgreResourceManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreSingleton.h ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreFrustum.h [] []
/src/ogre/OgreMain/src/zip/miniz.h [] []
/src/ogre/OgreMain/src/OgreQuaternion.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreTagPoint.h [] []
/src/ogre/OgreMain/include/OgreRenderOperation.h [] []
/src/ogre/OgreMain/include/OgreInstanceBatchShader.h [] []
/src/ogre/OgreMain/include/OgreMath.h ['ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/OgreMain/src/OgreEdgeListBuilder.cpp [] []
/src/ogre/OgreMain/src/OgreScriptCompiler.cpp [] []
/src/ogre/OgreMain/include/OgreLog.h ['stream_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['stream_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgrePixelFormatDescriptions.h [] []
/src/ogre/OgreMain/src/OgreRenderSystemCapabilitiesManager.cpp [] []
/src/ogre/OgreMain/src/OgrePose.cpp [] []
/src/ogre/OgreMain/include/OgreAnimationState.h [] []
/src/ogre/OgreMain/src/OgreASTCCodec.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgreSerializer.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/usr/local/bin/../include/c++/v1/__fwd/fstream.h [] []
/src/ogre/OgreMain/src/OgreBuiltinScriptTranslators.h [] []
/src/ogre/OgreMain/include/OgreCompositorManager.h [] []
/src/ogre/Tests/fuzz/stream_fuzz.cpp ['stream_fuzz'] ['stream_fuzz']
/src/ogre/OgreMain/include/OgreBone.h [] []
/src/ogre/OgreMain/include/OgreSubMesh.h [] []
/src/ogre/OgreMain/src/OgreAnimationTrack.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreSimpleSpline.cpp [] []
/src/ogre/OgreMain/include/OgreLodStrategy.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreParticleEmitter.cpp [] []
/src/ogre/OgreMain/src/OgreProfiler.cpp [] []
/src/ogre/OgreMain/include/OgreGpuProgramManager.h [] []
/src/ogre/OgreMain/src/OgreLog.cpp ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgreZip.h ['zip_fuzz'] ['zip_fuzz']
/src/ogre/OgreMain/include/OgreResourceGroupManager.h ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreArchive.cpp [] []
/src/ogre/OgreMain/include/OgrePlaneBoundedVolume.h [] []
/src/ogre/OgreMain/src/OgreInstanceBatchShader.cpp [] []
/src/ogre/OgreMain/src/OgreSkeleton.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreInstanceBatchVTF.h [] []
/src/ogre/OgreMain/src/OgreAnimable.cpp [] []
/src/ogre/OgreMain/include/OgreDefaultDebugDrawer.h [] []
/src/ogre/OgreMain/src/OgreScriptTranslator.cpp [] []
/src/ogre/OgreMain/src/OgreSkeletonManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreTangentSpaceCalc.cpp [] []
/src/ogre/OgreMain/include/OgreIteratorWrapper.h [] []
/src/ogre/OgreMain/src/OgreWorkQueue.cpp ['image_fuzz'] ['image_fuzz']
/usr/local/bin/../include/c++/v1/string [] []
/src/ogre/OgreMain/src/OgreMath.cpp [] []
/src/ogre/OgreMain/src/OgreCodec.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreDefaultDebugDrawer.cpp [] []
/src/ogre/OgreMain/include/OgreCompositorChain.h [] []
/src/ogre/OgreMain/src/OgreKeyFrame.cpp [] []
/src/ogre/OgreMain/include/OgreLight.h [] []
/src/ogre/OgreMain/src/OgreHardwarePixelBuffer.cpp [] []
/src/ogre/OgreMain/src/OgreNode.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreMovablePlane.cpp [] []
/src/ogre/OgreMain/src/OgreRenderQueue.cpp [] []
/src/ogre/OgreMain/include/OgreEntity.h [] []
/src/ogre/OgreMain/src/OgreMatrix3.cpp [] []
/src/ogre/OgreMain/src/OgrePatchMesh.cpp [] []
/src/ogre/Tests/fuzz/image_fuzz.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreSimpleRenderable.cpp [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/OgreMain/include/OgreRay.h [] []
/src/ogre/OgreMain/include/OgreGpuProgramParams.h [] []
/src/ogre/OgreMain/src/OgreBillboardChain.cpp [] []
/src/ogre/OgreMain/src/OgreRibbonTrail.cpp [] []
/src/ogre/OgreMain/src/OgreRectangle2D.cpp [] []
/src/ogre/OgreMain/include/OgreRenderQueue.h [] []
/src/ogre/OgreMain/include/OgreInstanceBatch.h [] []
/src/ogre/OgreMain/src/OgreViewport.cpp [] []
/src/ogre/OgreMain/include/OgreCompositorInstance.h [] []
/src/ogre/PlugIns/STBICodec/src/stbi/stb_image.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgrePass.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreResourceManager.h [] []
/src/ogre/OgreMain/include/OgreNode.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreRenderQueueSortingGrouping.h [] []
/src/ogre/OgreMain/include/OgreSubEntity.h [] []
/src/ogre/OgreMain/include/OgreParticleSystem.h [] []
/src/ogre/OgreMain/include/OgreParticleEmitter.h [] []
/src/ogre/OgreMain/include/OgreDynLib.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreInstancedEntity.cpp [] []
/src/ogre/OgreMain/include/OgreInstanceBatchHW.h [] []
/src/ogre/OgreMain/src/OgreScriptLexer.h [] []
/src/ogre/OgreMain/src/OgreDualQuaternion.cpp [] []
/src/ogre/Tests/fuzz/ogre_deep_fuzz.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/include/OgreCompositionTechnique.h [] []
/src/ogre/OgreMain/src/OgreStableHeaders.h [] []
/src/ogre/OgreMain/include/OgreStreamSerialiser.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreSubEntity.cpp [] []
/src/ogre/OgreMain/src/OgreShadowTextureManager.cpp [] []
/src/ogre/OgreMain/src/OgrePlatformInformation.cpp [] []
/src/ogre/OgreMain/include/OgreMatrix4.h [] []
/src/ogre/OgreMain/include/OgreCompositor.h [] []
/src/ogre/OgreMain/src/OgreGpuProgramManager.cpp [] []
/src/ogre/OgreMain/include/OgreMovablePlane.h [] []
/src/ogre/OgreMain/include/OgreExternalTextureSourceManager.h [] []
/src/ogre/OgreMain/include/OgreInstanceManager.h [] []
/src/ogre/OgreMain/src/OgreException.cpp ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreFileSystem.cpp ['stream_fuzz', 'image_fuzz'] ['stream_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreShadowVolumeExtrudeProgram.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgreController.h [] []
/src/ogre/OgreMain/include/OgreBillboardChain.h [] []
/src/ogre/OgreMain/include/OgreManualObject.h [] []
/src/ogre/OgreMain/src/OgreTechnique.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreCompositor.cpp [] []
/src/ogre/OgreMain/src/OgreRenderSystemCapabilitiesSerializer.cpp [] []
/src/ogre/OgreMain/include/OgreResource.h ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreSearchOps.cpp [] []
/src/ogre/OgreMain/include/OgreShadowCameraSetup.h [] []
/src/ogre/OgreMain/include/OgreAlignedAllocator.h [] []
/src/ogre/OgreMain/src/OgreInstanceBatchHW.cpp [] []
/src/ogre/OgreMain/src/OgreBuiltinMovableFactories.h [] []
/src/ogre/OgreMain/src/OgreVector.cpp [] []
/src/ogre/OgreMain/src/OgreAnimationState.cpp [] []
/src/ogre/OgreMain/src/OgreETCCodec.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreRenderSystem.cpp [] []
/src/ogre/OgreMain/include/OgreRenderTargetListener.h [] []
/src/ogre/OgreMain/src/OgreRenderTexture.cpp [] []
/src/ogre/OgreMain/include/OgrePixelFormat.h [] []
/src/ogre/OgreMain/src/OgreParticleEmitterCommands.h [] []
/src/ogre/OgreMain/include/OgreCommon.h [] []
/src/ogre/OgreMain/include/OgreMatrix3.h [] []
/src/ogre/OgreMain/src/OgreMeshManager.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/OgreMain/src/OgreImageResampler.h [] []
/src/ogre/OgreMain/include/OgreDepthBuffer.h [] []
/src/ogre/OgreMain/include/OgreRenderable.h [] []
/src/ogre/OgreMain/src/OgreCompositorInstance.cpp [] []
/src/ogre/OgreMain/src/OgreParticleSystemManager.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreLight.cpp [] []
/src/ogre/OgreMain/include/OgreWorkQueue.h ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/src/OgreDataStream.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/src/OgreDynLib.cpp ['image_fuzz'] ['image_fuzz']

Directories in report

Directory
/src/ogre/OgreMain/include/
/src/ogre/OgreMain/src/GLX/
/src/ogre/OgreMain/src/zip/
/usr/local/bin/../include/c++/v1/__exception/
/src/ogre/PlugIns/STBICodec/src/stbi/
/src/ogre/OgreMain/src/
/src/ogre/PlugIns/STBICodec/src/
/usr/local/bin/../include/c++/v1/__fwd/
/src/ogre/PlugIns/STBICodec/include/
/src/ogre/Tests/fuzz/
/usr/local/bin/../include/c++/v1/