Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-01-09

Project overview: resiprocate

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
10.0%
398 / 4173
Cyclomatic complexity statically reachable by fuzzers
9.0%
2298 / 25421
Runtime code coverage of functions
48.0%
2010 / 4173

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzzUtil

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2 8.0%
gold [1:9] 0 0.0%
yellow [10:29] 3 12.0%
greenyellow [30:49] 4 16.0%
lawngreen 50+ 16 64.0%
All colors 25 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 1 LLVMFuzzerTestOneInput call site: 00001 syslog
1 22 resip::DnsUtil::isIpV6Address(resip::Data const&) call site: 00022

Runtime coverage analysis

Covered functions
46
Functions that are reachable but not covered
2
Reachable functions
19
Percentage of reachable functions covered
89.47%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/resiprocate/rutil/test/fuzzUtil.cxx 2
/src/resiprocate/rutil/Data.cxx 1
/src/resiprocate/rutil/DnsUtil.cxx 2
/src/resiprocate/rutil/Data.hxx 4

Fuzzer: /src/resiprocate/rutil/dns/ares/ares-test-fuzz-name.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3 75.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 25.0%
All colors 4 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
3 0 EP call site: 00000 ares_mkquery

Runtime coverage analysis

Covered functions
848
Functions that are reachable but not covered
3
Reachable functions
4
Percentage of reachable functions covered
25.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/resiprocate/rutil/dns/ares/ares-test-fuzz-name.c 1
/src/resiprocate/rutil/dns/ares/ares_mkquery.c 1

Fuzzer: /src/resiprocate/rutil/dns/ares/ares-test-fuzz.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 18 94.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 5.26%
All colors 19 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
18 0 EP call site: 00000 ares_parse_a_reply

Runtime coverage analysis

Covered functions
848
Functions that are reachable but not covered
8
Reachable functions
9
Percentage of reachable functions covered
11.11%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c 1
/src/resiprocate/rutil/dns/ares/ares_parse_a_reply.c 1
/src/resiprocate/rutil/dns/ares/ares_expand_name.c 4
/src/resiprocate/rutil/dns/ares/ares_free_hostent.c 1
/src/resiprocate/rutil/dns/ares/ares_parse_ptr_reply.c 1

Fuzzer: fuzzStack

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 396 30.5%
gold [1:9] 106 8.17%
yellow [10:29] 3 0.23%
greenyellow [30:49] 12 0.92%
lawngreen 50+ 780 60.1%
All colors 1297 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
65 519 resip::operator!=(resip::SipMessage::KnownHeaders::UsedIterator > const&, resip::SipMessage::KnownHeaders::UsedIterator > const&) call site: 00519 syslog
30 268 resip::oDataStream::oDataStream(resip::Data&) call site: 00268 pthread_self
26 321 resip::oDataStream::~oDataStream() call site: 00321 memchr
25 1051 resip::SipMessage::ensureHeaders(resip::Headers::Type) const call site: 01051 __cxa_allocate_exception
22 383 resip::Data::operator+(resip::Data const&) const call site: 00383 rename
17 648 resip::Uri::getUserEncodingTable() call site: 00648
14 502 resip::SipMessage::clear(bool) call site: 00502
12 622 resip::DnsUtil::inet_ntop(in6_addr const&) call site: 00622 tolower
11 307 resip::Data::own() const call site: 00307
10 372 resip::operator==(resip::Data const&, char const*) call site: 00372 syslog
10 1012 resip::MsgHeaderScanner::scanChunk(char*, unsigned int, char**) call site: 01012 isprint
9 828 resip::SdpContents::~SdpContents() call site: 00828

Runtime coverage analysis

