Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-11

Project overview: rtpproxy

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
8.0%
344 / 4122
Cyclomatic complexity statically reachable by fuzzers
14.0%
2341 / 16194
Runtime code coverage of functions
16.0%
662 / 4122

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: 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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3 12.5%
gold [1:9] 11 45.8%
yellow [10:29] 5 20.8%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 5 20.8%
All colors 24 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['fflush']

2 2 rtpp_log_obj_write_early call site: 00000 /src/rtpproxy/src/rtpp_log_obj.c:160
1 1 1 :

['free']

1 1 rtp_analyze_jt_ctor call site: 00011 /src/rtpproxy/src/rtp_analyze.c:254
1 1 1 :

['free']

1 1 rtp_analyze_jdata_ctor call site: 00013 /src/rtpproxy/src/rtp_analyze.c:233
0 26 1 :

['update_jitter_stats']

0 26 update_rtpp_stats call site: 00000 /src/rtpproxy/src/rtp_analyze.c:374
0 0 None 2 18 rtpp_refcnt_decref call site: 00000 /src/rtpproxy/src/rtpp_refcnt.c:254
0 0 None 2 18 rtpp_refcnt_decref call site: 00000 /src/rtpproxy/src/rtpp_refcnt.c:260
0 0 None 2 18 rtpp_refcnt_decref call site: 00000 /src/rtpproxy/src/rtpp_refcnt.c:276
0 0 None 2 18 rtpp_refcnt_decref call site: 00000 /src/rtpproxy/src/rtpp_refcnt.c:282
0 0 None 2 18 rtpp_refcnt_decref call site: 00000 /src/rtpproxy/src/rtpp_refcnt.c:293
0 0 None 0 0 rtpp_stats_init call site: 00009 /src/rtpproxy/src/rtp_analyze.c:216
0 0 None 0 0 update_rtpp_stats call site: 00000 /src/rtpproxy/src/rtp_analyze.c:358
0 0 None 0 0 update_rtpp_stats call site: 00000 /src/rtpproxy/src/rtp_analyze.c:497

Runtime coverage analysis

Covered functions
31
Functions that are reachable but not covered
7
Reachable functions
18
Percentage of reachable functions covered
61.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
scripts/fuzz/fuzz_rtp_parser.c 1
src/rtpp_log_obj.c 2
src/rtpp_mallocs.c 2
src/rtpp_refcnt.c 1
src/rtpp_log_stand.c 1
src/rtpp_analyzer.c 2
src/rtp_analyze.c 5
src/rtpp_ringbuf.c 2
src/rtp_packet.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 66 100.%
All colors 66 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1 1 1 :

['free']

1 1 rtpp_sbuf_ctor call site: 00001 /src/rtpproxy/src/rtpp_sbuf.c:83
0 0 None 0 0 rtpp_sbuf_write call site: 00008 /src/rtpproxy/src/rtpp_sbuf.c:51
0 0 None 0 0 rtpp_sbuf_ctor call site: 00001 /src/rtpproxy/src/rtpp_sbuf.c:75
0 0 None 0 0 rtpp_sbuf_extend call site: 00012 /src/rtpproxy/src/rtpp_sbuf.c:124

Runtime coverage analysis

Covered functions
8
Functions that are reachable but not covered
5
Reachable functions
11
Percentage of reachable functions covered
54.55%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
scripts/fuzz/fuzz_rtcp_parser.c 1
src/rtpp_sbuf.c 4
modules/acct_rtcp_hep/rtcp2json.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 138 49.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 143 50.8%
All colors 281 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
328 328 1 :

['handle_copy']

