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

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 2724 88.9%
gold [1:9] 9 0.29%
yellow [10:29] 1 0.03%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 327 10.6%
All colors 3061 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
6803 6803 3 :

['bool Imf_3_4::(anonymous namespace)::runChecks (Imf_3_4::(anonymous namespace)::PtrIStream&, bool, bool)', 'Imf_3_4::IStream::~IStream()', 'Imf_3_4::(anonymous namespace)::PtrIStream::PtrIStream(char const*, unsigned long)']

6803 6803 Imf_3_4::checkOpenEXRFile(charconst*,unsignedlong,bool,bool,bool) call site: 00000 /src/openexr/src/lib/OpenEXRUtil/ImfCheckFile.cpp:1837
1663 1663 1 :

['internal_exr_undo_ht']

1663 1663 decompress_data call site: 00000 /src/openexr/src/lib/OpenEXRCore/compression.c:417
9 9 1 :

['default_init_read_file']

9 1010 exr_start_read call site: 00014 /src/openexr/src/lib/OpenEXRCore/context.c:262
7 7 1 :

['allow_512bit_vectors']

7 9 libdeflate_init_x86_cpu_features call site: 00000 /src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/cpu_features.c:190
2 2 1 :

['strncpy']

2 2 exr_attr_string_set_with_length call site: 00081 /src/openexr/src/lib/OpenEXRCore/string.c:190
0 6 1 :

['exr_attr_string_destroy']

0 6 exr_attr_chlist_add_with_length call site: 00106 /src/openexr/src/lib/OpenEXRCore/channel_list.c:180
0 0 None 20 20 generic_unpack_deep call site: 00000 /src/openexr/src/lib/OpenEXRCore/unpack.c:1539
0 0 None 20 20 generic_unpack_deep call site: 00000 /src/openexr/src/lib/OpenEXRCore/unpack.c:1560
0 0 None 20 20 generic_unpack call site: 00000 /src/openexr/src/lib/OpenEXRCore/unpack.c:1264
0 0 None 20 20 generic_unpack call site: 00000 /src/openexr/src/lib/OpenEXRCore/unpack.c:1276
0 0 None 15 15 dispatch_error call site: 00000 /src/openexr/src/lib/OpenEXRCore/internal_structs.c:83
0 0 None 8 158 check_populate_type call site: 00165 /src/openexr/src/lib/OpenEXRCore/parse_header.c:1698

Runtime coverage analysis

