Project: resiprocate

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 2
Lines of code 23384
Lines covered 6424
Code coverage 27.47%
Code coverage report Report link
Static reachability 8.62%
Fuzz Introspector report Report link (from 2025-01-24)

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::Transport::basicCheck(resip::SipMessageconst&) /src/resiprocate/resip/stack/Transport.cxx 1893 0.0%
resip::Transport::makeFailedResponse(resip::SipMessageconst&,int,charconst*) /src/resiprocate/resip/stack/Transport.cxx 1793 0.0%
resip::Helper::makeChallenge(resip::SipMessageconst&,resip::Dataconst&,bool,bool,bool) /src/resiprocate/resip/stack/Helper.cxx 1743 0.0%
resip::DialogInfoContents::parseDialog(resip::XMLCursor&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 1731 0.0%
resip::Helper::make405(resip::SipMessageconst&,intconst*,int) /src/resiprocate/resip/stack/Helper.cxx 1662 0.0%
resip::Helper::advancedAuthenticateRequest(resip::SipMessageconst&,resip::Dataconst&,resip::Dataconst&,int,bool) /src/resiprocate/resip/stack/Helper.cxx 1511 0.0%
resip::Helper::makeChallengeResponseAuth(resip::SipMessageconst&,resip::Dataconst&,resip::Dataconst&,resip::Authconst&,resip::Dataconst&,resip::Dataconst&,resip::Dataconst&,resip::Auth&) /src/resiprocate/resip/stack/Helper.cxx 1202 0.0%
resip::Helper::makeChallengeResponseAuthWithA1(resip::SipMessageconst&,resip::Dataconst&,resip::Dataconst&,resip::Authconst&,resip::Dataconst&,resip::Dataconst&,resip::Dataconst&,resip::Auth&) /src/resiprocate/resip/stack/Helper.cxx 1195 0.0%
resip::Helper::makeCancel(resip::SipMessageconst&) /src/resiprocate/resip/stack/Helper.cxx 1166 0.0%
resip::DialogInfoContents::parseNameAddrElement(resip::XMLCursor&,resip::NameAddr&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 1161 0.0%