Project: resiprocate

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 2
Lines of code 22275
Lines covered 6047
Code coverage 27.15%
Code coverage report Report link
Static reachability 7.87%
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
resip::DialogInfoContents::parse(resip::ParseBuffer&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 1742 0.0%
resip::Transport::basicCheck(resip::SipMessageconst&) /src/resiprocate/resip/stack/Transport.cxx 1614 0.0%
resip::DialogInfoContents::parseDialog(resip::XMLCursor&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 1535 0.0%
resip::Transport::makeFailedResponse(resip::SipMessageconst&,int,charconst*) /src/resiprocate/resip/stack/Transport.cxx 1514 0.0%
resip::Helper::makeWWWChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1484 0.0%
resip::Helper::makeProxyChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1484 0.0%
resip::Helper::makeChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1482 0.0%
resip::Helper::make405(resip::SipMessageconst&,intconst*,int) /src/resiprocate/resip/stack/Helper.cxx 1401 0.0%
resip::Helper::makeResponse(resip::SipMessageconst&,int,resip::NameAddrconst&,resip::Dataconst&,resip::Dataconst&,resip::Dataconst&) /src/resiprocate/resip/stack/Helper.cxx 1348 0.0%
resip::Helper::makeResponse(resip::SipMessageconst&,int,resip::Dataconst&,resip::Dataconst&,resip::Dataconst&) /src/resiprocate/resip/stack/Helper.cxx 1346 0.0%