359 384 rtpp_command_ul_handle call site: 00255 /src/rtpproxy/src/../src/commands/rpcpv1_ul.c:594
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
588
Functions that are reachable but not covered
76
Reachable functions
155
Percentage of reachable functions covered
50.97%
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
scripts/fuzz/fuzz_rtp_session.c 3
scripts/fuzz/rfz_utils.c 1
src/rtpp_util.c 7
scripts/fuzz/rfz_command.c 1
src/rtpp_command.c 10
src/rtpp_mallocs.c 3
src/rtpp_refcnt.c 1
src/rtpp_command_reply.c 1
src/rtpp_netio_async.c 2
src/rtpp_wi_pkt.c 3
src/rtpp_queue.c 3
src/rtpp_command_parse.c 2
src/../src/commands/rpcpv1_ver.c 1
src/../src/commands/rpcpv1_play.c 3
src/../src/commands/rpcpv1_record.c 3
src/../src/commands/rpcpv1_delete.c 4
src/../src/commands/rpcpv1_ul.c 6
src/rtpp_network.c 3
src/../src/commands/rpcpv1_stats.c 1
src/../src/commands/rpcpv1_ul_subc.c 2
src/rtpp_session.c 5
src/../src/commands/rpcpv1_copy.c 2
src/rtpp_record.c 4
src/rtpp_socket.c 2
src/../src/commands/rpcpv1_norecord.c 3
src/../src/commands/rpcpv1_query.c 2
src/rtpp_log_obj.c 2
src/rtpp_log_stand.c 1
src/rtpp_pipe.c 2
src/rtpp_stream.c 3
src/rtpp_analyzer.c 2
src/rtp_analyze.c 5
src/rtpp_ringbuf.c 2
src/rtpp_pcnt_strm.c 2
src/rtpp_netaddr.c 2
src/rtp_resizer.c 4
src/rtpp_pcount.c 2
src/rtpp_acct.c 2
src/./rtpp_str.h 2
src/rtpp_str.c 1
src/rtpp_ttl.c 2
src/rtpp_time.c 2
src/rtpp_nofile.c 1
src/rtpp_timeout_data.c 1
scripts/fuzz/rfz_chunk.c 1
src/rtp_packet.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 35 12.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 236 87.0%
All colors 271 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142
38 38 1 :

['signal']

57 57 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1221
28 52 3 :

['do_notification', 'rtpp_wi_data_get_ptr', 'rtpp_queue_get_item']

28 52 rtpp_notify_queue_run call site: 00000 /src/rtpproxy/src/rtpp_notify.c:95
22 22 1 :

['ropen_remote_ctor_pa']

24 24 rtpp_record_ctor call site: 00090 /src/rtpproxy/src/rtpp_record.c:180
15 39 7 :

['pthread_mutex_unlock', 'ila_iscompleted', 'rtpp_queue_get_item', 'rtpp_wi_data_get_ptr', 'iscompleted', 'pthread_mutex_lock', 'rtpp2re_sa']

15 39 rtpp_ice_lite_worker call site: 00000 /src/rtpproxy/modules/ice_lite/rtpp_ice_lite.c:240

Runtime coverage analysis