Covered functions
847
Functions that are reachable but not covered
198
Reachable functions
829
Percentage of reachable functions covered
76.12%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/resiprocate/resip/stack/test/fuzzStack.cxx 26
/src/resiprocate/rutil/Data.cxx 28
/src/resiprocate/resip/stack/HeaderFieldValue.cxx 6
/src/resiprocate/resip/stack/Auth.cxx 1
/src/resiprocate/resip/stack/ParserCategory.cxx 8
/src/resiprocate/resip/stack/LazyParser.cxx 8
/src/resiprocate/resip/stack/HeaderFieldValue.hxx 5
/src/resiprocate/rutil/StlPoolAllocator.hxx 12
/src/resiprocate/rutil/Data.hxx 16
/src/resiprocate/resip/stack/LazyParser.hxx 3
/src/resiprocate/rutil/ParseBuffer.cxx 6
/src/resiprocate/resip/stack/Auth.hxx 1
/src/resiprocate/resip/stack/ParserCategory.hxx 1
/src/resiprocate/resip/stack/CSeqCategory.cxx 1
/src/resiprocate/resip/stack/CSeqCategory.hxx 1
/src/resiprocate/resip/stack/CallId.cxx 1
/src/resiprocate/resip/stack/CallId.hxx 1
/src/resiprocate/resip/stack/Mime.cxx 5
/src/resiprocate/resip/stack/Mime.hxx 1
/src/resiprocate/resip/stack/CpimContents.cxx 2
/src/resiprocate/resip/stack/Contents.cxx 2
/src/resiprocate/resip/stack/Contents.hxx 2
/src/resiprocate/resip/stack/DtmfPayloadContents.cxx 2
/src/resiprocate/resip/stack/DtmfPayloadContents.hxx 1
/src/resiprocate/resip/stack/DateCategory.cxx 1
/src/resiprocate/resip/stack/ExpiresCategory.cxx 1
/src/resiprocate/resip/stack/GenericUri.cxx 1
/src/resiprocate/resip/stack/GenericUri.hxx 1
/src/resiprocate/resip/stack/IntegerCategory.cxx 1
/src/resiprocate/resip/stack/IntegerCategory.hxx 1
/src/resiprocate/resip/stack/InvalidContents.cxx 2
/src/resiprocate/resip/stack/MessageWaitingContents.cxx 3
/src/resiprocate/resip/stack/MultipartMixedContents.cxx 4
/src/resiprocate/resip/stack/Parameter.cxx 2
/src/resiprocate/rutil/Random.cxx 5
/src/resiprocate/rutil/Timer.hxx 2
/src/resiprocate/rutil/DataStream.cxx 8
/src/resiprocate/rutil/Time.hxx 1
/src/resiprocate/rutil/Time.cxx 1
/usr/include/x86_64-linux-gnu/bits/byteswap.h 1
/src/resiprocate/rutil/Logger.hxx 1
/src/resiprocate/rutil/Log.cxx 7
/src/resiprocate/rutil/Subsystem.hxx 1
/src/resiprocate/rutil/Log.hxx 8
/src/resiprocate/rutil/ThreadIf.cxx 1
/src/resiprocate/rutil/Subsystem.cxx 1
/usr/local/bin/../include/c++/v1/stdexcept 1
/src/resiprocate/rutil/SysLogStream.cxx 1
/src/resiprocate/rutil/SysLogBuf.cxx 4
/src/resiprocate/resip/stack/DataParameter.cxx 1
/src/resiprocate/resip/stack/DataParameter.hxx 1
/src/resiprocate/resip/stack/NameAddr.cxx 4
/src/resiprocate/resip/stack/Uri.cxx 9
/src/resiprocate/resip/stack/SipMessage.cxx 26
/src/resiprocate/resip/stack/TransactionMessage.hxx 1
/src/resiprocate/resip/stack/Message.cxx 2
/src/resiprocate/rutil/DinkyPool.hxx 3
/src/resiprocate/rutil/PoolBase.hxx 2
/src/resiprocate/resip/stack/SipMessage.hxx 30
/src/resiprocate/resip/stack/Tuple.cxx 1
/src/resiprocate/resip/stack/HeaderFieldValueList.cxx 3
/src/resiprocate/resip/stack/Tuple.hxx 3
/src/resiprocate/resip/stack/MsgHeaderScanner.cxx 16
/src/resiprocate/resip/stack/Message.hxx 1
/src/resiprocate/resip/stack/SecurityAttributes.cxx 1
/src/resiprocate/resip/stack/SecurityAttributes.hxx 14
/src/resiprocate/rutil/DnsUtil.cxx 6
/src/resiprocate/resip/stack/Uri.hxx 1
/src/resiprocate/resip/stack/OctetContents.cxx 2
/src/resiprocate/resip/stack/Pkcs7Contents.cxx 2
/src/resiprocate/resip/stack/Pkcs8Contents.cxx 2
/src/resiprocate/resip/stack/PlainContents.cxx 2
/src/resiprocate/resip/stack/PrivacyCategory.cxx 1
/src/resiprocate/resip/stack/PrivacyCategory.hxx 1
/src/resiprocate/resip/stack/RAckCategory.cxx 1
/src/resiprocate/resip/stack/RAckCategory.hxx 1
/src/resiprocate/resip/stack/RequestLine.cxx 3
/src/resiprocate/resip/stack/StartLine.hxx 2
/src/resiprocate/resip/stack/MethodTypes.cxx 1
/src/resiprocate/resip/stack/Rlmi.cxx 2
/src/resiprocate/resip/stack/SdpContents.cxx 7
/src/resiprocate/resip/stack/SdpContents.hxx 7
/src/resiprocate/resip/stack/test/TestSupport.cxx 1
/src/resiprocate/resip/stack/StatusLine.cxx 1
/src/resiprocate/resip/stack/Headers.cxx 4
/src/resiprocate/_build/HeaderHash.gperf 3
/src/resiprocate/resip/stack/HeaderFieldValueList.hxx 8
/src/resiprocate/rutil/BaseException.cxx 2
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/resiprocate/resip/stack/ParserContainer.hxx 3
/src/resiprocate/resip/stack/ParserContainerBase.cxx 3
/src/resiprocate/resip/stack/ParserContainerBase.hxx 1
/src/resiprocate/resip/stack/UInt32Category.cxx 3
/src/resiprocate/rutil/ParseBuffer.hxx 8
/src/resiprocate/rutil/ParseException.cxx 1
/src/resiprocate/rutil/BaseException.hxx 1
/src/resiprocate/resip/stack/Embedded.cxx 2

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
resip::DialogInfoContents::parse(resip::ParseBuffer&) /src/resiprocate/resip/stack/DialogInfoContents.cxx 2 ['N/A', 'N/A'] 11 0 477 124 86 554 0 2000 1078
resip::Transport::basicCheck(resip::SipMessageconst&) /src/resiprocate/resip/stack/Transport.cxx 2 ['N/A', 'N/A'] 16 0 256 66 58 762 0 2006 977
resip::Helper::advancedAuthenticateRequest(resip::SipMessageconst&,resip::Dataconst&,resip::Dataconst&,int,bool) /src/resiprocate/resip/stack/Helper.cxx 6 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'bool'] 16 0 1025 268 174 524 0 1557 759
resip::SipMessage::mergeUri(resip::Uriconst&) /src/resiprocate/resip/stack/SipMessage.cxx 2 ['N/A', 'N/A'] 13 0 125 9 4 914 0 2117 553
resip::SdpContents::parse(resip::ParseBuffer&) /src/resiprocate/resip/stack/SdpContents.cxx 2 ['N/A', 'N/A'] 13 0 13 3 2 374 0 1196 548
resip::Log::initialize(resip::ConfigParseconst&,resip::Dataconst&,resip::ExternalLogger*) /src/resiprocate/rutil/Log.cxx 3 ['N/A', 'N/A', 'N/A'] 14 0 431 94 61 260 0 890 310
resip::Helper::addAuthorization(resip::SipMessage&,resip::SipMessageconst&,resip::Dataconst&,resip::Dataconst&,resip::Dataconst&,unsignedint&) /src/resiprocate/resip/stack/Helper.cxx 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 15 0 244 67 51 567 0 1572 308

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
22.0%
938 / 4173
Cyclomatic complexity statically reachable by fuzzers
27.0%
6825 / 25421

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/resiprocate/_build/DayOfWeekHash.gperf [] []
/src/resiprocate/resip/stack/Uri.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/UnknownParameter.hxx [] []
/src/resiprocate/resip/stack/SipMessage.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/TcpConnectState.cxx [] []
/src/resiprocate/rutil/DinkyPool.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/Fifo.hxx [] []
/src/resiprocate/rutil/Data.cxx ['fuzzUtil', 'fuzzStack'] ['fuzzUtil', 'fuzzStack']
/src/resiprocate/resip/stack/Rlmi.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/KeepAlivePong.hxx [] []
/src/resiprocate/resip/stack/NonceHelper.hxx [] []
/src/resiprocate/resip/stack/ContentsFactory.hxx [] []
/src/resiprocate/rutil/Data.hxx ['fuzzUtil', 'fuzzStack'] ['fuzzUtil', 'fuzzStack']
/src/resiprocate/resip/stack/Uri.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ParameterTypes.cxx [] []
/src/resiprocate/resip/stack/ContentsFactoryBase.cxx [] []
/src/resiprocate/_build/ParameterHash.gperf [] []
/src/resiprocate/rutil/dns/ares/ares-test-fuzz-name.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz-name.c'] ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz-name.c']
/src/resiprocate/resip/stack/SipMessage.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/dns/ares/ares_parse_ptr_reply.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c'] []
/src/resiprocate/rutil/ThreadIf.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/DtmfPayloadContents.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/UInt32Parameter.hxx [] []
/src/resiprocate/rutil/ParseException.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/QValue.cxx [] []
/src/resiprocate/resip/stack/QValue.hxx [] []
/src/resiprocate/resip/stack/DataParameter.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/MD5Stream.cxx [] []
/src/resiprocate/resip/stack/ExistsParameter.cxx [] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h ['fuzzStack'] []
/src/resiprocate/resip/stack/GenericUri.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/PrivacyCategory.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/ParserContainer.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/Timer.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/CallId.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/gen/DayOfWeekHash.cxx [] []
/src/resiprocate/resip/stack/UInt32Category.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ConnectionTerminated.hxx [] []
/src/resiprocate/resip/stack/TransportFailure.hxx [] []
/src/resiprocate/resip/stack/SecurityAttributes.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/test/TestSupport.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/QuotedDataParameter.hxx [] []
/src/resiprocate/resip/stack/NameAddr.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c'] ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c']
/src/resiprocate/resip/stack/Headers.hxx [] []
/src/resiprocate/resip/stack/Contents.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Contents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/compat.hxx [] []
/src/resiprocate/resip/stack/SendData.hxx [] []
/src/resiprocate/rutil/XMLCursor.cxx [] []
/src/resiprocate/resip/stack/Tuple.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/DataStream.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/StatusLine.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/BranchParameter.hxx [] []
/src/resiprocate/rutil/dns/ares/ares_mkquery.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz-name.c'] []
/src/resiprocate/resip/stack/Compression.hxx [] []
/src/resiprocate/resip/stack/Headers.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/DateCategory.hxx [] []
/src/resiprocate/rutil/SysLogStream.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/ProducerFifoBuffer.hxx [] []
/src/resiprocate/resip/stack/test/fuzzStack.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ParserCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/NonceHelper.cxx [] []
/src/resiprocate/_build/MethodHash.gperf [] []
/src/resiprocate/resip/stack/DialogInfoContents.cxx [] []
/src/resiprocate/resip/stack/Mime.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/DialogInfoContents.hxx [] []
/src/resiprocate/resip/stack/InvalidContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/WarningCategory.cxx [] []
/src/resiprocate/rutil/Time.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/StlPoolAllocator.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/ParseBuffer.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ParserContainerBase.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/Socket.cxx [] []
/src/resiprocate/resip/stack/SecurityAttributes.cxx ['fuzzStack'] []
/src/resiprocate/resip/stack/ExistsOrDataParameter.cxx [] []
/src/resiprocate/rutil/Subsystem.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/SysLogBuf.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/dns/ares/ares_expand_name.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c'] []
/src/resiprocate/resip/stack/Pkcs7Contents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/Socket.hxx [] []
/src/resiprocate/resip/stack/OctetContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ExpiresCategory.hxx [] []
/src/resiprocate/resip/stack/Cookie.hxx [] []
/src/resiprocate/resip/stack/ExistsOrDataParameter.hxx [] []
/src/resiprocate/resip/stack/SdpContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/CSeqCategory.hxx ['fuzzStack'] []
/src/resiprocate/rutil/Log.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Parameter.hxx [] []
/src/resiprocate/resip/stack/MsgHeaderScanner.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/SipFrag.cxx [] []
/src/resiprocate/rutil/GenericIPAddress.hxx [] []
/src/resiprocate/resip/stack/CSeqCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/test/fuzzUtil.cxx ['fuzzUtil'] ['fuzzUtil']
/src/resiprocate/resip/stack/RAckCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/BasicNonceHelper.cxx [] []
/src/resiprocate/resip/stack/MessageWaitingContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/DnsUtil.cxx ['fuzzUtil', 'fuzzStack'] ['fuzzUtil', 'fuzzStack']
/src/resiprocate/resip/stack/Parameter.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/SdpContents.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Helper.cxx [] []
/src/resiprocate/rutil/BaseException.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ExtensionParameter.cxx [] []
/src/resiprocate/resip/stack/Token.cxx [] []
/src/resiprocate/resip/stack/Auth.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/StringCategory.hxx [] []
/src/resiprocate/rutil/dns/ares/ares_free_hostent.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c'] []
/src/resiprocate/resip/stack/CallId.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/MultipartSignedContents.cxx [] []
/src/resiprocate/resip/stack/HeaderFieldValueList.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Message.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/BaseException.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/MethodTypes.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/MultipartMixedContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/_build/MonthHash.gperf [] []
/src/resiprocate/resip/stack/ExtensionParameter.hxx [] []
/src/resiprocate/resip/stack/RportParameter.hxx [] []
/src/resiprocate/rutil/ParseBuffer.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/TcpConnectState.hxx [] []
/src/resiprocate/rutil/Inserter.hxx [] []
/src/resiprocate/resip/stack/ReceivedParameter.cxx [] []
/src/resiprocate/resip/stack/ExpiresCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Message.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/FdSetIOObserver.hxx [] []
/src/resiprocate/resip/stack/GenericPidfContents.cxx [] []
/src/resiprocate/resip/stack/IntegerCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/TokenOrQuotedStringCategory.hxx [] []
/src/resiprocate/resip/stack/UnknownParameter.cxx [] []
/src/resiprocate/resip/stack/ParameterTypes.hxx [] []
/src/resiprocate/resip/stack/Auth.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/TransactionMessage.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/DataException.hxx [] []
/src/resiprocate/resip/stack/PrivacyCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Pkcs8Contents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/QValueParameter.hxx [] []
/src/resiprocate/resip/stack/Mime.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/DnsUtil.hxx [] []
/src/resiprocate/resip/stack/MultipartAlternativeContents.cxx [] []
/src/resiprocate/resip/stack/BranchParameter.cxx [] []
/src/resiprocate/resip/stack/Tuple.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Embedded.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/gen/ParameterHash.cxx [] []
/usr/local/bin/../include/c++/v1/stdexcept ['fuzzStack'] []
/src/resiprocate/rutil/ParseException.hxx [] []
/src/resiprocate/rutil/Log.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/InteropHelper.hxx [] []
/src/resiprocate/resip/stack/ParserCategory.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/TokenOrQuotedStringCategory.cxx [] []
/src/resiprocate/resip/stack/TrickleIceContents.cxx [] []
/src/resiprocate/resip/stack/RequestLine.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/TransportFailure.cxx [] []
/src/resiprocate/resip/stack/UInt32Parameter.cxx [] []
/src/resiprocate/rutil/Time.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/PoolBase.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/UInt32Category.hxx [] []
/src/resiprocate/rutil/Random.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/RportParameter.cxx [] []
/src/resiprocate/_build/HeaderHash.gperf ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/TransportType.cxx [] []
/src/resiprocate/resip/stack/X509Contents.cxx [] []
/src/resiprocate/resip/stack/ParserContainerBase.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/QValueParameter.cxx [] []
/src/resiprocate/rutil/dns/ares/ares_parse_a_reply.c ['/src/resiprocate/rutil/dns/ares/ares-test-fuzz.c'] []
/src/resiprocate/resip/stack/Transport.cxx [] []
/src/resiprocate/resip/stack/gen/MonthHash.cxx [] []
/src/resiprocate/rutil/AbstractFifo.hxx [] []
/src/resiprocate/resip/stack/IntegerCategory.hxx ['fuzzStack'] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['fuzzStack'] []
/usr/local/bin/../include/c++/v1/istream [] []
/src/resiprocate/resip/stack/PlainContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/ExtensionHeader.hxx [] []
/src/resiprocate/resip/stack/DtmfPayloadContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/ConfigParse.cxx [] []
/src/resiprocate/resip/stack/StartLine.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/QuotedDataParameter.cxx [] []
/src/resiprocate/resip/stack/LazyParser.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/gen/HeaderHash.cxx [] []
/src/resiprocate/resip/stack/DateCategory.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/GenericUri.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/Token.hxx [] []
/src/resiprocate/rutil/ConfigParse.hxx [] []
/src/resiprocate/resip/stack/StatusLine.hxx [] []
/src/resiprocate/resip/stack/GenericPidfContents.hxx [] []
/src/resiprocate/resip/stack/HeaderFieldValueList.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/HeaderFieldValue.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Via.cxx [] []
/src/resiprocate/resip/stack/ExtensionHeader.cxx [] []
/src/resiprocate/resip/stack/CpimContents.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/vmd5.cxx [] []
/src/resiprocate/resip/stack/ReceivedParameter.hxx [] []
/src/resiprocate/rutil/Logger.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/HeaderFieldValue.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/rutil/Subsystem.hxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/MultipartAlternativeContents.hxx [] []
/src/resiprocate/resip/stack/Via.hxx [] []
/src/resiprocate/resip/stack/WarningCategory.hxx [] []
/src/resiprocate/resip/stack/MultipartMixedContents.hxx [] []
/src/resiprocate/resip/stack/RAckCategory.hxx ['fuzzStack'] []
/src/resiprocate/resip/stack/ExistsParameter.hxx [] []
/src/resiprocate/resip/stack/DataParameter.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Helper.hxx [] []
/src/resiprocate/resip/stack/StringCategory.cxx [] []
/src/resiprocate/resip/stack/LazyParser.cxx ['fuzzStack'] ['fuzzStack']
/src/resiprocate/resip/stack/Transport.hxx [] []

Directories in report

Directory
/src/resiprocate/rutil/dns/ares/
/src/resiprocate/resip/stack/
/src/resiprocate/_build/
/src/resiprocate/rutil/
/usr/include/x86_64-linux-gnu/bits/
/src/resiprocate/resip/stack/test/
/src/resiprocate/rutil/test/
/usr/local/bin/../include/c++/v1/__exception/
/usr/local/bin/../include/c++/v1/
/src/resiprocate/resip/stack/gen/