Project: lame

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 1
Lines of code 23747
Lines covered 9491
Code coverage 39.97%
Code coverage report Report link
Static reachability 20.64%
Fuzz Introspector report Report link (from 2024-09-06)

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
EncoderCore<float,true>::Run(unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 3086 0.0%
EncoderCore<double,true>::Run(unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 3066 0.0%
EncoderCore<long,true>::Run(unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 3065 0.0%
EncoderCore<int,true>::Run(unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 3055 0.0%
EncoderCore<short,true>::Run(unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 3053 0.0%
lame_encode_finish /src/lame/libmp3lame/lame.c 3010 0.0%
EncoderCore<float,true>::encode(std::__1::vector<float,std::__1::allocator<float>>&,unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 2988 0.0%
EncoderCore<double,true>::encode(std::__1::vector<double,std::__1::allocator<double>>&,unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 2968 0.0%
EncoderCore<long,true>::encode(std::__1::vector<long,std::__1::allocator<long>>&,unsignedchar*,unsignedlong,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 2967 0.0%
EncoderCore<float,true>::EncodeSingle<float,true>::encode(lame_global_struct*,float*,float*,unsignedlong,unsignedchar*,unsignedlong,bool,bool) /src/LAME-fuzzers/fuzzer-encoder.cpp 2963 0.0%