Covered functions
567
Functions that are reachable but not covered
43
Reachable functions
148
Percentage of reachable functions covered
70.95%
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
scripts/fuzz/fuzz_command_parser.c 1
scripts/fuzz/rfz_chunk.c 1
scripts/fuzz/rfz_command.c 1
src/rtpp_command.c 10
src/rtpp_mallocs.c 3
src/rtpp_refcnt.c 1
src/rtpp_command_reply.c 1
src/rtpp_util.c 6
src/rtpp_netio_async.c 2
src/rtpp_wi_pkt.c 3
src/rtpp_queue.c 3
src/rtpp_command_parse.c 2
src/../src/commands/rpcpv1_ver.c 1
src/../src/commands/rpcpv1_play.c 3
src/../src/commands/rpcpv1_record.c 3
src/../src/commands/rpcpv1_delete.c 4
src/../src/commands/rpcpv1_ul.c 6
src/rtpp_network.c 3
src/../src/commands/rpcpv1_stats.c 1
src/../src/commands/rpcpv1_ul_subc.c 2
src/rtpp_session.c 5
src/../src/commands/rpcpv1_copy.c 2
src/rtpp_record.c 4
src/rtpp_socket.c 2
src/../src/commands/rpcpv1_norecord.c 3
src/../src/commands/rpcpv1_query.c 2
src/rtpp_log_obj.c 2
src/rtpp_log_stand.c 1
src/rtpp_pipe.c 2
src/rtpp_stream.c 3
src/rtpp_analyzer.c 2
src/rtp_analyze.c 5
src/rtpp_ringbuf.c 2
src/rtpp_pcnt_strm.c 2
src/rtpp_netaddr.c 2
src/rtp_resizer.c 4
src/rtpp_pcount.c 2
src/rtpp_acct.c 2
src/./rtpp_str.h 2
src/rtpp_str.c 1
src/rtpp_ttl.c 2
src/rtpp_time.c 2
src/rtpp_nofile.c 1
src/rtpp_timeout_data.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 32 43.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 42 56.7%
All colors 74 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
11
Reachable functions
15
Percentage of reachable functions covered
26.67%
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
scripts/fuzz/fuzz_rtcp_parser.c 8
modules/acct_rtcp_hep/rtcp2json.c 8

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2 66.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 33.3%
All colors 3 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
2
Reachable functions
3
Percentage of reachable functions covered
33.33%
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
external/xxHash/fuzz/fuzzer.c 3

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 215 26.6%
gold [1:9] 18 2.22%
yellow [10:29] 6 0.74%
greenyellow [30:49] 1 0.12%
lawngreen 50+ 568 70.2%
All colors 808 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
107
Reachable functions
188
Percentage of reachable functions covered
43.09%
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
scripts/fuzz/fuzz_command_parser.c 4
scripts/fuzz/rfz_command.c 7
src/rtpp_command.c 51
src/rtpp_command_reply.c 2
src/rtpp_util.c 6
src/rtpp_netio_async.c 6
src/rtpp_wi_pkt.c 5
src/rtpp_queue.c 8
src/rtpp_command_parse.c 4
src/commands/rpcpv1_ver.c 3
src/rtpp_network.c 11
external/libre/src/sa/ntop.c 9
external/libre/src/fmt/print.c 21
external/libre/src/fmt/str.c 1
external/libre/src/fmt/str_error.c 2
external/libre/src/sa/sa.c 2
src/commands/rpcpv1_play.c 8
src/commands/rpcpv1_record.c 7
src/commands/rpcpv1_delete.c 7
src/commands/rpcpv1_ul.c 51
src/commands/rpcpv1_stats.c 4
src/commands/rpcpv1_ul_subc.c 7
src/commands/rpcpv1_norecord.c 2
src/rtpp_session.c 14
src/commands/rpcpv1_copy.c 13
src/rtpp_record.c 23
src/commands/rpcpv1_query.c 14
src/rtpp_log_obj.c 3
src/rtpp_pipe.c 10
src/rtpp_stream.c 13
src/rtpp_analyzer.c 6
src/rtp_analyze.c 6
src/rtpp_ringbuf.c 5
src/rtpp_pcnt_strm.c 5
src/rtpp_netaddr.c 5
src/rtpp_pcount.c 4
src/rtpp_acct.c 3
src/rtpp_ttl.c 5
src/rtpp_timeout_data.c 3
src/rtp_resizer.c 6

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 765 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 0.39%
All colors 768 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
211
Reachable functions
212
Percentage of reachable functions covered
0.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
external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c 5
external/libucl/src/ucl_parser.c 90
external/libucl/src/ucl_util.c 62
external/libucl/src/ucl_emitter.c 1
external/libucl/src/ucl_msgpack.c 22
external/libucl/src/ucl_hash.c 16
external/libucl/src/ucl_internal.h 10
external/libucl/uthash/utstring.h 6
modules/ice_lite/rtpp_ice_lite.c 1
modules/acct_rtcp_hep/rtpp_arh_conf.c 4
external/libucl/src/ucl_emitter_utils.c 9
libexecinfo/execinfo_testfunc.c 7
libexecinfo/execinfo_luw.c 4
libexecinfo/execinfo.c 6
external/libucl/src/ucl_sexp.c 8

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 11.7%
gold [1:9] 16 47.0%
yellow [10:29] 6 17.6%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 23.5%
All colors 34 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
9
Reachable functions
19
Percentage of reachable functions covered
52.63%
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
scripts/fuzz/fuzz_rtp_parser.c 8
src/rtpp_log_obj.c 3
src/rtpp_analyzer.c 6
src/rtp_analyze.c 6
src/rtpp_ringbuf.c 5
src/rtp_packet.c 2

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 227 27.5%
gold [1:9] 20 2.43%
yellow [10:29] 6 0.72%
greenyellow [30:49] 1 0.12%
lawngreen 50+ 569 69.1%
All colors 823 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
112
Reachable functions
196
Percentage of reachable functions covered
42.86%
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
scripts/fuzz/fuzz_rtp_session.c 10
scripts/fuzz/rfz_utils.c 1
src/rtpp_util.c 12
scripts/fuzz/rfz_command.c 7
src/rtpp_command.c 51
src/rtpp_command_reply.c 2
src/rtpp_netio_async.c 6
src/rtpp_wi_pkt.c 5
src/rtpp_queue.c 8
src/rtpp_command_parse.c 4
src/commands/rpcpv1_ver.c 3
src/rtpp_network.c 11
external/libre/src/sa/ntop.c 9
external/libre/src/fmt/print.c 21
external/libre/src/fmt/str.c 1
external/libre/src/fmt/str_error.c 2
external/libre/src/sa/sa.c 2
src/commands/rpcpv1_play.c 8
src/commands/rpcpv1_record.c 7
src/commands/rpcpv1_delete.c 7
src/commands/rpcpv1_ul.c 51
src/commands/rpcpv1_stats.c 4
src/commands/rpcpv1_ul_subc.c 7
src/commands/rpcpv1_norecord.c 2
src/rtpp_session.c 14
src/commands/rpcpv1_copy.c 13
src/rtpp_record.c 23
src/commands/rpcpv1_query.c 14
src/rtpp_log_obj.c 3
src/rtpp_pipe.c 10
src/rtpp_stream.c 13
src/rtpp_analyzer.c 6
src/rtp_analyze.c 6
src/rtpp_ringbuf.c 5
src/rtpp_pcnt_strm.c 5
src/rtpp_netaddr.c 5
src/rtpp_pcount.c 4
src/rtpp_acct.c 3
src/rtpp_ttl.c 5
src/rtpp_timeout_data.c 3
src/rtp_resizer.c 6

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 758 99.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 4 0.52%
All colors 762 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1798 1798 2 :

