Project: resiprocate

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers failing: Build log
Build status: Code coverage failing: Build log
Build status: Fuzz Introspector failing: Build log
Fuzzer count 2
Lines of code 23324
Lines covered 6421
Code coverage 27.53%
Code coverage report Report link
Static reachability 8.72%
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
resip::SipMessage::mergeUri(resip::Uriconst&) /src/resiprocate/resip/stack/SipMessage.cxx 2042 0.0%
resip::DialogInfoContents::parse(resip::ParseBuffer&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 1952 0.0%
resip::Transport::basicCheck(resip::SipMessageconst&) /src/resiprocate/resip/stack/Transport.cxx 1916 0.0%
resip::Transport::makeFailedResponse(resip::SipMessageconst&,int,charconst*) /src/resiprocate/resip/stack/Transport.cxx 1816 0.0%
resip::Helper::makeWWWChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1768 0.0%
resip::Helper::makeProxyChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1768 0.0%
resip::Helper::makeChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1766 0.0%
resip::DialogInfoContents::parseDialog(resip::XMLCursor&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 1749 0.0%
resip::Helper::make405(resip::SipMessageconst&,intconst*,int) /src/resiprocate/resip/stack/Helper.cxx 1685 0.0%
resip::Helper::makeResponse(resip::SipMessageconst&,int,resip::NameAddrconst&,resip::Dataconst&,resip::Dataconst&,resip::Dataconst&) /src/resiprocate/resip/stack/Helper.cxx 1632 0.0%