Covered functions
284
Functions that are reachable but not covered
1732
Reachable functions
1869
Percentage of reachable functions covered
7.33%
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/openexr/src/test/oss-fuzz/openexr_exrcorecheck_fuzzer.cc 1
/src/openexr/src/lib/OpenEXRUtil/ImfCheckFile.cpp 20
/src/openexr/src/lib/OpenEXRCore/context.c 6
/src/openexr/src/lib/OpenEXRCore/internal_structs.c 7
/src/openexr/src/lib/OpenEXRCore/base.c 8
/src/openexr/src/lib/OpenEXRCore/string.c 7
/src/openexr/src/lib/OpenEXRCore/internal_posix_file_impl.h 2
/src/openexr/src/lib/OpenEXRCore/parse_header.c 38
/src/openexr/src/lib/OpenEXRCore/validation.c 8
/src/openexr/src/lib/OpenEXRCore/attributes.c 12
/src/openexr/src/lib/OpenEXRCore/channel_list.c 2
/src/openexr/src/lib/OpenEXRCore/float_vector.c 2
/src/openexr/src/lib/OpenEXRCore/preview.c 2
/src/openexr/src/lib/OpenEXRCore/string_vector.c 1
/src/openexr/src/lib/OpenEXRCore/opaque.c 2
/src/openexr/src/lib/OpenEXRCore/part_attr.c 6
/src/openexr/src/lib/OpenEXRCore/internal_structs.h 2
/src/openexr/src/lib/OpenEXRCore/compression.c 1
/src/openexr/src/lib/OpenEXRCore/internal_util.h 2
/src/openexr/src/lib/OpenEXRCore/part.c 8
/src/openexr/src/lib/OpenEXRCore/chunk.c 9
/src/openexr/src/lib/OpenEXRCore/decoding.c 7
/src/openexr/src/lib/OpenEXRCore/coding.c 4
/src/openexr/src/lib/OpenEXRCore/unpack.c 2
/src/openexr/src/lib/OpenEXRCore/internal_cpuid.h 2
/usr/local/lib/clang/18/include/cpuid.h 2
/src/openexr/src/lib/OpenEXR/ImfIO.cpp 3
/src/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp 9
/src/openexr/src/lib/OpenEXR/ImfHeader.cpp 32
/src/openexr/src/lib/OpenEXR/ImfThreading.cpp 1
/src/openexr/src/lib/IlmThread/IlmThreadPool.cpp 23
/src/openexr/src/lib/Iex/IexBaseExc.cpp 141
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/openexr/src/lib/OpenEXR/ImfMultiPartInputFile.cpp 10
/src/openexr/src/lib/OpenEXR/ImfContextInit.h 5
/src/openexr/src/lib/OpenEXR/ImfContextInit.cpp 2
/src/openexr/src/lib/OpenEXR/ImfContext.cpp 13
/src/openexr/src/lib/OpenEXR/ImfContext.h 5
/src/openexr/src/lib/OpenEXRCore/write_header.c 1
/src/openexr/src/lib/OpenEXR/ImfInputPartData.cpp 1
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathVec.h 36
/src/openexr/src/lib/OpenEXR/ImfAttribute.h 159
/src/openexr/src/lib/OpenEXR/ImfAttribute.cpp 7
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathBox.h 13
/src/openexr/src/lib/OpenEXR/ImfChannelList.h 8
/src/openexr/src/lib/OpenEXR/ImfChromaticities.cpp 2
/src/openexr/src/lib/OpenEXR/ImfKeyCode.cpp 9
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathMatrix.h 17
/src/openexr/src/lib/OpenEXR/ImfPreviewImage.cpp 3
/src/openexr/src/lib/OpenEXR/ImfCheckedArithmetic.h 2
/src/openexr/src/lib/OpenEXR/ImfPreviewImage.h 1
/src/openexr/src/lib/OpenEXR/ImfRational.h 2
/src/openexr/src/lib/OpenEXR/ImfTileDescription.h 1
/src/openexr/src/lib/OpenEXR/ImfTimeCode.cpp 10
/src/openexr/src/lib/OpenEXR/ImfIDManifest.cpp 1
/src/openexr/src/lib/OpenEXR/ImfName.h 3
/src/openexr/src/lib/OpenEXR/ImfChannelList.cpp 6
/src/openexr/src/lib/OpenEXR/ImfChromaticities.h 2
/src/openexr/src/lib/OpenEXR/ImfOpaqueAttribute.cpp 2
/src/openexr/src/lib/OpenEXR/ImfArray.h 29
/src/openexr/src/lib/OpenEXR/ImfInputPartData.h 2
/src/openexr/src/lib/OpenEXR/ImfHeader.h 12
/src/openexr/src/lib/OpenEXR/ImfVersion.h 1
/src/openexr/src/lib/OpenEXR/ImfPartType.cpp 3
/src/openexr/src/lib/OpenEXR/ImfTiledMisc.cpp 1
/src/openexr/src/lib/OpenEXR/ImfMisc.cpp 1
/src/openexr/src/lib/OpenEXR/ImfXdr.h 3
/src/openexr/src/lib/OpenEXR/ImfStandardAttributes.cpp 12
/src/openexr/src/lib/OpenEXR/ImfCompressor.cpp 1
/src/openexr/src/lib/OpenEXR/ImfCompression.cpp 1
/src/openexr/src/lib/OpenEXR/ImfInputPart.cpp 7
/src/openexr/src/lib/OpenEXR/ImfInputFile.cpp 19
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp 20
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputPart.cpp 7
/src/openexr/src/lib/OpenEXR/ImfTiledInputFile.cpp 28
/src/openexr/src/lib/OpenEXR/ImfScanLineInputFile.cpp 14
/src/openexr/src/lib/OpenEXR/ImfFrameBuffer.h 12
/src/openexr/src/lib/OpenEXR/ImfFrameBuffer.cpp 10
/src/openexr/src/lib/OpenEXR/ImfDeepFrameBuffer.cpp 7
/src/openexr/src/lib/OpenEXR/ImfDeepFrameBuffer.h 9
/src/openexr/src/lib/IlmThread/IlmThreadProcessGroup.h 8
/src/openexr/src/lib/IlmThread/IlmThreadSemaphorePosix.cpp 4
/src/openexr/src/lib/Iex/IexThrowErrnoExc.cpp 2
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/half.h 6
/src/openexr/src/lib/OpenEXR/ImfTiledInputPart.cpp 8
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputPart.cpp 9
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.cpp 24
/src/openexr/src/lib/OpenEXR/ImfMultiPartInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfRgbaFile.cpp 25
/src/openexr/src/lib/OpenEXR/ImfRgbaYca.cpp 7
/usr/local/bin/../include/c++/v1/stdlib.h 1
/usr/local/bin/../include/c++/v1/stdexcept 1
/src/openexr/src/lib/OpenEXR/ImfRgba.h 1
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathFun.h 2
/src/openexr/src/lib/OpenEXR/ImfInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfTiledInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.h 1

