Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

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: fuzz_rtp_parser

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_rtcp_parser

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: external/xxHash/fuzz/fuzzer.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: scripts/fuzz/fuzz_rtp_session.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: scripts/fuzz/fuzz_rtcp_parser.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_command_parser

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: external/libucl/tests/fuzzers/ucl_add_string_fuzzer.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_rtp_session

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: scripts/fuzz/fuzz_command_parser.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: scripts/fuzz/fuzz_rtp_parser.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
rtpp_main /src/rtpproxy/src/librtpp_main.c 2 ['int', 'N/A'] 19 0 74 3 2 589 3 3884 1871
invite_resp_handler /src/rtpproxy/external/libre/src/sipsess/connect.c 3 ['int', 'struct sip_msg*', 'void*'] 30 0 67 18 27 306 0 1327 1120
rtpp_ice_lite_handle_command /src/rtpproxy/modules/ice_lite/rtpp_ice_lite.c 2 ['N/A', 'N/A'] 14 0 565 78 16 212 0 1058 629
XSUM_wmain /src/rtpproxy/external/xxHash/cli/xsum_os_specific.c 2 ['int', 'wchar_t*[]'] 10 0 10 2 1 163 1 572 541
lua_ucl_parser_validate /src/rtpproxy/external/libucl/lua/lua_ucl.c 1 ['lua_State*'] 12 0 40 7 7 322 0 1794 374
rtmp_dechunk_handler /src/rtpproxy/external/libre/src/rtmp/conn.c 3 ['struct rtmp_header*', 'struct mbuf*', 'void*'] 23 0 61 21 21 169 0 687 211
load_pcap /src/rtpproxy/extractaudio/rtpp_loader.c 5 ['struct rtpp_loader*', 'struct channels*', 'struct rtpp_session_stat*', 'enum origin', 'struct eaud_crypto*'] 5 0 107 17 30 52 0 232 194

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

