Project: librawspeed

Language c++
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 76
Lines of code 71633
Lines covered 24233
Code coverage 33.83%
Code coverage report Report link
Static reachability 48.14%
Fuzz Introspector report Report link (from 2024-07-25)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
rawspeed::AbstractDngDecompressor::decompress()const[clone.omp_outlined] /src/librawspeed/src/librawspeed/decompressors/AbstractDngDecompressor.cpp 8133 0.0%
rawspeed::VC5Decompressor::Wavelet::combineLowHighPass(rawspeed::Array2DRef<shortconst>,rawspeed::Array2DRef<shortconst>,int,bool,bool) /src/librawspeed/src/librawspeed/decompressors/VC5Decompressor.cpp 6359 0.0%
rawspeed::VC5Decompressor::Wavelet::reconstructPass(rawspeed::Array2DRef<shortconst>,rawspeed::Array2DRef<shortconst>) /src/librawspeed/src/librawspeed/decompressors/VC5Decompressor.cpp 6359 0.0%
rawspeed::VC5Decompressor::decode(unsignedint,unsignedint,unsignedint,unsignedint)[clone.omp_outlined] /src/librawspeed/src/librawspeed/decompressors/VC5Decompressor.cpp 6349 0.0%
rawspeed::RawImageDataU16::scaleBlackWhite() /src/librawspeed/src/librawspeed/common/RawImageDataU16.cpp 6343 0.0%
rawspeed::Cr2Decoder::sRawInterpolate() /src/librawspeed/src/librawspeed/decoders/Cr2Decoder.cpp 6335 0.0%
rawspeed::RawImageDataFloat::scaleBlackWhite() /src/librawspeed/src/librawspeed/common/RawImageDataFloat.cpp 6288 0.0%
rawspeed::VC5Decompressor::combineFinalLowpassBands()const /src/librawspeed/src/librawspeed/decompressors/VC5Decompressor.cpp 6181 0.0%
rawspeed::RawImageData::fixBadPixels() /src/librawspeed/src/librawspeed/common/RawImage.cpp 6172 0.0%
rawspeed::Cr2sRawInterpolator::interpolate(int) /src/librawspeed/src/librawspeed/interpolators/Cr2sRawInterpolator.cpp 6147 0.0%