Fuzzer: openexr_exrcheck_fuzzer

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 1344 43.9%
gold [1:9] 78 2.54%
yellow [10:29] 15 0.49%
greenyellow [30:49] 22 0.71%
lawngreen 50+ 1602 52.3%
All colors 3061 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1686 1686 1 :

['Imf_3_4::(anonymous namespace)::runCoreChecks(char const*, unsigned long, bool, bool)']

1686 1686 Imf_3_4::checkOpenEXRFile(charconst*,unsignedlong,bool,bool,bool) call site: 00000 /src/openexr/src/lib/OpenEXRUtil/ImfCheckFile.cpp:1837
613 1857 9 :

['operator new(unsigned long)', 'Imf_3_4::DeepScanLineInputFile::Data::LineBufferTask::LineBufferTask(IlmThread_3_4::TaskGroup*, Imf_3_4::DeepScanLineInputFile::Data*, IlmThread_3_4::ProcessGroup *, Imf_3_4::DeepFrameBuffer const*, exr_chunk_info_t const&, int, int, bool)', 'IlmThread_3_4::ThreadPool::addGlobalTask(IlmThread_3_4::Task*)', 'IlmThread_3_4::ProcessGroup ::~ProcessGroup()', 'IlmThread_3_4::TaskGroup::TaskGroup()', 'operator delete(void*)', 'IlmThread_3_4::ProcessGroup ::throw_on_failure()', 'IlmThread_3_4::ProcessGroup ::ProcessGroup(unsigned int)', 'IlmThread_3_4::TaskGroup::~TaskGroup()']

619 2074 Imf_3_4::DeepScanLineInputFile::Data::readData(Imf_3_4::DeepFrameBufferconst&,int,int,bool) call site: 00000 /src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp:513
103 2693 12 :

['__cxa_free_exception', 'Imath_3_2::Box >::operator!=(Imath_3_2::Box > const&) const', 'std::__1::vector >::operator[][abi:ne180100](unsigned long)', 'Imf_3_4::DeepScanLineInputPart::header() const', 'Imf_3_4::DeepScanLineInputFile::header() const', 'std::__1::vector >::operator[][abi:ne180100](unsigned long)', '__cxa_allocate_exception', 'Iex_3_4::ArgExc::ArgExc(char const*)', 'std::__1::vector >::size[abi:ne180100]() const', 'Imf_3_4::Header::displayWindow() const', 'Imath_3_2::Box >::extendBy(Imath_3_2::Box > const&)', '__cxa_throw']

103 2739 Imf_3_4::CompositeDeepScanLine::Data::check_valid(Imf_3_4::Headerconst&) call site: 00000 /src/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp:126
29 29 4 :

['__cxa_free_exception', 'Iex_3_4::OverflowExc::OverflowExc(char const*)', '__cxa_allocate_exception', '__cxa_throw']

29 29 unsignedlongImf_3_4::checkArraySize (unsignedint,unsignedlong) call site: 00000 /src/openexr/src/lib/OpenEXR/ImfCheckedArithmetic.h:130
25 1269 9 :

['IlmThread_3_4::ProcessGroup ::~ProcessGroup() [clone .12129]', 'operator new(unsigned long)', 'IlmThread_3_4::ThreadPool::addGlobalTask(IlmThread_3_4::Task*)', 'IlmThread_3_4::TaskGroup::TaskGroup()', 'operator delete(void*)', 'IlmThread_3_4::ProcessGroup ::ProcessGroup(unsigned int) [clone .12131]', 'IlmThread_3_4::ProcessGroup ::throw_on_failure() [clone .12130]', 'IlmThread_3_4::TaskGroup::~TaskGroup()', 'Imf_3_4::ScanLineInputFile::Data::LineBufferTask::LineBufferTask(IlmThread_3_4::TaskGroup*, Imf_3_4::ScanLineInputFile::Data*, IlmThread_3_4::ProcessGroup *, Imf_3_4::FrameBuffer const*, exr_chunk_info_t const&, int, int)']

31 1486 Imf_3_4::ScanLineInputFile::Data::readPixels(Imf_3_4::FrameBufferconst&,int,int) call site: 00000 /src/openexr/src/lib/OpenEXR/ImfScanLineInputFile.cpp:447
16 16 4 :

['Imf_3_4::TimeCode::setFieldPhase(bool)', 'Imf_3_4::TimeCode::setBgf1(bool)', 'Imf_3_4::TimeCode::setBgf0(bool)', 'Imf_3_4::TimeCode::setBgf2(bool)']