['init_config_bail', 'rtpp_cfile_process']

1826 1846 init_config call site: 00000 /src/rtpproxy/src/main.c:756
1029 1064 9 :

['handle_stun_full', 'stun_reply', 'strlen', 'ice_switch_local_role', 'str_isset', 'handle_stun_lite', 're_regex', 'pl_strcmp', 'stun_msg_attr']

1029 1496 icem_stund_recv call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c:248
338 338 1 :

['cand_decode']

338 338 icem_sdp_decode call site: 00000 /src/rtpproxy/libre/../external/libre/src/ice/icesdp.c:298
88 95 9 :

['_rtpp_log_lock', '__errno_location', 'ftime', '_rtpp_log_unlock', 'strerror', 'vsyslog_async', 'fflush', 'strlvl', 'getdtime']

88 95 _rtpp_log_ewrite_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:302
76 83 7 :

['_rtpp_log_lock', 'getdtime', '_rtpp_log_unlock', 'ftime', 'fflush', 'strlvl', 'vsyslog_async']

76 83 _rtpp_log_write_va call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:259
69 69 1 :

['rtp_resizer_enqueue']

69 69 resizer_injest call site: 00000 /src/rtpproxy/src/rtpp_stream.c:228
53 84 5 :

['rtpp_queue_get_item', 'rtpp_queue_get_item_by', 'run_servers', 'dtime2mtimespec', 'getdtime']

