Project: libultrahdr

Language c++
OSS-Fuzz project link
Build status: Fuzzers failing: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 2
Lines of code 24762
Lines covered 12146
Code coverage 49.05%
Code coverage report Report link
Static reachability 41.39%
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
ultrahdr::JpegR::encodeJPEGR(ultrahdr::jpegr_uncompressed_struct*,ultrahdr::jpegr_uncompressed_struct*,ultrahdr::ultrahdr_transfer_function,ultrahdr::jpegr_compressed_struct*,int,ultrahdr::jpegr_exif_struct*) /src/libultrahdr/lib/src/jpegr.cpp 2481 0.0%
ultrahdr::JpegR::encodeJPEGR(ultrahdr::jpegr_uncompressed_struct*,ultrahdr::jpegr_uncompressed_struct*,ultrahdr::jpegr_compressed_struct*,ultrahdr::ultrahdr_transfer_function,ultrahdr::jpegr_compressed_struct*) /src/libultrahdr/lib/src/jpegr.cpp 2421 0.0%
ultrahdr::JpegR::encodeJPEGR(ultrahdr::jpegr_uncompressed_struct*,ultrahdr::jpegr_compressed_struct*,ultrahdr::ultrahdr_transfer_function,ultrahdr::jpegr_compressed_struct*) /src/libultrahdr/lib/src/jpegr.cpp 2365 0.0%
ultrahdr::JpegR::encodeJPEGR(ultrahdr::jpegr_uncompressed_struct*,ultrahdr::ultrahdr_transfer_function,ultrahdr::jpegr_compressed_struct*,int,ultrahdr::jpegr_exif_struct*) /src/libultrahdr/lib/src/jpegr.cpp 2355 0.0%
ultrahdr::JpegR::decodeJPEGR(ultrahdr::jpegr_compressed_struct*,ultrahdr::jpegr_uncompressed_struct*,float,ultrahdr::jpegr_exif_struct*,ultrahdr::ultrahdr_output_format,ultrahdr::jpegr_uncompressed_struct*,ultrahdr::ultrahdr_metadata_struct*) /src/libultrahdr/lib/src/jpegr.cpp 1972 0.0%
is_uhdr_image /src/libultrahdr/lib/src/ultrahdr_api.cpp 1858 0.0%
ultrahdr::JpegR::encodeJPEGR(ultrahdr::jpegr_compressed_struct*,ultrahdr::jpegr_compressed_struct*,ultrahdr::ultrahdr_metadata_struct*,ultrahdr::jpegr_compressed_struct*) /src/libultrahdr/lib/src/jpegr.cpp 1635 0.0%
ultrahdr::JpegR::getJPEGRInfo(ultrahdr::jpegr_compressed_struct*,ultrahdr::jpegr_info_struct*) /src/libultrahdr/lib/src/jpegr.cpp 1063 0.0%
ultrahdr::apply_effects(uhdr_encoder_private*) /src/libultrahdr/lib/src/ultrahdr_api.cpp 309 0.0%
photos_editing_formats::image_io::DataScanner::SetInternalError(photos_editing_formats::image_io::DataContextconst&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,photos_editing_formats::image_io::DataMatchResult*) /src/libultrahdr/third_party/image_io/src/base/data_scanner.cc 213 0.0%