16 16 Imf_3_4::TimeCode::setTimeAndFlags(unsignedint,Imf_3_4::TimeCode::Packing) call site: 00000 /src/openexr/src/lib/OpenEXR/ImfTimeCode.cpp:323
13 13 7 :

['csc709Inverse64', 'LossyDctDecoder_unRleAc', 'float_to_half.25374', 'half_to_float.25373', 'dctInverse8x8DcOnly', 'simd_align_pointer', 'csc709Inverse']

13 13 LossyDctDecoder_execute call site: 00000 /src/openexr/src/lib/OpenEXRCore/internal_dwa_decoder.h:308
9 9 1 :

['default_init_read_file']

9 1010 exr_start_read call site: 00014 /src/openexr/src/lib/OpenEXRCore/context.c:262
8 8 4 :

['std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw', '__cxa_allocate_exception']

8 8 read_header(void*,unsignedlong,unsignedlong&,std::__1::vector >&) call site: 00000 /src/openexr/src/lib/OpenEXRCore/internal_ht.cpp:142
7 7 1 :

['allow_512bit_vectors']

7 9 libdeflate_init_x86_cpu_features call site: 00000 /src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/cpu_features.c:190
6 27 4 :

['__cxa_free_exception', '__cxa_throw', 'Iex_3_4::ArgExc::ArgExc(char const*)', '__cxa_allocate_exception']

6 27 IlmThread_3_4::ThreadPool::setNumThreads(int) call site: 00000 /src/openexr/src/lib/IlmThread/IlmThreadPool.cpp:594
6 27 8 :

['std::__1::basic_stringstream , std::__1::allocator >::basic_stringstream[abi:ne180100]()', '__cxa_free_exception', 'iex_debugTrap()', '__cxa_allocate_exception', 'std::__1::basic_ostream >& std::__1::operator<<[abi:ne180100] >(std::__1::basic_ostream >&, char const*)', 'Iex_3_4::ArgExc::ArgExc(std::__1::basic_stringstream , std::__1::allocator >&)', 'std::__1::basic_stringstream , std::__1::allocator >::~basic_stringstream()', '__cxa_throw']

6 27 Imf_3_4::Attribute::registerAttributeType(charconst*,Imf_3_4::Attribute*(*)()) call site: 00000 /src/openexr/src/lib/OpenEXR/ImfAttribute.cpp:80

Runtime coverage analysis

