Project: dng_sdk

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 5
Lines of code 37105
Lines covered 25313
Code coverage 68.22%
Code coverage report Report link
Static reachability 24.60%
Fuzz Introspector report Report link (from 2025-03-27)
Fuzzer Code coverage (lines) Latest Report Comments
dng_camera_profile_fuzzer 7.21% (avg: 7.19%, max: 7.2%) 2025-03-27
dng_fixed_validate_fuzzer 56.66% (avg: 55.93%, max: 56.68%) 2025-03-27
dng_parser_fuzzer 34.96% (avg: 33.92%, max: 35.61%) 2025-03-27
dng_stage_fuzzer 56.71% (avg: 56.3%, max: 56.75%) 2025-03-27
dng_validate_fuzzer 56.6% (avg: 54.46%, max: 58.6%) 2025-03-27

Historical Progression

Per Fuzzer 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
main2(int,char**) /src/dng_validate_fuzzer.cpp 2992 0.0%
dng_metadata::BuildExifBlock(dng_memory_allocator&,dng_resolutionconst*,bool,dng_jpeg_previewconst*)const /src/dng_sdk/source/./dng_negative.cpp 1254 0.0%
tiff_dng_extended_color_profile::Put(dng_stream&,bool) /src/dng_sdk/source/./dng_image_writer.cpp 613 0.0%
dng_camera_profile::Stub() /src/dng_sdk/source/./dng_camera_profile.cpp 519 0.0%
dng_raw_preview_tag_set::dng_raw_preview_tag_set(dng_tiff_directory&,dng_raw_previewconst&,dng_ifdconst&) /src/dng_sdk/source/./dng_preview.cpp 384 0.0%
dng_camera_profile::HueSatMapForWhite(dng_xy_coordconst&)const /src/dng_sdk/source/./dng_camera_profile.cpp 276 9.09%
dng_opcode_FixBadPixelsList::ProcessArea(dng_negative&,unsignedint,dng_pixel_buffer&,dng_pixel_buffer&,dng_rectconst&,dng_rectconst&) /src/dng_sdk/source/./dng_bad_pixels.cpp 230 0.0%
dng_exif::SetEmpty() /src/dng_sdk/source/./dng_exif.cpp 222 0.0%
dng_space_fakeRGB::dng_space_fakeRGB() /src/dng_sdk/source/./dng_color_space.cpp 217 0.0%
dng_hue_sat_map::Interpolate(dng_hue_sat_mapconst&,dng_hue_sat_mapconst&,double) /src/dng_sdk/source/./dng_hue_sat_map.cpp 215 0.0%