Project: libfdk-aac

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 3
Lines of code 80463
Lines covered 42692
Code coverage 53.06%
Code coverage report Report link
Static reachability 59.51%
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
aacEncEncode /src/aac/libAACenc/src/aacenc_lib.cpp 6290 0.0%
aacEncInit(AACENCODER*,unsignedint,USER_PARAM*) /src/aac/libAACenc/src/aacenc_lib.cpp 3725 0.0%
FDKaacEnc_EncodeFrame /src/aac/libAACenc/src/aacenc.cpp 2431 0.0%
sbrEncoder_Init /src/aac/libSBRenc/src/sbr_encoder.cpp 2202 0.0%
sbrEncoder_EncodeFrame /src/aac/libSBRenc/src/sbr_encoder.cpp 1882 0.0%
FDKsbrEnc_DelayCompensation(SBR_ENCODER*,short*,unsignedint) /src/aac/libSBRenc/src/sbr_encoder.cpp 1868 0.0%
FDKsbrEnc_EnvEncodeFrame(SBR_ENCODER*,int,short*,unsignedint,unsignedint*,unsignedchar*,int) /src/aac/libSBRenc/src/sbr_encoder.cpp 1856 0.0%
FDK_drcDec_ReadUniDrc /src/aac/libDRCdec/src/FDK_drcDecLib.cpp 1185 0.0%
FDKaacEnc_QCMain(QC_STATE*,PSY_OUT**,QC_OUT**,int,CHANNEL_MAPPING*,AUDIO_OBJECT_TYPE,unsignedint,signedchar) /src/aac/libAACenc/src/qc_main.cpp 1153 0.0%
FDK_MpegsEnc_Process(MPS_ENCODER*,short*,int,AACENC_EXT_PAYLOAD*) /src/aac/libAACenc/src/mps_main.cpp 1047 0.0%