Functions statically reachable by fuzzers
28.0%
1159 / 4122
Cyclomatic complexity statically reachable by fuzzers
44.0%
7081 / 16188

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/rtpproxy/external/libre/src/sipsess/sess.c [] []
/src/rtpproxy/external/libre/src/sys/fs.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/attr.c [] []
/src/rtpproxy/external/libre/src/natbd/genalg.c [] []
/src/rtpproxy/src/rtpp_log_stand.h [] []
/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c ['fuzz_rtp_parser', 'scripts/fuzz/fuzz_rtp_parser.c'] []
/src/rtpproxy/src/commands/rpcpv1_query.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/rtmp/control.c [] []
/src/rtpproxy/src/rtpp_wi_sgnl.c [] []
/src/rtpproxy/external/libre/src/srtp/srtp.c [] []
/src/rtpproxy/src/rtpp_acct_rtcp.h [] []
/src/rtpproxy/src/./rtpp_str.h ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/xxHash/tests/bench/hashes.h [] []
/src/rtpproxy/src/rtpp_sessinfo.c [] []
/src/rtpproxy/external/libre/src/json/decode.c [] []
/src/rtpproxy/src/advanced/pproc_manager.c [] []
/src/rtpproxy/extractaudio/g729_compat.h [] []
/src/rtpproxy/external/libre/src/sipsess/reply.c [] []
/src/rtpproxy/external/libre/src/websock/websock.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_sexp.c [] []
/src/rtpproxy/external/libucl/uthash/uthash.h [] []
/src/rtpproxy/external/libre/src/turn/perm.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/util.c [] []
/src/rtpproxy/src/main.c [] []
/src/rtpproxy/external/libre/src/odict/get.c [] []
/src/rtpproxy/external/libre/src/ice/candpair.c [] []
/src/rtpproxy/extractaudio/eaud_substreams.c [] []
/src/rtpproxy/external/libre/src/uri/uri.c [] []
/src/rtpproxy/external/libre/src/conf/conf.c [] []
/src/rtpproxy/src/rtpp_command_rcache.c [] []
/src/rtpproxy/external/xxHash/tests/bench/main.c [] []
/src/rtpproxy/autosrc/rtpp_stats_fin.c [] []
/src/rtpproxy/external/libre/src/main/openssl.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_chartable.h [] []
/src/rtpproxy/libre/rtpp_re_icesdp.c [] []
/src/rtpproxy/src/rtpp_controlfd.c [] []
/src/rtpproxy/autosrc/rtpp_timed_fin.c [] []
/src/rtpproxy/external/libre/src/net/rt.c [] []
/src/rtpproxy/src/rtpp_network_io.c [] []
/src/rtpproxy/src/rtpp_memdeb_internal.h [] []
/src/rtpproxy/src/../src/commands/rpcpv1_ul_subc.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/libre/../external/libre/src/hmac/hmac_sha1.c [] []
/src/rtpproxy/extractaudio/eaud_crypto.c [] []
/src/rtpproxy/external/libre/src/stun/stunstr.c [] []
/src/rtpproxy/src/rtpp_weakref.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_main_pfd.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_recfilter.c [] []
/src/rtpproxy/src/rtpp_str.h [] []
/src/rtpproxy/external/xxHash/tests/sanity_test.c [] []
/src/rtpproxy/external/libre/src/aes/openssl/aes.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_msgpack.c [] []
/src/rtpproxy/external/libre/src/fmt/hexdump.c [] []
/src/rtpproxy/modules/catch_dtmf/rtpp_catch_dtmf.c [] []
/src/rtpproxy/src/rtpp_memdeb_test.c [] []
/src/rtpproxy/external/libre/src/ice/connchk.c [] []
/src/rtpproxy/external/hepconnector/core_hep.c [] []
/src/rtpproxy/autosrc/rtpp_refcnt_fin.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_pfd.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/icem.c [] []
/src/rtpproxy/external/libre/src/net/net.c [] []
/src/rtpproxy/external/libre/src/sdp/format.c [] []
/src/rtpproxy/external/libre/src/fmt/ch.c [] []
/src/rtpproxy/external/libre/src/bfcp/reply.c [] []
/src/rtpproxy/external/libre/src/sipevent/msg.c [] []
/src/rtpproxy/src/rtpp_tnotify_set.c [] []
/src/rtpproxy/src/rtpp_queue.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libucl/include/ucl.h [] []
/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c'] []
/src/rtpproxy/src/rtpp_stream.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/mqueue/win32/pipe.c [] []
/src/rtpproxy/pertools/udp_storm/udp_storm.c [] []
/src/rtpproxy/external/libre/src/stun/rep.c [] []
/src/rtpproxy/src/rtpp_network.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/stun/ctrans.c [] []
/src/rtpproxy/external/libre/src/dns/rrlist.c [] []
/src/rtpproxy/src/rtpp_pipe.h [] []
/src/rtpproxy/libre/../external/libre/src/sa/sa.c [] []
/src/rtpproxy/src/rtpp_notify.c [] []
/src/rtpproxy/external/libre/src/sip/transp.c [] []
/src/rtpproxy/src/rtpp_pearson.c [] []
/src/rtpproxy/libexecinfo/stacktraverse.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_query.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/main/epoll.c [] []
/src/rtpproxy/src/rtp_packet.h [] []
/src/rtpproxy/external/libre/src/mqueue/mqueue.c [] []
/src/rtpproxy/external/libre/src/http/server.c [] []
/src/rtpproxy/src/rtpp_refproxy.c [] []
/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c ['fuzz_rtcp_parser', 'scripts/fuzz/fuzz_rtcp_parser.c'] []
/src/rtpproxy/external/libre/src/rtp/ntp.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_math.h [] []
/src/rtpproxy/external/libre/src/fmt/unicode.c [] []
/src/rtpproxy/src/advanced/packet_processor.h [] []
/src/rtpproxy/libexecinfo/execinfo_testfunc.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libucl/uthash/utlist.h [] []
/src/rtpproxy/src/rtpp_memdeb.h [] []
/src/rtpproxy/external/libre/src/stun/stun.h [] []
/src/rtpproxy/src/../src/commands/rpcpv1_norecord.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/xxHash/cli/xxhsum.c [] []
/src/rtpproxy/src/rtpp_module_if.c [] []
/src/rtpproxy/src/rtpp_timed.c [] []
/src/rtpproxy/autosrc/rtpp_hash_table_fin.c [] []
/src/rtpproxy/external/xxHash/tests/bench/timefn.c [] []
/src/rtpproxy/external/libre/src/bfcp/attr.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/print.c [] []
/src/rtpproxy/src/rtpp_util.h [] []
/src/rtpproxy/external/libre/src/sip/dialog.c [] []
/src/rtpproxy/external/libre/src/sys/sleep.c [] []
/src/rtpproxy/scripts/fuzz/rfz_command.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/autosrc/rtpp_rw_lock_fin.c [] []
/src/rtpproxy/src/rtpp_log_obj.h [] []
/src/rtpproxy/external/libre/src/rtp/pkt.c [] []
/src/rtpproxy/external/libre/src/sip/ctrans.c [] []
/src/rtpproxy/external/libucl/src/ucl_emitter.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libucl/utils/chargen.c [] []
/src/rtpproxy/external/libucl/src/ucl_emitter_streamline.c [] []
/src/rtpproxy/external/libre/src/sys/endian.c [] []
/src/rtpproxy/src/rtpp_module_acct.h [] []
/src/rtpproxy/src/rtpp_record.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libucl/tests/test_speed.c [] []
/src/rtpproxy/external/libre/src/odict/odict.c [] []
/src/rtpproxy/external/libre/src/stun/dnsdisc.c [] []
/src/rtpproxy/src/advanced/pproc_manager.h [] []
/src/rtpproxy/libre/../external/libre/src/stun/rep.c [] []
/src/rtpproxy/src/rtpp_autoglitch.c [] []
/src/rtpproxy/external/libre/src/base64/b64.c [] []
/src/rtpproxy/external/libucl/src/ucl_sexp.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/src/rtpp_wi.h [] []
/src/rtpproxy/libre/../external/libre/src/ice/candpair.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_time.h [] []
/src/rtpproxy/external/libre/src/sip/addr.c [] []
/src/rtpproxy/external/libre/src/sip/sip.c [] []
/src/rtpproxy/external/libre/src/fmt/pl.c [] []
/src/rtpproxy/autosrc/rtpp_server_fin.c [] []
/src/rtpproxy/src/rtpp_command_reply.h [] []
/src/rtpproxy/src/rtpp_acct.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/autosrc/rtpp_port_table_fin.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_internal.h [] []
/src/rtpproxy/external/xxHash/tests/bench/benchHash.c [] []
/src/rtpproxy/external/libre/src/dbg/dbg.c [] []
/src/rtpproxy/external/libre/src/mem/secure.c [] []
/src/rtpproxy/external/xxHash/xxhash.h [] []
/src/rtpproxy/external/libelperiodic/src/testskew.c [] []
/src/rtpproxy/libre/../external/libre/src/crc32/crc32.c [] []
/src/rtpproxy/libxxHash/../external/xxHash/xxhash.h [] []
/src/rtpproxy/external/libre/src/http/msg.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/pl.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/sort.cc [] []
/src/rtpproxy/src/rtp.h [] []
/src/rtpproxy/src/rtpp_pipe.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/src/rtpp_pcount.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/sip/keepalive.c [] []
/src/rtpproxy/src/rtpp_module.h [] []
/src/rtpproxy/src/rtpp_ringbuf.c ['fuzz_rtp_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c', 'scripts/fuzz/fuzz_rtp_parser.c'] []
/src/rtpproxy/external/libre/include/re_types.h [] []
/src/rtpproxy/external/libre/src/fmt/str.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/xxHash/tests/sanity_test_vectors_generator.c [] []
/src/rtpproxy/extractaudio/extractaudio.c [] []
/src/rtpproxy/external/libre/src/hash/hash.c [] []
/src/rtpproxy/external/libre/src/sa/ntop.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/tmr/tmr.c [] []
/src/rtpproxy/autosrc/rtpp_modman_fin.c [] []
/src/rtpproxy/src/rtpp_proc_ttl.c [] []
/src/rtpproxy/src/rtpp_str.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/autosrc/rtpp_netaddr_fin.c [] []
/src/rtpproxy/external/libre/src/stun/req.c [] []
/src/rtpproxy/external/libre/src/sdp/session.c [] []
/src/rtpproxy/external/libre/src/ice/cand.c [] []
/src/rtpproxy/extractaudio/eaud_pcap.h [] []
/src/rtpproxy/external/libre/src/sipsess/close.c [] []
/src/rtpproxy/autosrc/rtpp_record_fin.c [] []
/src/rtpproxy/src/rtpp_port_table.c [] []
/src/rtpproxy/src/rtpp_time.h [] []
/src/rtpproxy/external/libelperiodic/src/prdic_main_fd.c [] []
/src/rtpproxy/external/libre/src/sipevent/notify.c [] []
/src/rtpproxy/src/rtpp_coverage.c [] []
/src/rtpproxy/external/libucl/lua/lua_ucl.c [] []
/src/rtpproxy/external/libre/src/sip/keepalive_udp.c [] []
/src/rtpproxy/external/libre/src/sys/rand.c [] []
/src/rtpproxy/modules/acct_rtcp_hep/rtcp2json.c ['fuzz_rtcp_parser', 'scripts/fuzz/fuzz_rtcp_parser.c'] []
/src/rtpproxy/external/xxHash/fuzz/fuzzer.c ['external/xxHash/fuzz/fuzzer.c'] []
/src/rtpproxy/external/libre/src/sip/via.c [] []
/src/rtpproxy/external/libre/src/json/decode_odict.c [] []
/src/rtpproxy/src/rtpp_command.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/sipsess/ack.c [] []
/src/rtpproxy/external/libre/src/fmt/time.c [] []
/src/rtpproxy/external/libre/src/mod/mod.c [] []
/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c ['fuzz_command_parser', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/src/rtpp_math.c [] []
/src/rtpproxy/src/commands/rpcpv1_record.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/sa/pton.c [] []
/src/rtpproxy/src/rtpp_glitch.h [] []
/src/rtpproxy/external/libre/src/dns/rr.c [] []
/src/rtpproxy/external/libre/include/re_fmt.h [] []
/src/rtpproxy/external/libre/src/dns/win32/srv.c [] []
/src/rtpproxy/external/libre/src/telev/telev.c [] []
/src/rtpproxy/src/commands/rpcpv1_ul.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/sdp/str.c [] []
/src/rtpproxy/external/libre/src/dns/cstr.c [] []
/src/rtpproxy/external/libre/src/net/sockopt.c [] []
/src/rtpproxy/autosrc/rtpp_socket_fin.c [] []
/src/rtpproxy/external/libre/src/sipreg/reg.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_output.c [] []
/src/rtpproxy/extractaudio/srtp_util.c [] []
/src/rtpproxy/external/libre/src/tls/openssl/tls_udp.c [] []
/src/rtpproxy/src/rtpp_linker_set.h [] []
/src/rtpproxy/src/rtpp_netio_async.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libucl/tests/test_msgpack.c [] []
/src/rtpproxy/src/rtpp_analyzer.c ['fuzz_rtp_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c', 'scripts/fuzz/fuzz_rtp_parser.c'] []
/src/rtpproxy/src/rtpp_pcnt_strm.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/modules/ice_lite/rtpp_ice_lite.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/sip/strans.c [] []
/src/rtpproxy/external/libre/src/srtp/srtcp.c [] []
/src/rtpproxy/src/rtpp_defines.h [] []
/src/rtpproxy/external/libre/src/sdp/util.c [] []
/src/rtpproxy/external/libre/src/sipsess/connect.c [] []
/src/rtpproxy/external/libre/src/rtmp/ctrans.c [] []
/src/rtpproxy/src/rtpp_log_obj.c ['fuzz_rtp_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c', 'scripts/fuzz/fuzz_rtp_parser.c'] []
/src/rtpproxy/libre/../external/libre/src/ice/comp.c [] []
/src/rtpproxy/external/libre/src/mod/win32/dll.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_config.h [] []
/src/rtpproxy/external/libre/src/sip/contact.c [] []
/src/rtpproxy/external/libre/src/sdp/attr.c [] []
/src/rtpproxy/extractaudio/g729_compat.c [] []
/src/rtpproxy/extractaudio/rtpp_scan_pcap.c [] []
/src/rtpproxy/external/libre/include/re_sys.h [] []
/src/rtpproxy/libre/../external/libre/include/re_fmt.h [] []
/src/rtpproxy/libexecinfo/execinfo_internal.h [] []
/src/rtpproxy/external/xxHash/tests/collisions/allcodecs/dummy.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_gw.c [] []
/src/rtpproxy/external/libucl/klib/kvec.h [] []
/src/rtpproxy/scripts/fuzz/rfz_utils.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libucl/src/ucl_msgpack.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/bfcp/request.c [] []
/src/rtpproxy/external/libre/src/rtmp/stream.c [] []
/src/rtpproxy/src/rtpp_nofile.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/src/rtpp_list.h [] []
/src/rtpproxy/external/libre/src/http/chunk.c [] []
/src/rtpproxy/src/rtpp_log_stand.c ['fuzz_rtp_parser', 'fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/modules/acct_csv/rtpp_acct_csv.c [] []
/src/rtpproxy/makeann/makeann.c [] []
/src/rtpproxy/libexecinfo/execinfo.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/sipsess/listen.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_ul.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/extractaudio/rtpp_scan_adhoc.c [] []
/src/rtpproxy/external/libre/src/hmac/openssl/hmac.c [] []
/src/rtpproxy/autosrc/rtpp_weakref_fin.c [] []
/src/rtpproxy/libexecinfo/execinfo_testfunc1.c [] []
/src/rtpproxy/external/libre/include/re_tmr.h [] []
/src/rtpproxy/external/libre/src/ice/comp.c [] []
/src/rtpproxy/src/rtpp_ip_chksum.h [] []
/src/rtpproxy/src/rtpp_pcache.c [] []
/src/rtpproxy/src/../src/advanced/pproc_manager.c [] []
/src/rtpproxy/external/libre/src/crc32/crc32.c [] []
/src/rtpproxy/autosrc/rtpp_analyzer_fin.c [] []
/src/rtpproxy/external/libre/src/ice/util.c [] []
/src/rtpproxy/external/libre/src/main/init.c [] []
/src/rtpproxy/external/libelperiodic/src/./prdic_time.h [] []
/src/rtpproxy/libre/../external/libre/src/fmt/str_error.c [] []
/src/rtpproxy/external/libre/src/srtp/replay.c [] []
/src/rtpproxy/src/rtpp_proc_wakeup.c [] []
/src/rtpproxy/external/libre/src/httpauth/digest.c [] []
/src/rtpproxy/external/libucl/src/ucl_hash.h [] []
/src/rtpproxy/external/libre/src/stun/addr.c [] []
/src/rtpproxy/autosrc/rtpp_proc_servers_fin.c [] []
/src/rtpproxy/src/commands/rpcpv1_ul_subc.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/sip/cseq.c [] []
/src/rtpproxy/extractaudio/eaud_pcap.c [] []
/src/rtpproxy/external/libre/include/re_mbuf.h [] []
/src/rtpproxy/src/rtpp_memdeb_stats.h [] []
/src/rtpproxy/src/rtpp_ucl.c [] []
/src/rtpproxy/external/libre/src/bfcp/conn.c [] []
/src/rtpproxy/libre/../external/libre/src/mbuf/mbuf.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/hashes.h [] []
/src/rtpproxy/external/libucl/src/ucl_util.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/scripts/fuzz/fuzz_standalone.h [] []
/src/rtpproxy/libre/../external/libre/src/stun/ctrans.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c [] []
/src/rtpproxy/external/libucl/src/ucl_schema.c [] []
/src/rtpproxy/src/commands/rpcpv1_norecord.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/hmac/hmac_sha1.c [] []
/src/rtpproxy/external/libre/src/ice/chklist.c [] []
/src/rtpproxy/src/commands/rpcpv1_copy.h [] []
/src/rtpproxy/external/libre/src/turn/turnc.c [] []
/src/rtpproxy/libre/../external/libre/include/re_list.h [] []
/src/rtpproxy/src/rtpp_util.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libelperiodic/src/prdic_sign.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/threading.c [] []
/src/rtpproxy/src/rtpp_threads.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/regex.c [] []
/src/rtpproxy/external/libucl/uthash/utstring.h ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libucl/src/ucl_internal.h ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/http/client.c [] []
/src/rtpproxy/src/rtpp_objck.c [] []
/src/rtpproxy/extractaudio/eaud_adhoc.h [] []
/src/rtpproxy/external/libre/src/rtp/rtp.c [] []
/src/rtpproxy/external/libre/src/fmt/prm.c [] []
/src/rtpproxy/external/libre/src/net/ifaddrs.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/icestr.c [] []
/src/rtpproxy/external/libre/src/stun/attr.c [] []
/src/rtpproxy/external/libre/src/rtmp/amf_dec.c [] []
/src/rtpproxy/external/libre/src/sip/auth.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_os_specific.c [] []
/src/rtpproxy/external/libre/src/net/posix/pif.c [] []
/src/rtpproxy/autosrc/rtpp_log_obj_fin.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/str.c [] []
/src/rtpproxy/external/libre/src/natbd/hairpinning.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_main.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_types.h [] []
/src/rtpproxy/external/libre/src/fmt/str_error.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/autosrc/rtpp_ringbuf_fin.c [] []
/src/rtpproxy/src/rtpp_types.h [] []
/src/rtpproxy/external/libre/src/dns/client.c [] []
/src/rtpproxy/extractaudio/decoder.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_stats.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/src/rtpp_rw_lock.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_timespecops.h [] []
/src/rtpproxy/external/libelperiodic/src/prdic_fd.c [] []
/src/rtpproxy/external/libucl/tests/test_schema.c [] []
/src/rtpproxy/external/libre/src/udp/udp.c [] []
/src/rtpproxy/external/libre/src/udp/mcast.c [] []
/src/rtpproxy/external/libre/src/ice/icestr.c [] []
/src/rtpproxy/external/libre/src/sip/msg.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_arch.h [] []
/src/rtpproxy/autosrc/rtpp_command_reply_fin.c [] []
/src/rtpproxy/external/libre/src/sipevent/listen.c [] []
/src/rtpproxy/external/libre/src/lock/win32/lock.c [] []
/src/rtpproxy/src/rtpp_hash_table.c [] []
/src/rtpproxy/external/libre/src/stun/hdr.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/pool.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_util.c [] []
/src/rtpproxy/external/libre/src/rtmp/amf_enc.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/stun.c [] []
/src/rtpproxy/src/rtpp_syslog_async.c [] []
/src/rtpproxy/libre/rtpp_re_stub.c [] []
/src/rtpproxy/src/rtpp_refcnt.c ['fuzz_rtp_parser', 'fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/sdp/msg.c [] []
/src/rtpproxy/external/libre/src/rtmp/chunk.c [] []
/src/rtpproxy/src/rtpp_socket.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libucl/src/mum.h [] []
/src/rtpproxy/external/libre/src/net/netstr.c [] []
/src/rtpproxy/autosrc/rtpp_pcount_fin.c [] []
/src/rtpproxy/external/libre/src/rtp/member.c [] []
/src/rtpproxy/external/libre/src/sipsess/request.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/icesdp.c [] []
/src/rtpproxy/src/rtpp_fintest.c [] []
/src/rtpproxy/libucl/../external/libucl/uthash/utstring.h [] []
/src/rtpproxy/modules/acct_rtcp_hep/rtpp_arh_conf.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/sipsess/info.c [] []
/src/rtpproxy/external/libre/src/ice/icem.c [] []
/src/rtpproxy/autosrc/rtpp_command_rcache_fin.c [] []
/src/rtpproxy/external/libre/src/dns/res.c [] []
/src/rtpproxy/external/libre/src/main/method.c [] []
/src/rtpproxy/external/libre/src/mem/mem.c [] []
/src/rtpproxy/src/rtpp_cfile.c [] []
/src/rtpproxy/src/rtpp_mallocs.h [] []
/src/rtpproxy/external/libre/src/net/linux/rt.c [] []
/src/rtpproxy/src/rtpp_refcnt.h [] []
/src/rtpproxy/src/rtpp_wi_sgnl.h [] []
/src/rtpproxy/src/commands/rpcpv1_delete.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/autosrc/rtpp_pearson_perfect_fin.c [] []
/src/rtpproxy/src/commands/rpcpv1_stats.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/autosrc/rtpp_stream_fin.c [] []
/src/rtpproxy/src/rtpp_time.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/src/rtpp_memdeb.c [] []
/src/rtpproxy/external/libre/src/rtmp/conn.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_arch.c [] []
/src/rtpproxy/src/rtpp_glitch.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_schema.c [] []
/src/rtpproxy/external/libre/src/fmt/print.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/xxHash/tests/collisions/threading.h [] []
/src/rtpproxy/modules/acct_rtcp_hep/../../external/hepconnector/core_hep.c [] []
/src/rtpproxy/external/libre/src/stun/keepalive.c [] []
/src/rtpproxy/external/libre/src/bfcp/msg.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_bench.c [] []
/src/rtpproxy/autosrc/rtpp_ttl_fin.c [] []
/src/rtpproxy/external/libre/src/net/bsd/brt.c [] []
/src/rtpproxy/external/libucl/python/src/uclmodule.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/hdr.c [] []
/src/rtpproxy/src/rtpp_command_stream.c [] []
/src/rtpproxy/external/libre/src/rtmp/dechunk.c [] []
/src/rtpproxy/src/rtpp_cfg.h [] []
/src/rtpproxy/scripts/fuzz/rfz_chunk.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/autosrc/rtpp_module_if_fin.c [] []
/src/rtpproxy/external/libre/src/md5/wrap.c [] []
/src/rtpproxy/external/libre/src/tls/openssl/tls.c [] []
/src/rtpproxy/external/libre/src/srtp/stream.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_ver.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/src/rtpp_acct_rtcp.c [] []
/src/rtpproxy/src/rtp.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_sanity_check.c [] []
/src/rtpproxy/external/libre/src/natbd/lifetime.c [] []
/src/rtpproxy/external/libucl/src/ucl_chartable.h [] []
/src/rtpproxy/src/rtpp_proc_async.c [] []
/src/rtpproxy/autosrc/rtpp_sessinfo_fin.c [] []
/src/rtpproxy/libre/../external/libre/src/sys/rand.c [] []
/src/rtpproxy/src/rtpp_tnotify_tgt.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_emitter_streamline.c [] []
/src/rtpproxy/external/libucl/src/ucl_parser.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/src/rtpp_module_if_static.c [] []
/src/rtpproxy/external/libre/src/tcp/tcp.c [] []
/src/rtpproxy/external/xxHash/tests/bench/benchfn.c [] []
/src/rtpproxy/libre/rtpp_re_dbg.c [] []
/src/rtpproxy/libre/../external/libre/src/sa/ntop.c [] []
/src/rtpproxy/autosrc/rtpp_genuid_fin.c [] []
/src/rtpproxy/external/libre/src/net/sock.c [] []
/src/rtpproxy/src/rtpp_wi_apis.c [] []
/src/rtpproxy/autosrc/rtpp_proc_wakeup_fin.c [] []
/src/rtpproxy/src/rtpp_ttl.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/stun/msg.c [] []
/src/rtpproxy/external/libre/src/sha/sha1.c [] []
/src/rtpproxy/src/rtpp_command_reply.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/src/../src/commands/rpcpv1_record.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/turn/chan.c [] []
/src/rtpproxy/external/libre/include/re_list.h [] []
/src/rtpproxy/external/libre/src/net/win32/wif.c [] []
/src/rtpproxy/autosrc/rtpp_timed_task_fin.c [] []
/src/rtpproxy/autosrc/rtpp_refproxy_fin.c [] []
/src/rtpproxy/src/commands/rpcpv1_play.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/xxHash/tests/collisions/main.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_math.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.h [] []
/src/rtpproxy/external/libre/src/list/list.c [] []
/src/rtpproxy/src/rtpp_genuid.c [] []
/src/rtpproxy/src/rtpp_codeptr.h [] []
/src/rtpproxy/external/libre/src/fmt/regex.c [] []
/src/rtpproxy/external/libucl/include/ucl++.h [] []
/src/rtpproxy/src/rtpp_epoll.c [] []
/src/rtpproxy/libre/../external/libre/src/net/netstr.c [] []
/src/rtpproxy/external/libre/src/natbd/natstr.c [] []
/src/rtpproxy/src/commands/rpcpv1_ver.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/dns/dname.c [] []
/src/rtpproxy/libre/../external/libre/src/sa/pton.c [] []
/src/rtpproxy/src/rtpp_sbuf.h [] []
/src/rtpproxy/libre/../external/libre/include/re_mbuf.h [] []
/src/rtpproxy/external/libre/src/rtmp/amf.c [] []
/src/rtpproxy/external/libre/src/sys/sys.c [] []
/src/rtpproxy/src/rtpp_netaddr.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/natbd/filtering.c [] []
/src/rtpproxy/external/libre/src/uri/uric.c [] []
/src/rtpproxy/external/libre/src/dns/darwin/srv.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_util.c [] []
/src/rtpproxy/external/libre/src/sys/daemon.c [] []
/src/rtpproxy/src/rtpp_proc.h [] []
/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/mbuf/mbuf.c [] []
/src/rtpproxy/src/rtpp_network.h [] []
/src/rtpproxy/external/xxHash/xxh_x86dispatch.c [] []
/src/rtpproxy/external/libre/src/net/if.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_copy.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/src/rtp_resizer.h [] []
/src/rtpproxy/extractaudio/session.h [] []
/src/rtpproxy/extractaudio/eaud_oformats.c [] []
/src/rtpproxy/external/libre/src/srtp/misc.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_emitter.c [] []
/src/rtpproxy/libre/libre_test.c [] []
/src/rtpproxy/external/libre/src/md5/md5.c [] []
/src/rtpproxy/external/libre/src/rtmp/hdr.c [] []
/src/rtpproxy/src/rtpp_proc_servers.c [] []
/src/rtpproxy/src/librtpp_main.c [] []
/src/rtpproxy/libucl/../external/libucl/src/mum.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_emitter_utils.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_parser.c [] []
/src/rtpproxy/libre/../external/libre/src/sys/endian.c [] []
/src/rtpproxy/src/rtp_analyze.c ['fuzz_rtp_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c', 'scripts/fuzz/fuzz_rtp_parser.c'] []
/src/rtpproxy/src/rtpp_wi_data.c [] []
/src/rtpproxy/external/libre/src/tcp/tcp_high.c [] []
/src/rtpproxy/src/rtpp_wi_pkt.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/odict/entry.c [] []
/src/rtpproxy/src/rtpp_timeout_data.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/pertools/udp_contention/udp_contention.c [] []
/src/rtpproxy/src/rtpp_proc.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_shmtrig.c [] []
/src/rtpproxy/external/xxHash/tests/multiInclude.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_hash.c [] []
/src/rtpproxy/src/commands/rpcpv1_copy.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libucl/src/tree.h [] []
/src/rtpproxy/external/libre/src/stun/ind.c [] []
/src/rtpproxy/external/libre/src/hash/func.c [] []
/src/rtpproxy/external/libre/src/main/main.c [] []
/src/rtpproxy/external/libre/src/rtp/sess.c [] []
/src/rtpproxy/src/rtpp_bindaddrs.c [] []
/src/rtpproxy/src/rtpp_mallocs.c ['fuzz_rtp_parser', 'fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/sipsess/modify.c [] []
/src/rtpproxy/modules/acct_rtcp_hep/rtcp.h [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls.c [] []
/src/rtpproxy/external/libucl/tests/test_generate.c [] []
/src/rtpproxy/src/./rtpp_list.h [] []
/src/rtpproxy/src/rtpp_session.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/src/rtpp_sbuf.c ['fuzz_rtcp_parser'] []
/src/rtpproxy/src/../src/commands/rpcpv1_play.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/ice/icesdp.c [] []
/src/rtpproxy/autosrc/rtpp_pcnt_strm_fin.c [] []
/src/rtpproxy/src/rtpp_stacktrace.c [] []
/src/rtpproxy/src/rtpp_rzmalloc_perf.c [] []
/src/rtpproxy/external/libre/src/sipevent/subscribe.c [] []
/src/rtpproxy/libre/rtpp_re.c [] []
/src/rtpproxy/external/libre/src/http/auth.c [] []
/src/rtpproxy/external/libre/src/rtp/sdes.c [] []
/src/rtpproxy/src/rtpp_stats.c [] []
/src/rtpproxy/external/libre/src/tls/openssl/tls_tcp.c [] []
/src/rtpproxy/src/../libxxHash/../external/xxHash/xxhash.h [] []
/src/rtpproxy/libre/../external/libre/src/stun/msg.c [] []
/src/rtpproxy/src/rtpp_modman.c [] []
/src/rtpproxy/src/rtpp_acct.h [] []
/src/rtpproxy/libre/../external/libre/src/ice/cand.c [] []
/src/rtpproxy/external/libre/src/dns/hdr.c [] []
/src/rtpproxy/src/rtpp_autoglitch.h [] []
/src/rtpproxy/external/libre/src/msg/ctype.c [] []
/src/rtpproxy/autosrc/rtpp_sessinfo_fin.h [] []
/src/rtpproxy/extractaudio/rtpp_loader.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/addr.c [] []
/src/rtpproxy/external/xxHash/tests/bench/bhDisplay.c [] []
/src/rtpproxy/src/rtpp_queue.h [] []
/src/rtpproxy/external/libre/src/rtp/rtcp.c [] []
/src/rtpproxy/external/libre/src/sa/printaddr.c [] []
/src/rtpproxy/external/libre/src/sip/request.c [] []
/src/rtpproxy/external/libre/src/sa/sa.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c ['external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/sdp/media.c [] []
/src/rtpproxy/src/rtpp_threads.h [] []
/src/rtpproxy/external/libre/src/sip/reply.c [] []
/src/rtpproxy/libre/../external/libre/src/list/list.c [] []
/src/rtpproxy/external/libre/src/jbuf/jbuf.c [] []
/src/rtpproxy/external/libre/src/dns/ns.c [] []
/src/rtpproxy/autosrc/rtpp_pipe_fin.c [] []
/src/rtpproxy/external/libre/src/odict/type.c [] []
/src/rtpproxy/src/rtpp_command_parse.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/extractaudio/eaud_adhoc.c [] []
/src/rtpproxy/src/rtpp_pearson_perfect.c [] []
/src/rtpproxy/src/rtp_resizer.c ['scripts/fuzz/fuzz_rtp_session.c', 'fuzz_command_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/src/rtpp_log.h [] []
/src/rtpproxy/external/libre/include/re_dbg.h [] []
/src/rtpproxy/src/../src/commands/rpcpv1_delete.c ['fuzz_command_parser', 'fuzz_rtp_session'] []
/src/rtpproxy/external/libre/src/rtp/rr.c [] []
/src/rtpproxy/external/libre/src/rtp/source.c [] []
/src/rtpproxy/external/libre/src/msg/param.c [] []
/src/rtpproxy/src/rtp_packet.c ['fuzz_rtp_parser', 'fuzz_rtp_session', 'scripts/fuzz/fuzz_rtp_parser.c'] []
/src/rtpproxy/src/rtpp_controlfd.h [] []
/src/rtpproxy/external/libre/src/json/encode.c [] []
/src/rtpproxy/external/libucl/klib/khash.h [] []
/src/rtpproxy/libexecinfo/execinfo_check.c [] []
/src/rtpproxy/external/libre/src/sipsess/accept.c [] []
/src/rtpproxy/external/libucl/utils/objdump.c [] []
/src/rtpproxy/external/libelperiodic/src/periodic.c [] []
/src/rtpproxy/external/libre/include/re_bitv.h [] []
/src/rtpproxy/external/libucl/src/ucl_emitter_utils.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/src/rtpp_ssrc.h [] []
/src/rtpproxy/src/rtpp_debug.h [] []
/src/rtpproxy/external/libre/src/rtp/fb.c [] []
/src/rtpproxy/external/libre/src/natbd/mapping.c [] []
/src/rtpproxy/src/rtpp_server.c [] []
/src/rtpproxy/modules/acct_rtcp_hep/rtpp_acct_rtcp_hep.c [] []
/src/rtpproxy/external/libucl/src/ucl_hash.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/stun/stun.c [] []
/src/rtpproxy/external/libre/src/ice/stunsrv.c [] []
/src/rtpproxy/src/rtpp_command_async.c [] []

Directories in report

Directory
/src/rtpproxy/external/libre/src/sipreg/
/src/rtpproxy/libre/../external/libre/include/
/src/rtpproxy/extractaudio/
/src/rtpproxy/pertools/udp_storm/
/src/rtpproxy/external/libucl/lua/
/src/rtpproxy/external/libre/src/dns/darwin/
/src/rtpproxy/external/libre/src/dns/win32/
/src/rtpproxy/external/libre/src/sipevent/
/src/rtpproxy/makeann/
/src/rtpproxy/external/libre/src/mod/
/src/rtpproxy/modules/acct_rtcp_hep/../../external/hepconnector/
/src/rtpproxy/external/libucl/tests/fuzzers/
/src/rtpproxy/external/libre/src/list/
/src/rtpproxy/external/libre/src/fmt/
/src/rtpproxy/external/xxHash/tests/collisions/allcodecs/
/src/rtpproxy/external/libre/src/hmac/
/src/rtpproxy/external/libre/src/websock/
/src/rtpproxy/libre/../external/libre/src/sa/
/src/rtpproxy/external/libre/src/mbuf/
/src/rtpproxy/external/libre/src/base64/
/src/rtpproxy/src/commands/
/src/rtpproxy/external/libre/src/mem/
/src/rtpproxy/external/hepconnector/
/src/rtpproxy/external/libre/src/tcp/
/src/rtpproxy/external/libre/src/tmr/
/src/rtpproxy/external/libre/src/md5/
/src/rtpproxy/autosrc/
/src/rtpproxy/external/libre/src/hmac/openssl/
/src/rtpproxy/external/libucl/python/src/
/src/rtpproxy/external/xxHash/
/src/rtpproxy/external/libre/src/sa/
/src/rtpproxy/external/xxHash/tests/
/src/rtpproxy/external/xxHash/cli/
/src/rtpproxy/external/libre/src/tls/openssl/
/src/rtpproxy/external/libucl/include/
/src/rtpproxy/external/libre/src/net/posix/
/src/rtpproxy/external/libre/src/net/win32/
/src/rtpproxy/external/libre/src/rtp/
/src/rtpproxy/libre/../external/libre/src/hmac/
/src/rtpproxy/libre/../external/libre/src/mbuf/
/src/rtpproxy/external/libre/src/json/
/src/rtpproxy/modules/acct_csv/
/src/rtpproxy/external/libre/src/hash/
/src/rtpproxy/external/libre/src/telev/
/src/rtpproxy/src/./
/src/rtpproxy/src/advanced/
/src/rtpproxy/libre/
/src/rtpproxy/external/libre/src/turn/
/src/rtpproxy/external/libre/src/net/bsd/
/src/rtpproxy/external/libre/src/jbuf/
/src/rtpproxy/libre/../external/libre/src/stun/
/src/rtpproxy/external/libre/src/uri/
/src/rtpproxy/external/libucl/uthash/
/src/rtpproxy/src/
/src/rtpproxy/external/libre/src/sdp/
/src/rtpproxy/external/libre/src/natbd/
/src/rtpproxy/external/libelperiodic/src/./
/src/rtpproxy/external/xxHash/fuzz/
/src/rtpproxy/libucl/../external/libucl/src/
/src/rtpproxy/external/libre/src/mqueue/win32/
/src/rtpproxy/external/libre/src/bfcp/
/src/rtpproxy/external/libre/src/sha/
/src/rtpproxy/pertools/udp_contention/
/src/rtpproxy/external/libre/src/conf/
/src/rtpproxy/src/../src/commands/
/src/rtpproxy/external/libre/src/main/
/src/rtpproxy/modules/acct_rtcp_hep/
/src/rtpproxy/external/xxHash/tests/bench/
/src/rtpproxy/libre/../external/libre/src/fmt/
/src/rtpproxy/external/libucl/tests/
/src/rtpproxy/external/libre/src/rtmp/
/src/rtpproxy/external/libre/src/stun/
/src/rtpproxy/external/libre/src/dbg/
/src/rtpproxy/libxxHash/../external/xxHash/
/src/rtpproxy/external/libre/include/
/src/rtpproxy/libre/../external/libre/src/ice/
/src/rtpproxy/external/libre/src/sys/
/src/rtpproxy/modules/dtls_gw/
/src/rtpproxy/external/libre/src/odict/
/src/rtpproxy/external/libre/src/crc32/
/src/rtpproxy/src/../src/advanced/
/src/rtpproxy/modules/catch_dtmf/
/src/rtpproxy/libre/../external/libre/src/sys/
/src/rtpproxy/libre/../external/libre/src/list/
/src/rtpproxy/external/libre/src/udp/
/src/rtpproxy/external/libre/src/ice/
/src/rtpproxy/src/../libxxHash/../external/xxHash/
/src/rtpproxy/external/libre/src/msg/
/src/rtpproxy/libucl/../external/libucl/uthash/
/src/rtpproxy/external/libre/src/http/
/src/rtpproxy/external/libre/src/httpauth/
/src/rtpproxy/external/libre/src/mod/win32/
/src/rtpproxy/external/libelperiodic/src/
/src/rtpproxy/external/libre/src/sipsess/
/src/rtpproxy/libre/../external/libre/src/crc32/
/src/rtpproxy/external/libre/src/dns/
/src/rtpproxy/external/libucl/klib/
/src/rtpproxy/external/libre/src/sip/
/src/rtpproxy/external/libre/src/mqueue/
/src/rtpproxy/external/libucl/utils/
/src/rtpproxy/libre/../external/libre/src/net/
/src/rtpproxy/scripts/fuzz/
/src/rtpproxy/external/libre/src/srtp/
/src/rtpproxy/modules/ice_lite/
/src/rtpproxy/external/libre/src/net/linux/
/src/rtpproxy/external/xxHash/tests/collisions/
/src/rtpproxy/libexecinfo/
/src/rtpproxy/external/libre/src/lock/win32/
/src/rtpproxy/external/libre/src/aes/openssl/
/src/rtpproxy/external/libucl/src/
/src/rtpproxy/external/libre/src/net/