Covered functions
1086
Functions that are reachable but not covered
439
Reachable functions
1869
Percentage of reachable functions covered
76.51%
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/openexr/src/test/oss-fuzz/openexr_exrcheck_fuzzer.cc 1
/src/openexr/src/lib/OpenEXRUtil/ImfCheckFile.cpp 20
/src/openexr/src/lib/OpenEXRCore/context.c 6
/src/openexr/src/lib/OpenEXRCore/internal_structs.c 7
/src/openexr/src/lib/OpenEXRCore/base.c 8
/src/openexr/src/lib/OpenEXRCore/string.c 7
/src/openexr/src/lib/OpenEXRCore/internal_posix_file_impl.h 2
/src/openexr/src/lib/OpenEXRCore/parse_header.c 38
/src/openexr/src/lib/OpenEXRCore/validation.c 8
/src/openexr/src/lib/OpenEXRCore/attributes.c 12
/src/openexr/src/lib/OpenEXRCore/channel_list.c 2
/src/openexr/src/lib/OpenEXRCore/float_vector.c 2
/src/openexr/src/lib/OpenEXRCore/preview.c 2
/src/openexr/src/lib/OpenEXRCore/string_vector.c 1
/src/openexr/src/lib/OpenEXRCore/opaque.c 2
/src/openexr/src/lib/OpenEXRCore/part_attr.c 6
/src/openexr/src/lib/OpenEXRCore/internal_structs.h 2
/src/openexr/src/lib/OpenEXRCore/compression.c 1
/src/openexr/src/lib/OpenEXRCore/internal_util.h 2
/src/openexr/src/lib/OpenEXRCore/part.c 8
/src/openexr/src/lib/OpenEXRCore/chunk.c 9
/src/openexr/src/lib/OpenEXRCore/decoding.c 7
/src/openexr/src/lib/OpenEXRCore/coding.c 4
/src/openexr/src/lib/OpenEXRCore/unpack.c 2
/src/openexr/src/lib/OpenEXRCore/internal_cpuid.h 2
/usr/local/lib/clang/18/include/cpuid.h 2
/src/openexr/src/lib/OpenEXR/ImfIO.cpp 3
/src/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp 9
/src/openexr/src/lib/OpenEXR/ImfHeader.cpp 32
/src/openexr/src/lib/OpenEXR/ImfThreading.cpp 1
/src/openexr/src/lib/IlmThread/IlmThreadPool.cpp 23
/src/openexr/src/lib/Iex/IexBaseExc.cpp 141
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/openexr/src/lib/OpenEXR/ImfMultiPartInputFile.cpp 10
/src/openexr/src/lib/OpenEXR/ImfContextInit.h 5
/src/openexr/src/lib/OpenEXR/ImfContextInit.cpp 2
/src/openexr/src/lib/OpenEXR/ImfContext.cpp 13
/src/openexr/src/lib/OpenEXR/ImfContext.h 5
/src/openexr/src/lib/OpenEXRCore/write_header.c 1
/src/openexr/src/lib/OpenEXR/ImfInputPartData.cpp 1
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathVec.h 36
/src/openexr/src/lib/OpenEXR/ImfAttribute.h 159
/src/openexr/src/lib/OpenEXR/ImfAttribute.cpp 7
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathBox.h 13
/src/openexr/src/lib/OpenEXR/ImfChannelList.h 8
/src/openexr/src/lib/OpenEXR/ImfChromaticities.cpp 2
/src/openexr/src/lib/OpenEXR/ImfKeyCode.cpp 9
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathMatrix.h 17
/src/openexr/src/lib/OpenEXR/ImfPreviewImage.cpp 3
/src/openexr/src/lib/OpenEXR/ImfCheckedArithmetic.h 2
/src/openexr/src/lib/OpenEXR/ImfPreviewImage.h 1
/src/openexr/src/lib/OpenEXR/ImfRational.h 2
/src/openexr/src/lib/OpenEXR/ImfTileDescription.h 1
/src/openexr/src/lib/OpenEXR/ImfTimeCode.cpp 10
/src/openexr/src/lib/OpenEXR/ImfIDManifest.cpp 1
/src/openexr/src/lib/OpenEXR/ImfName.h 3
/src/openexr/src/lib/OpenEXR/ImfChannelList.cpp 6
/src/openexr/src/lib/OpenEXR/ImfChromaticities.h 2
/src/openexr/src/lib/OpenEXR/ImfOpaqueAttribute.cpp 2
/src/openexr/src/lib/OpenEXR/ImfArray.h 29
/src/openexr/src/lib/OpenEXR/ImfInputPartData.h 2
/src/openexr/src/lib/OpenEXR/ImfHeader.h 12
/src/openexr/src/lib/OpenEXR/ImfVersion.h 1
/src/openexr/src/lib/OpenEXR/ImfPartType.cpp 3
/src/openexr/src/lib/OpenEXR/ImfTiledMisc.cpp 1
/src/openexr/src/lib/OpenEXR/ImfMisc.cpp 1
/src/openexr/src/lib/OpenEXR/ImfXdr.h 3
/src/openexr/src/lib/OpenEXR/ImfStandardAttributes.cpp 12
/src/openexr/src/lib/OpenEXR/ImfCompressor.cpp 1
/src/openexr/src/lib/OpenEXR/ImfCompression.cpp 1
/src/openexr/src/lib/OpenEXR/ImfInputPart.cpp 7
/src/openexr/src/lib/OpenEXR/ImfInputFile.cpp 19
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp 20
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputPart.cpp 7
/src/openexr/src/lib/OpenEXR/ImfTiledInputFile.cpp 28
/src/openexr/src/lib/OpenEXR/ImfScanLineInputFile.cpp 14
/src/openexr/src/lib/OpenEXR/ImfFrameBuffer.h 12
/src/openexr/src/lib/OpenEXR/ImfFrameBuffer.cpp 10
/src/openexr/src/lib/OpenEXR/ImfDeepFrameBuffer.cpp 7
/src/openexr/src/lib/OpenEXR/ImfDeepFrameBuffer.h 9
/src/openexr/src/lib/IlmThread/IlmThreadProcessGroup.h 8
/src/openexr/src/lib/IlmThread/IlmThreadSemaphorePosix.cpp 4
/src/openexr/src/lib/Iex/IexThrowErrnoExc.cpp 2
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/half.h 6
/src/openexr/src/lib/OpenEXR/ImfTiledInputPart.cpp 8
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputPart.cpp 9
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.cpp 24
/src/openexr/src/lib/OpenEXR/ImfMultiPartInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfRgbaFile.cpp 25
/src/openexr/src/lib/OpenEXR/ImfRgbaYca.cpp 7
/usr/local/bin/../include/c++/v1/stdlib.h 1
/usr/local/bin/../include/c++/v1/stdexcept 1
/src/openexr/src/lib/OpenEXR/ImfRgba.h 1
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathFun.h 2
/src/openexr/src/lib/OpenEXR/ImfInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfTiledInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.h 1
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.h 1

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
Imf_3_4::Compressor::compressTile(charconst*,int,Imath_3_2::Box >,charconst*&) /src/openexr/src/lib/OpenEXR/ImfCompressor.cpp 5 ['N/A', 'N/A', 'int', 'N/A', 'N/A'] 15 0 20 3 2 970 0 3291 3138
Imf_3_4::RgbaOutputFile::RgbaOutputFile(charconst*,Imf_3_4::Headerconst&,Imf_3_4::RgbaChannels,int) /src/openexr/src/lib/OpenEXR/ImfRgbaFile.cpp 5 ['N/A', 'N/A', 'N/A', 'int', 'int'] 13 0 72 15 12 1094 0 3545 1588
Imf_3_4::Compressor::uncompressTile(charconst*,int,Imath_3_2::Box >,charconst*&) /src/openexr/src/lib/OpenEXR/ImfCompressor.cpp 5 ['N/A', 'N/A', 'int', 'N/A', 'N/A'] 16 0 20 3 2 868 0 2836 1441

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

