Project: lodepng

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 1
Lines of code 4635
Lines covered 2070
Code coverage 44.66%
Code coverage report Report link
Static reachability 44.07%
Fuzz Introspector report Report link (from 2024-11-19)

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
lodepng::encode(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::vector<unsignedchar,std::__1::allocator<unsignedchar>>const&,unsignedint,unsignedint,LodePNGColorType,unsignedint) /src/lodepng/lodepng.cpp 1271 0.0%
lodepng::encode(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,unsignedcharconst*,unsignedint,unsignedint,LodePNGColorType,unsignedint) /src/lodepng/lodepng.cpp 1267 0.0%
lodepng_encode24_file(charconst*,unsignedcharconst*,unsignedint,unsignedint) /src/lodepng/lodepng.cpp 1256 0.0%
lodepng_encode32_file(charconst*,unsignedcharconst*,unsignedint,unsignedint) /src/lodepng/lodepng.cpp 1256 0.0%
lodepng_encode_file(charconst*,unsignedcharconst*,unsignedint,unsignedint,LodePNGColorType,unsignedint) /src/lodepng/lodepng.cpp 1254 0.0%
lodepng::encode(std::__1::vector<unsignedchar,std::__1::allocator<unsignedchar>>&,std::__1::vector<unsignedchar,std::__1::allocator<unsignedchar>>const&,unsignedint,unsignedint,LodePNGColorType,unsignedint) /src/lodepng/lodepng.cpp 1249 0.0%
lodepng::encode(std::__1::vector<unsignedchar,std::__1::allocator<unsignedchar>>&,unsignedcharconst*,unsignedint,unsignedint,LodePNGColorType,unsignedint) /src/lodepng/lodepng.cpp 1245 0.0%
lodepng_encode24(unsignedchar**,unsignedlong*,unsignedcharconst*,unsignedint,unsignedint) /src/lodepng/lodepng.cpp 1244 0.0%
lodepng_encode32(unsignedchar**,unsignedlong*,unsignedcharconst*,unsignedint,unsignedint) /src/lodepng/lodepng.cpp 1244 0.0%
lodepng_encode_memory(unsignedchar**,unsignedlong*,unsignedcharconst*,unsignedint,unsignedint,LodePNGColorType,unsignedint) /src/lodepng/lodepng.cpp 1242 0.0%