57 90 rtpp_proc_servers_run call site: 00000 /src/rtpproxy/src/rtpp_proc_servers.c:188
52 52 1 :

['syslog_async_init']

62 72 _rtpp_log_open call site: 00000 /src/rtpproxy/src/rtpp_log_stand.c:89
52 52 4 :

['tls_peer_fingerprint', 'strcmp', 'setup_srtp_stream', 'tls_srtp_keyinfo']

54 54 rtpp_dtls_conn_dtls_recv call site: 00000 /src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c:417
48 48 1 :

['__rtpp_stream_fill_addr']

48 48 _rtpp_stream_latch call site: 00000 /src/rtpproxy/src/rtpp_stream.c:611
47 47 2 :

['getcwd', 'rtpp_daemon']

134 2338 _rtpp_main call site: 00000 /src/rtpproxy/src/main.c:1095
42 42 1 :

['rtpp_anetio_sendto_na']

42 42 rtpc_reply_deliver call site: 00000 /src/rtpproxy/src/rtpp_command_reply.c:142

Runtime coverage analysis

Covered functions
666
Functions that are reachable but not covered
207
Reachable functions
208
Percentage of reachable functions covered
0.48%
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
external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c 5
external/libucl/src/ucl_util.c 61
external/libucl/src/ucl_parser.c 88
external/libucl/src/ucl_emitter.c 1
external/libucl/src/ucl_msgpack.c 22
external/libucl/src/ucl_hash.c 16
external/libucl/src/ucl_internal.h 10
external/libucl/uthash/utstring.h 6
modules/ice_lite/rtpp_ice_lite.c 1
modules/acct_rtcp_hep/rtpp_arh_conf.c 4
external/libucl/src/ucl_emitter_utils.c 9
libexecinfo/execinfo_testfunc.c 7
libexecinfo/execinfo_luw.c 4
libexecinfo/execinfo.c 6
external/libucl/src/ucl_sexp.c 8

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
LLVMFuzzerInitialize /src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c 2 ['N/A', 'N/A'] 32 0 68 14 6 604 1 3935 1910
invite_resp_handler /src/rtpproxy/external/libre/src/sipsess/connect.c 3 ['int', 'struct sip_msg*', 'void*'] 31 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*'] 16 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%
1165 / 4122
Cyclomatic complexity statically reachable by fuzzers
44.0%
7112 / 16194

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

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

scripts/fuzz/fuzz_rtp_parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['rtpp_analyzer_ctor', 'rtpp_log_ctor']

scripts/fuzz/fuzz_rtcp_parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


scripts/fuzz/fuzz_rtp_session.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['compare_session_tags', 'ul_reply_port', 'ExecuteRTPPCommand', 'rtpp_command_ul_handle', 'create_listener', 'rtpp_command_ul_opts_parse', 'atoi_safe', 'rtpp_session_ematch', 'rtpp_command_split', 'rtpp_rmalloc']

scripts/fuzz/fuzz_command_parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['rtpp_record_ctor', 'rtpp_command_split', 'rtpp_rmalloc', 'rtpp_command_ul_handle', 'rtpp_queue_put_item', 'rtpp_command_ul_opts_parse', 'handle_copy', 'rtpp_record_close']

scripts/fuzz/fuzz_rtcp_parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['rtcp2json', 'LLVMFuzzerTestOneInput']

external/xxHash/fuzz/fuzzer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


scripts/fuzz/fuzz_command_parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['local_itoa', 're_vhprintf', 'rtpp_command_split', 'rtpp_record_ctor', 'write_padded', 'rtpp_session_ctor', 'rtpp_queue_put_item', 'handle_copy']

external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cand_printf_handler']

scripts/fuzz/fuzz_rtp_parser.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['rtpp_ringbuf_ctor', 'rtpp_analyzer_ctor']