Functions statically reachable by fuzzers
32.0%
1777 / 5481
Cyclomatic complexity statically reachable by fuzzers
42.0%
12958 / 30802

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/openexr/src/test/oss-fuzz/openexr_exrcorecheck_fuzzer.cc

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=['Imf_3_4::(anonymous namespace)::runCoreChecks(char const*, unsigned long, bool, bool)', 'exr_start_read', 'exr_attr_string_create', 'internal_exr_parse_header', 'exr_get_attribute_by_name', 'Imf_3_4::(anonymous namespace)::checkCoreFile(_priv_exr_context_t*, bool, bool)', 'exr_get_level_sizes', 'exr_get_tile_sizes', 'internal_exr_alloc_context', 'exr_attr_string_set']

/src/openexr/src/test/oss-fuzz/openexr_exrcheck_fuzzer.cc

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=['Iex_3_4::EmfileExc::EmfileExc(std::__1::basic_string, std::__1::allocator > const&)', 'Imf_3_4::Array::Array(long)', 'IlmThread_3_4::Semaphore::Semaphore(unsigned int)', 'Imf_3_4::(anonymous namespace)::ywFromHeader(Imf_3_4::Header const&)', 'bool Imf_3_4::(anonymous namespace)::runChecks(Imf_3_4::(anonymous namespace)::PtrIStream&, bool, bool)', 'Imf_3_4::ScanLineInputFile::Data::readPixels(Imf_3_4::FrameBuffer const&, int, int)', 'bool Imf_3_4::(anonymous namespace)::runChecks(Imf_3_4::(anonymous namespace)::PtrIStream&, bool, bool)', 'Imf_3_4::TiledInputFile::readTiles(int, int, int, int, int, int)', 'Imf_3_4::DeepTiledInputFile::readPixelSampleCounts(int, int, int, int, int, int)', 'Imf_3_4::InputFile::Data::copyCachedBuffer(Imf_3_4::FrameBuffer::ConstIterator, Imf_3_4::FrameBuffer::ConstIterator, int, int, int, int, int)']

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
exr_attr_list_add 75 36 48.0% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
exr_attr_list_add_static_name 77 34 44.15% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
validate_attr_arguments 58 28 48.27% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
exr_read_chunk 52 24 46.15% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
exr_read_deep_chunk 61 33 54.09% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
exr_attr_float_vector_init 34 17 50.0% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
DwaCompressor_construct 72 37 51.38% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
LossyDctDecoder_execute 234 41 17.52% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
exr_attr_string_set_with_length 34 8 23.52% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
generic_unpack_deep 152 82 53.94% ['openexr_exrcorecheck_fuzzer']
validate_part_type 65 33 50.76% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
Imf_3_4::DeepScanLineInputFile::Data::readData(Imf_3_4::DeepFrameBufferconst&,int,int,bool) 82 42 51.21% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
internal_exr_undo_ht 140 45 32.14% ['openexr_exrcheck_fuzzer']
generic_unpack_deep_pointers 197 88 44.67% ['openexr_exrcheck_fuzzer']
imath_float_to_half(float) 37 14 37.83% ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']

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
[] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_transform_sse2.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/test/oss-fuzz/openexr_exrcorecheck_fuzzer.cc ['openexr_exrcorecheck_fuzzer'] ['openexr_exrcorecheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfStandardAttributes.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_encoder_avx512.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfContextInit.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_dwa_simd.h [] []
/usr/include/x86_64-linux-gnu/sys/stat.h [] []
/src/openexr/src/lib/OpenEXR/ImfKeyCodeAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfDeepFrameBuffer.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_decoder_ssse3.cpp [] []
/src/openexr/src/lib/OpenEXRCore/decoding.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/decompress_impl.h [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/decompress_template.h [] []
/src/openexr/src/lib/OpenEXR/ImfChromaticities.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfVersion.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfGenericOutputFile.cpp [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/zlib_decompress.c [] []
/src/openexr/src/lib/OpenEXR/ImfInputPartData.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfContext.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_dwa_helpers.h [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_sse.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfRationalAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfVecAttribute.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_dwa_compressor.h [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codeblock_fun.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_gen.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfChannelListAttribute.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_xdr.h [] []
/usr/local/bin/../include/c++/v1/stdlib.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/../codestream/ojph_params_local.h [] []
/src/openexr/src/lib/OpenEXR/ImfStringAttribute.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_bitbuffer_read.h [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_tile.h [] []
/src/openexr/src/lib/OpenEXR/ImfMultiPartInputFile.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXR/ImfInputPart.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/usr/local/bin/../include/c++/v1/stdexcept ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/usr/local/bin/../include/c++/v1/any [] []
/src/openexr/src/lib/OpenEXR/ImfThreading.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_tile_comp.h [] []
/src/openexr/src/lib/OpenEXR/ImfTiledInputPart.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathVec.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfPartType.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfHeader.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfRgbaFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathBox.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_subband.cpp [] []
/src/openexr/src/lib/IlmThread/IlmThreadPool.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_decoder64.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_avx2.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfInputFile.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXR/ImfFloatVectorAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfLineOrderAttribute.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_params_local.h [] []
/src/openexr/src/lib/OpenEXR/ImfDeepImageStateAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfChromaticitiesAttribute.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_colour_avx.cpp [] []
/src/openexr/src/lib/Iex/IexBaseExc.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_dwa_classifier.h [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_params.cpp [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/cpu_features.h [] []
/src/openexr/src/lib/OpenEXRCore/internal_ht_common.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfIO.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/validation.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/common/ojph_arch.h [] []
/src/openexr/src/lib/OpenEXRCore/parse_header.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_avx.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfAttribute.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfTimeCodeAttribute.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_ht.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfContext.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_subband.h [] []
/src/openexr/src/lib/IlmThread/IlmThreadSemaphorePosix.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_resolution.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_transform_avx512.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfRleCompressor.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_dwa.c [] []
/src/openexr/src/lib/OpenEXR/ImfCompressor.h [] []
/src/openexr/src/lib/OpenEXR/ImfHTCompressor.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_tile_comp.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputPart.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/string.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_local.h [] []
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathFun.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_transform_avx2.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_colour_avx2.cpp [] []
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/half.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_dwa_decoder.h [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/zlib_compress.c [] []
/src/openexr/src/lib/OpenEXR/ImfArray.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/part_attr.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_local.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_decoder_avx2.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfRgbaYca.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfInputPartData.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/adler32_template.h [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/deflate_decompress.c [] []
/src/openexr/src/lib/OpenEXR/ImfCompression.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_transform_sse.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfTiledInputFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfPreviewImage.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/usr/include/ctype.h [] []
/src/openexr/src/lib/OpenEXR/ImfBoxAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfIDManifest.h [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_transform.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfRational.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfConvert.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfDoubleAttribute.cpp [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/adler32_impl.h [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/others/ojph_file.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream_sse2.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codeblock.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_huf.c [] []
/src/openexr/src/lib/OpenEXR/ImfChromaticities.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/pack.c [] []
/src/openexr/src/lib/OpenEXR/ImfStdIO.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfPizCompressor.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfTiledInputFile.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/common/ojph_mem.h [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/utils.c [] []
/src/openexr/src/lib/OpenEXR/ImfFloatAttribute.cpp [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_tile.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfTileDescription.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRUtil/ImfCheckFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfDeepCompositing.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfHeader.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_rle.c [] []
/src/openexr/src/lib/IlmThread/IlmThreadProcessGroup.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXRCore/encoding.c [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/others/ojph_mem.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfChannelList.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputPart.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfIO.h [] []
/src/openexr/src/lib/OpenEXR/ImfTimeCode.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/unpack.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfStringVectorAttribute.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/common/ojph_file.h [] []
/src/openexr/src/lib/OpenEXRCore/string_vector.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/memory.c [] []
/src/openexr/src/lib/OpenEXRCore/coding.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_precinct.cpp [] []
/src/openexr/src/lib/OpenEXRCore/opaque.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/half.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_codestream.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfZipCompressor.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_posix_file_impl.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/adler32.c [] []
/src/openexr/src/lib/OpenEXRCore/internal_zip.c [] []
/src/openexr/src/lib/OpenEXR/ImfCompressor.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_bitbuffer_write.h [] []
/src/openexr/src/lib/OpenEXRCore/internal_util.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfDeepFrameBuffer.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_common.cpp [] []
/src/openexr/src/lib/OpenEXRCore/compression.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfMisc.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_precinct.h [] []
/src/openexr/src/lib/OpenEXR/ImfCompressionAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfOutputFile.cpp [] []
/src/openexr/src/lib/OpenEXRCore/base.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfScanLineInputFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/cpu_features.c [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/common/ojph_params.h [] []
/src/openexr/src/lib/OpenEXR/ImfFrameBuffer.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_coding.h [] []
/src/openexr/src/lib/OpenEXR/ImfName.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_encoder_avx2.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXRCore/internal_pxr24.c [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_transform_avx.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_colour_sse2.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfTiledMisc.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/ojph_resolution.h [] []
/src/openexr/src/lib/OpenEXR/ImfTileDescriptionAttribute.cpp [] []
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/deflate_compress.c [] []
/src/openexr/src/lib/OpenEXR/ImfOpaqueAttribute.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/common/ojph_base.h [] []
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/ImathMatrix.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfKeyCode.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/chunk.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/float_vector.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfDwaCompressor.cpp [] []
/src/openexr/src/lib/OpenEXRCore/write_header.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXRCore/context.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfInputFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/Iex/IexThrowErrnoExc.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_colour_sse.cpp [] []
/src/openexr/src/lib/OpenEXRCore/attributes.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/channel_list.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/preview.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfContextInit.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfFrameBuffer.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_decoder32.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfMultiPartInputFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_cpuid.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfMatrixAttribute.cpp [] []
/src/openexr/src/lib/OpenEXRCore/part.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/ojph_colour.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/others/ojph_message.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfAttribute.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfB44Compressor.cpp [] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/others/ojph_arch.cpp [] []
/usr/local/lib/clang/18/include/cpuid.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXR/ImfPxr24Compressor.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_b44.c [] []
/src/openexr/src/lib/OpenEXRCore/internal_piz.c [] []
/src/openexr/src/lib/OpenEXR/ImfCheckedArithmetic.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfIDManifestAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfChannelList.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfIntAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfMisc.h [] []
/src/openexr/src/lib/OpenEXR/ImfOutputStreamMutex.h [] []
/src/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfRgba.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/ojph_block_encoder.cpp [] []
/src/openexr/src/lib/OpenEXRCore/internal_structs.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] []
/src/openexr/src/lib/OpenEXRCore/internal_dwa_encoder.h [] []
/usr/local/bin/../include/c++/v1/string [] []
/src/openexr/src/lib/OpenEXRCore/internal_dwa_channeldata.h [] []
/src/openexr/src/lib/OpenEXR/ImfIDManifest.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfXdr.h ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXRCore/internal_structs.c ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer']
/src/openexr/src/lib/OpenEXR/ImfPreviewImageAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfScanLineInputFile.h [] []
/src/openexr/src/lib/OpenEXR/ImfEnvmapAttribute.cpp [] []
/src/openexr/src/lib/OpenEXR/ImfPreviewImage.cpp ['openexr_exrcorecheck_fuzzer', 'openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']
/src/openexr/src/test/oss-fuzz/openexr_exrcheck_fuzzer.cc ['openexr_exrcheck_fuzzer'] ['openexr_exrcheck_fuzzer']

Directories in report

Directory
/src/openexr/src/test/oss-fuzz/
/usr/include/
/src/openexr/src/lib/IlmThread/
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/../codestream/
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/
/src/openexr/src/lib/OpenEXRCore/
/usr/local/bin/../include/c++/v1/
/usr/local/lib/clang/18/include/
/work/_build.oss-fuzz/_deps/openjph-src/src/core/transform/
/src/openexr/src/lib/OpenEXR/
/work/_build.oss-fuzz/_deps/imath-src/src/Imath/
/src/openexr/src/lib/OpenEXRCore/../../../external/deflate/lib/x86/
/usr/include/x86_64-linux-gnu/sys/
/src/openexr/src/lib/OpenEXRUtil/
/work/_build.oss-fuzz/_deps/openjph-src/src/core/coding/
/usr/local/bin/../include/c++/v1/__exception/
/work/_build.oss-fuzz/_deps/openjph-src/src/core/codestream/
/work/_build.oss-fuzz/_deps/openjph-src/src/core/others/
/src/openexr/src/lib/Iex/
/work/_build.oss-fuzz/_deps/openjph-src/src/core/common/