scripts/fuzz/fuzz_rtp_session.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['local_itoa', 're_vhprintf', 'rtpp_command_split', 'rtpp_record_ctor', 'write_padded', 'rtpp_session_ctor', 'SeedRNGs', 'rtpp_queue_put_item']

external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cand_printf_handler']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
update_jitter_stats 83 26 31.32% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', 'fuzz_rtp_parser', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
re_vhprintf 274 85 31.02% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
icem_stund_recv 77 20 25.97% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
stun_attr_encode 97 40 41.23% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
stun_ctrans_recv 42 7 16.66% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_acct_csv_open 38 17 44.73% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_acct_csv_ctor 33 15 45.45% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_catch_dtmf_worker 72 16 22.22% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_dtls_ctor 40 18 45.0% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_dtls_conn_ctor 54 25 46.29% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_dtls_conn_dtls_recv 74 38 51.35% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
_rtpp_main 246 88 35.77% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
init_config 459 157 34.20% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_command_async_ctor 76 35 46.05% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
init_pollset 49 23 46.93% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_cmd_acceptor_run 66 23 34.84% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_cmd_queue_run 80 39 48.75% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpc_reply_deliver 35 17 48.57% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_controlfd_init 47 19 40.42% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_ctrl_sock_parse 44 18 40.90% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
controlfd_init_ifsun 43 21 48.83% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
_rtpp_log_write_va 34 9 26.47% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_mif_load 100 45 45.0% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_netio_async_init 54 24 44.44% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_notify_ctor 35 18 51.42% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_proc_async_thread_init 33 17 51.51% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_proc_servers_run 47 24 51.06% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_queue_init 44 22 50.0% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_timed_ctor 48 23 47.91% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_tnotify_set_append 56 25 44.64% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
parse_timeout_sock 78 36 46.15% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
handle_copy 73 40 54.79% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', 'fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
_rtpp_log_ewrite_va 45 10 22.22% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']
rtpp_server_ctor 44 14 31.81% ['/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c']

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

Directories in report

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

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
fuzz_rtp_parser fuzzerLogFile-0-yQLhmttq8u.data fuzzerLogFile-0-yQLhmttq8u.data.yaml fuzz_rtp_parser.covreport
fuzz_rtcp_parser fuzzerLogFile-0-GX4tCerc5h.data fuzzerLogFile-0-GX4tCerc5h.data.yaml fuzz_rtcp_parser.covreport
fuzz_rtp_session fuzzerLogFile-0-gQwrXEGGXv.data fuzzerLogFile-0-gQwrXEGGXv.data.yaml fuzz_rtp_session.covreport
fuzz_command_parser fuzzerLogFile-0-rgG8pfbv66.data fuzzerLogFile-0-rgG8pfbv66.data.yaml fuzz_command_parser.covreport
scripts/fuzz/fuzz_rtcp_parser.c fuzzerLogFile-fuzz_rtcp_parser.data fuzzerLogFile-fuzz_rtcp_parser.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport
external/xxHash/fuzz/fuzzer.c fuzzerLogFile-fuzzer.data fuzzerLogFile-fuzzer.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport
scripts/fuzz/fuzz_command_parser.c fuzzerLogFile-fuzz_command_parser.data fuzzerLogFile-fuzz_command_parser.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport
external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c fuzzerLogFile-ucl_add_string_fuzzer.data fuzzerLogFile-ucl_add_string_fuzzer.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport
scripts/fuzz/fuzz_rtp_parser.c fuzzerLogFile-fuzz_rtp_parser.data fuzzerLogFile-fuzz_rtp_parser.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport
scripts/fuzz/fuzz_rtp_session.c fuzzerLogFile-fuzz_rtp_session.data fuzzerLogFile-fuzz_rtp_session.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport
external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c fuzzerLogFile-ucl_msgpack_fuzzer.data fuzzerLogFile-ucl_msgpack_fuzzer.data.yaml fuzz_rtp_session.covreport , fuzz_command_parser.covreport , fuzz_rtcp_parser.covreport , fuzz_rtp_parser.covreport