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

Project overview: rtpproxy

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
9.0%
360 / 4163
Cyclomatic complexity statically reachable by fuzzers
15.0%
2458 / 16372
Runtime code coverage of functions
16.0%
683 / 4163

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 11.1%
gold [1:9] 11 40.7%
yellow [10:29] 6 22.2%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 7 25.9%
All colors 27 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 20 rtpp_analyzer_ctor call site: 00020 rtpp_stats_destroy
1 6 rtpp_log_ctor call site: 00006 _rtpp_log_close

Runtime coverage analysis

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

Files reached

filename functions hit
scripts/fuzz/fuzz_rtp_parser.c 1
src/rtpp_log_obj.c 2
src/rtpp_mallocs.c 3
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

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 167 53.0%
gold [1:9] 1 0.31%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 147 46.6%
All colors 315 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
40 111 compare_session_tags call site: 00111 handle_record
24 186 ul_reply_port call site: 00186 handle_copy
19 91 handle_mod_subc_parse call site: 00091 rtpp_command_ul_look_subc_parse
11 281 rtpp_command_ul_handle_impl call site: 00281 handle_copy
10 55 rtpp_command_ul_opts_parse_inner call site: 00055 extractaddr
9 162 create_listener call site: 00162 rtpp_record_ctor
6 37 ExecuteRTPPCommand call site: 00037 rtpp_command_play_opts_parse
6 44 rtpp_zmalloc call site: 00044 rtpp_command_del_opts_parse
5 74 atoi_safe_sep call site: 00074 setport
5 175 rtpp_session_ematch call site: 00175 ul_reply_port
4 17 rtpp_command_split call site: 00017 rtpp_command_guard_retrans
4 23 rtpp_rmalloc call site: 00023 rtpp_queue_put_item

Runtime coverage analysis

Covered functions
598
Functions that are reachable but not covered
85
Reachable functions
171
Percentage of reachable functions covered
50.29%
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 8
scripts/fuzz/rfz_command.c 1
src/rtpp_command.c 10
src/rtpp_mallocs.c 4
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 10
src/rtpp_network.c 6
src/../src/commands/rpcpv1_stats.c 1
src/../src/commands/rpcpv1_ul_subc.c 4
src/../src/commands/rpcpv1_ul_subc_set.c 1
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 44 14.4%
gold [1:9] 0 0.0%
yellow [10:29] 8 2.62%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 253 82.9%
All colors 305 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
10 119 rtpp_record_ctor call site: 00119 ropen_remote_ctor_pa
4 13 rtpp_command_split call site: 00013 rtpp_command_guard_retrans
4 19 rtpp_rmalloc call site: 00019 rtpp_queue_put_item
3 273 _getdtime call site: 00273 _getdtime
3 277 rtpp_command_ul_handle_impl call site: 00277 handle_copy
2 292 format_ul_reply_result call site: 00292 addr2char_r
2 295 addr2char_r call site: 00295 strlen
1 29 rtpp_queue_put_item call site: 00029 __assert_fail
1 68 atoi_saferange call site: 00068 atoi_safe_sep
1 72 setport call site: 00072 htons
1 74 setport call site: 00074 abort
1 76 rtpp_command_ul_opts_parse_inner call site: 00076 abort

Runtime coverage analysis

Covered functions
588
Functions that are reachable but not covered
47
Reachable functions
164
Percentage of reachable functions covered
71.34%
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 4
src/rtpp_refcnt.c 1
src/rtpp_command_reply.c 1
src/rtpp_util.c 7
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 10
src/rtpp_network.c 6
src/../src/commands/rpcpv1_stats.c 1
src/../src/commands/rpcpv1_ul_subc.c 4
src/../src/commands/rpcpv1_ul_subc_set.c 1
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: 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 following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
471 144 cand_printf_handler call site: 00144 ucl_state_machine
151 616 cand_printf_handler call site: 00616 ucl_parse_msgpack
143 0 EP call site: 00000 ucl_parser_add_string

Runtime coverage analysis

Covered functions
686
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 following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
3 19 rtpp_ringbuf_ctor call site: 00019 RTPP_OBJ_DECREF
1 24 rtpp_analyzer_ctor call site: 00024 RTPP_OBJ_DECREF

Runtime coverage analysis

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

Files reached

filename functions hit
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 250 28.5%
gold [1:9] 16 1.82%
yellow [10:29] 15 1.71%
greenyellow [30:49] 2 0.22%
lawngreen 50+ 592 67.6%
All colors 875 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
26 143 local_itoa call site: 00143 write_padded
19 212 re_vhprintf call site: 00212 inet_ntop6
18 39 rtpp_command_split call site: 00039 rtpp_command_guard_retrans
17 495 rtpp_record_ctor call site: 00495 ropen_remote_ctor_pa
12 195 re_vhprintf call site: 00195 write_padded
10 324 resolve call site: 00324 inet_pton6
9 178 re_vhprintf call site: 00178 re_vhprintf
9 782 rtpp_session_ctor call site: 00782 free
8 134 write_padded call site: 00134 write_padded
6 2 SeedRNGs call site: 00002 open
5 66 rtpp_queue_put_item call site: 00066 sstosa
5 484 handle_copy call site: 00484 rtpp_record_ctor

Runtime coverage analysis

Covered functions
686
Functions that are reachable but not covered
119
Reachable functions
211
Percentage of reachable functions covered
43.6%
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 13
scripts/fuzz/rfz_command.c 7
src/rtpp_command.c 52
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 18
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 61
external/libre/src/sa/pton.c 6
src/commands/rpcpv1_stats.c 4
src/commands/rpcpv1_ul_subc.c 19
src/commands/rpcpv1_ul_subc_set.c 3
src/commands/rpcpv1_norecord.c 2
src/rtpp_session.c 17
src/commands/rpcpv1_copy.c 12
src/rtpp_record.c 24
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 6
src/rtpp_pcount.c 4
src/rtpp_acct.c 3
src/rtpp_ttl.c 4
src/rtpp_timeout_data.c 3
src/rtp_resizer.c 6

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 following nodes represent call sites where fuzz blockers occur.

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

Runtime coverage analysis

Covered functions
686
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 238 27.6%
gold [1:9] 14 1.62%
yellow [10:29] 15 1.74%
greenyellow [30:49] 2 0.23%
lawngreen 50+ 591 68.7%
All colors 860 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
26 131 local_itoa call site: 00131 write_padded
19 200 re_vhprintf call site: 00200 inet_ntop6
18 27 rtpp_command_split call site: 00027 rtpp_command_guard_retrans
17 483 rtpp_record_ctor call site: 00483 ropen_remote_ctor_pa
12 183 re_vhprintf call site: 00183 write_padded
10 312 resolve call site: 00312 inet_pton6
9 166 re_vhprintf call site: 00166 re_vhprintf
9 770 rtpp_session_ctor call site: 00770 free
8 122 write_padded call site: 00122 write_padded
5 54 rtpp_queue_put_item call site: 00054 sstosa
5 472 handle_copy call site: 00472 rtpp_record_ctor
5 514 rtpp_record_ctor call site: 00514 RTPP_LOG

Runtime coverage analysis

Covered functions
686
Functions that are reachable but not covered
114
Reachable functions
203
Percentage of reachable functions covered
43.84%
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 52
src/rtpp_command_reply.c 2
src/rtpp_util.c 7
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 18
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 61
external/libre/src/sa/pton.c 6
src/commands/rpcpv1_stats.c 4
src/commands/rpcpv1_ul_subc.c 19
src/commands/rpcpv1_ul_subc_set.c 3
src/commands/rpcpv1_norecord.c 2
src/rtpp_session.c 17
src/commands/rpcpv1_copy.c 12
src/rtpp_record.c 24
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 6
src/rtpp_pcount.c 4
src/rtpp_acct.c 3
src/rtpp_ttl.c 4
src/rtpp_timeout_data.c 3
src/rtp_resizer.c 6

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 following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
27 46 rtcp2json call site: 00046 rtp_read_sdes
3 6 LLVMFuzzerTestOneInput call site: 00006 rtcp2json
1 0 EP call site: 00000 rtpp_sbuf_ctor
1 2 LLVMFuzzerTestOneInput call site: 00002 sprintf

Runtime coverage analysis

Covered functions
686
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/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 following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
471 140 cand_printf_handler call site: 00140 ucl_state_machine
148 612 cand_printf_handler call site: 00612 ucl_parse_msgpack
139 0 EP call site: 00000 ucl_parser_new

Runtime coverage analysis

Covered functions
686
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'] 21 0 63 14 6 623 1 4075 1923
invite_resp_handler /src/rtpproxy/external/libre/src/sipsess/connect.c 3 ['int', 'struct sip_msg*', 'void*'] 33 0 67 18 27 306 0 1327 1118
rtpp_ice_lite_handle_command /src/rtpproxy/modules/ice_lite/rtpp_ice_lite.c 2 ['N/A', 'N/A'] 17 0 555 78 16 217 0 1070 635
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*'] 17 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*'] 25 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.9%
1188 / 4163
Cyclomatic complexity statically reachable by fuzzers
44.0%
7250 / 16372

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', 'handle_mod_subc_parse', 'rtpp_command_ul_handle_impl', 'rtpp_command_ul_opts_parse_inner', 'create_listener', 'ExecuteRTPPCommand', 'rtpp_zmalloc', 'atoi_safe_sep', 'rtpp_session_ematch']

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', '_getdtime', 'rtpp_command_ul_handle_impl', 'format_ul_reply_result', 'addr2char_r', 'rtpp_queue_put_item', 'atoi_saferange', 'setport']

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', 'resolve', 'rtpp_session_ctor', 'write_padded', 'SeedRNGs']

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', 'resolve', 'rtpp_session_ctor', 'write_padded', 'rtpp_queue_put_item']

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/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% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_rtp_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
re_vhprintf 274 85 31.02% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
icem_stund_recv 77 20 25.97% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
stun_attr_encode 97 40 41.23% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
stun_ctrans_recv 42 7 16.66% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_acct_csv_open 38 17 44.73% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_acct_csv_ctor 32 15 46.87% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_catch_dtmf_worker 72 16 22.22% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_dtls_ctor 39 18 46.15% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_dtls_conn_ctor 53 25 47.16% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_dtls_conn_dtls_recv 74 38 51.35% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_dtls_conn_rtp_send 33 9 27.27% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
_rtpp_main 246 88 35.77% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
init_config 402 135 33.58% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
init_bindaddrs 107 25 23.36% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_command_async_ctor 75 35 46.66% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
init_pollset 49 23 46.93% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_cmd_acceptor_run 66 23 34.84% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_cmd_queue_run 80 39 48.75% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpc_reply_deliver 35 17 48.57% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_controlfd_init 50 19 38.0% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_ctrl_sock_parse 42 18 42.85% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
controlfd_init_ifsun 43 19 44.18% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
_rtpp_log_write_va 33 9 27.27% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_mif_load 100 44 44.0% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_netio_async_init 53 24 45.28% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_notify_ctor 34 18 52.94% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
process_rtp_only 58 18 31.03% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_proc_async_thread_init 33 17 51.51% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_proc_servers_run 47 24 51.06% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_queue_init 43 22 51.16% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_timed_ctor 47 23 48.93% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_tnotify_set_append 56 25 44.64% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
parse_timeout_sock 76 35 46.05% ['fuzz_rtp_session', '/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
_rtpp_log_ewrite_va 44 10 22.72% ['/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_parser.c']
rtpp_server_ctor 43 13 30.23% ['/src/rtpproxy/scripts/fuzz/fuzz_command_parser.c', '/src/rtpproxy/external/xxHash/fuzz/fuzzer.c', 'fuzz_command_parser', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_session.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c', '/src/rtpproxy/external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtp_parser.c', '/src/rtpproxy/scripts/fuzz/fuzz_rtcp_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/external/libre/src/rtp/rr.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/rtp/member.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_math.c [] []
/src/rtpproxy/autosrc/rtpp_timed_task_fin.c [] []
/src/rtpproxy/external/libre/src/main/openssl.c [] []
/src/rtpproxy/src/rtpp_log_obj.c ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/tls/openssl/tls.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_config.h [] []
/src/rtpproxy/src/rtpp_queue.h [] []
/src/rtpproxy/libre/../external/libre/src/list/list.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/str_error.c [] []
/src/rtpproxy/autosrc/rtpp_rw_lock_fin.c [] []
/src/rtpproxy/src/rtpp_sessinfo.c [] []
/src/rtpproxy/external/libre/src/ice/chklist.c [] []
/src/rtpproxy/external/libre/src/natbd/natstr.c [] []
/src/rtpproxy/external/libre/src/bfcp/reply.c [] []
/src/rtpproxy/modules/catch_dtmf/rtpp_catch_dtmf.c [] []
/src/rtpproxy/external/libre/src/sipsess/ack.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/ctrans.c [] []
/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/external/libre/src/stun/ctrans.c [] []
/src/rtpproxy/src/rtpp_str.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['fuzz_rtp_session', 'fuzz_command_parser']
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_gw.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_internal.h [] []
/src/rtpproxy/external/libucl/tests/test_msgpack.c [] []
/src/rtpproxy/src/rtpp_hash_table.c [] []
/src/rtpproxy/src/rtpp_socket.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['fuzz_rtp_session', 'fuzz_command_parser']
/src/rtpproxy/external/libre/src/natbd/genalg.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/candpair.c [] []
/src/rtpproxy/external/libre/src/sdp/msg.c [] []
/src/rtpproxy/src/rtpp_str.h [] []
/src/rtpproxy/external/libelperiodic/src/prdic_main_fd.c [] []
/src/rtpproxy/external/libre/src/sip/sip.c [] []
/src/rtpproxy/src/commands/rpcpv1_ul_subc.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/libre/libre_test.c [] []
/src/rtpproxy/external/libre/src/stun/ind.c [] []
/src/rtpproxy/src/commands/rpcpv1_norecord.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/autosrc/rtpp_sessinfo_fin.h [] []
/src/rtpproxy/external/libre/src/main/init.c [] []
/src/rtpproxy/external/libre/src/dns/hdr.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_emitter.c [] []
/src/rtpproxy/src/rtpp_acct_rtcp.h [] []
/src/rtpproxy/libexecinfo/execinfo_check.c [] []
/src/rtpproxy/external/libre/src/sipsess/listen.c [] []
/src/rtpproxy/external/libre/src/stun/addr.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/src/rtpp_memdeb_stats.h [] []
/src/rtpproxy/external/libelperiodic/src/./prdic_time.h [] []
/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/src/../src/advanced/pproc_manager.c [] []
/src/rtpproxy/external/xxHash/xxhash.h [] []
/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/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/sipevent/msg.c [] []
/src/rtpproxy/pertools/udp_storm/udp_storm.c [] []
/src/rtpproxy/autosrc/rtpp_refproxy_fin.c [] []
/src/rtpproxy/external/libre/src/mod/mod.c [] []
/src/rtpproxy/external/libucl/tests/test_generate.c [] []
/src/rtpproxy/external/libre/src/mod/win32/dll.c [] []
/src/rtpproxy/src/rtpp_pipe.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/stun/req.c [] []
/src/rtpproxy/libre/../external/libre/src/hmac/hmac_sha1.c [] []
/src/rtpproxy/external/xxHash/tests/bench/bhDisplay.c [] []
/src/rtpproxy/external/libre/src/fmt/time.c [] []
/src/rtpproxy/external/libre/src/stun/attr.c [] []
/src/rtpproxy/external/libre/src/sip/addr.c [] []
/src/rtpproxy/external/libre/src/rtp/ntp.c [] []
/src/rtpproxy/external/libre/src/srtp/srtcp.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/allcodecs/dummy.c [] []
/src/rtpproxy/extractaudio/decoder.c [] []
/src/rtpproxy/src/rtpp_autoglitch.c [] []
/src/rtpproxy/src/rtpp_queue.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/../src/commands/rpcpv1_ver.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/autosrc/rtpp_netaddr_fin.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/json/decode_odict.c [] []
/src/rtpproxy/external/libre/src/dbg/dbg.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_norecord.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/mem/mem.c [] []
/src/rtpproxy/external/libre/src/srtp/misc.c [] []
/src/rtpproxy/external/libre/src/tmr/tmr.c [] []
/src/rtpproxy/external/libre/src/dns/cstr.c [] []
/src/rtpproxy/external/libre/src/net/posix/pif.c [] []
/src/rtpproxy/external/libre/src/sdp/media.c [] []
/src/rtpproxy/external/libre/src/rtmp/control.c [] []
/src/rtpproxy/external/libre/src/sip/keepalive_udp.c [] []
/src/rtpproxy/src/rtpp_pcache.c [] []
/src/rtpproxy/external/libre/src/odict/entry.c [] []
/src/rtpproxy/external/libre/src/ice/icesdp.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls.c [] []
/src/rtpproxy/src/rtpp_memdeb_test.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/stunsrv.c [] []
/src/rtpproxy/src/rtpp_rw_lock.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/msg.c [] []
/src/rtpproxy/external/libre/src/odict/odict.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_arch.h [] []
/src/rtpproxy/libre/../external/libre/src/stun/hdr.c [] []
/src/rtpproxy/external/libre/src/http/client.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/print.c [] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/libre/../external/libre/src/stun/attr.c [] []
/src/rtpproxy/src/rtpp_ssrc.h [] []
/src/rtpproxy/src/rtpp_session.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/rtp/sdes.c [] []
/src/rtpproxy/external/libre/src/sipsess/reply.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_sign.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_msgpack.c [] []
/src/rtpproxy/src/commands/rpcpv1_record.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_proc.c [] []
/src/rtpproxy/autosrc/rtpp_stream_fin.c [] []
/src/rtpproxy/external/libre/src/udp/mcast.c [] []
/src/rtpproxy/libre/../external/libre/include/re_fmt.h [] []
/src/rtpproxy/external/libre/src/sip/dialog.c [] []
/src/rtpproxy/external/libre/src/sdp/format.c [] []
/src/rtpproxy/external/libre/src/hash/hash.c [] []
/src/rtpproxy/external/xxHash/fuzz/fuzzer.c ['external/xxHash/fuzz/fuzzer.c'] ['external/xxHash/fuzz/fuzzer.c']
/src/rtpproxy/src/rtpp_proc_wakeup.c [] []
/src/rtpproxy/src/rtpp_wi_data.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_sanity_check.c [] []
/src/rtpproxy/extractaudio/rtpp_loader.c [] []
/src/rtpproxy/external/libre/src/net/net.c [] []
/src/rtpproxy/external/libre/src/stun/stunstr.c [] []
/src/rtpproxy/src/rtpp_modman.c [] []
/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/sa/pton.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/sip/auth.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_delete.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/libre/../external/libre/src/fmt/pl.c [] []
/src/rtpproxy/external/libre/src/sa/printaddr.c [] []
/src/rtpproxy/external/libucl/src/ucl_emitter_streamline.c [] []
/src/rtpproxy/src/rtpp_module_if_static.c [] []
/src/rtpproxy/external/libre/src/dns/ns.c [] []
/src/rtpproxy/src/rtpp_bindargs.c [] []
/src/rtpproxy/libucl/../external/libucl/uthash/utstring.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_chartable.h [] []
/src/rtpproxy/external/libre/src/ice/candpair.c [] []
/src/rtpproxy/src/main.c [] []
/src/rtpproxy/libre/../external/libre/include/re_mbuf.h [] []
/src/rtpproxy/external/libre/src/json/decode.c [] []
/src/rtpproxy/src/rtpp_wi_pkt.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/autosrc/rtpp_pcount_fin.c [] []
/src/rtpproxy/external/libre/src/stun/keepalive.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_pfd.c [] []
/src/rtpproxy/libre/../external/libre/include/re_list.h [] []
/src/rtpproxy/external/libre/src/ice/stunsrv.c [] []
/src/rtpproxy/autosrc/rtpp_command_reply_fin.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_util.c [] []
/src/rtpproxy/external/xxHash/cli/xxhsum.c [] []
/src/rtpproxy/libre/rtpp_re_icesdp.c [] []
/src/rtpproxy/external/libre/src/natbd/mapping.c [] []
/src/rtpproxy/src/rtpp_proc_util.c [] []
/src/rtpproxy/external/libre/src/sipreg/reg.c [] []
/src/rtpproxy/src/commands/rpcpv1_copy.h [] []
/src/rtpproxy/src/librtpp_main.c [] []
/src/rtpproxy/src/rtpp_threads.h [] []
/src/rtpproxy/autosrc/rtpp_pearson_perfect_fin.c [] []
/src/rtpproxy/external/libre/src/rtmp/dechunk.c [] []
/src/rtpproxy/src/rtpp_memdeb_internal.h [] []
/src/rtpproxy/extractaudio/eaud_pcap.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_types.h [] []
/src/rtpproxy/external/libre/src/srtp/stream.c [] []
/src/rtpproxy/src/rtpp_command_rcache.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/external/libre/src/net/sock.c [] []
/src/rtpproxy/external/libre/src/sys/rand.c [] []
/src/rtpproxy/libre/rtpp_re_stub.c [] []
/src/rtpproxy/external/xxHash/tests/bench/hashes.h [] []
/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/libexecinfo/execinfo_testfunc1.c [] []
/src/rtpproxy/autosrc/rtpp_hash_table_fin.c [] []
/src/rtpproxy/external/libre/include/re_bitv.h [] []
/src/rtpproxy/external/libucl/tests/test_speed.c [] []
/src/rtpproxy/external/libre/src/mem/secure.c [] []
/src/rtpproxy/autosrc/rtpp_ttl_fin.c [] []
/src/rtpproxy/external/libre/src/msg/ctype.c [] []
/src/rtpproxy/external/libre/src/dns/rr.c [] []
/src/rtpproxy/src/rtpp_threads.c [] []
/src/rtpproxy/external/libre/src/net/bsd/brt.c [] []
/src/rtpproxy/extractaudio/g729_compat.h [] []
/src/rtpproxy/external/libre/src/fmt/print.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/libre/../external/libre/src/ice/icestr.c [] []
/src/rtpproxy/external/libre/src/http/msg.c [] []
/src/rtpproxy/src/rtpp_timeout_data.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/scripts/fuzz/rfz_chunk.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['fuzz_rtp_session', 'fuzz_command_parser']
/src/rtpproxy/src/rtpp_controlfd.c [] []
/src/rtpproxy/extractaudio/g729_compat.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/addr.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_copy.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/fmt/unicode.c [] []
/src/rtpproxy/src/rtpp_genuid.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_play.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/libexecinfo/stacktraverse.c [] []
/src/rtpproxy/autosrc/rtpp_sessinfo_fin.c [] []
/src/rtpproxy/src/rtpp_log_obj.h [] []
/src/rtpproxy/external/libre/include/re_list.h [] []
/src/rtpproxy/src/rtpp_netaddr.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/sdp/str.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/cand.c [] []
/src/rtpproxy/external/libre/src/rtmp/ctrans.c [] []
/src/rtpproxy/external/libre/src/ice/connchk.c [] []
/src/rtpproxy/src/rtpp_proc_async.c [] []
/src/rtpproxy/extractaudio/rtpp_scan_pcap.c [] []
/src/rtpproxy/external/libre/src/fmt/str.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/../libxxHash/../external/xxHash/xxhash.h [] []
/src/rtpproxy/src/rtpp_memdeb.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_timespecops.h [] []
/src/rtpproxy/autosrc/rtpp_record_fin.c [] []
/src/rtpproxy/external/libre/src/sdp/session.c [] []
/src/rtpproxy/external/libucl/python/src/uclmodule.c [] []
/src/rtpproxy/external/libre/src/tls/openssl/tls_tcp.c [] []
/src/rtpproxy/external/libre/src/srtp/srtp.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_stats.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/net/ifaddrs.c [] []
/src/rtpproxy/src/rtpp_record.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/stun/msg.c [] []
/src/rtpproxy/external/libre/src/mqueue/win32/pipe.c [] []
/src/rtpproxy/src/rtpp_epoll.c [] []
/src/rtpproxy/external/libre/src/fmt/hexdump.c [] []
/src/rtpproxy/src/rtpp_mallocs.h [] []
/src/rtpproxy/external/libre/src/json/encode.c [] []
/src/rtpproxy/src/rtpp_linker_set.h [] []
/src/rtpproxy/external/libre/src/sipsess/connect.c [] []
/src/rtpproxy/external/libre/src/fmt/pl.c [] []
/src/rtpproxy/external/libre/src/tcp/tcp.c [] []
/src/rtpproxy/external/libre/src/uri/uric.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/icem.c [] []
/src/rtpproxy/external/libre/src/rtp/rtcp.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/threading.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/external/libelperiodic/src/prdic_time.h [] []
/src/rtpproxy/external/libucl/src/mum.h [] []
/src/rtpproxy/external/libre/src/rtmp/chunk.c [] []
/src/rtpproxy/src/rtpp_util.h [] []
/src/rtpproxy/external/libre/src/sys/fs.c [] []
/src/rtpproxy/external/xxHash/tests/multiInclude.c [] []
/src/rtpproxy/external/libre/include/re_dbg.h [] []
/src/rtpproxy/external/libre/src/net/rt.c [] []
/src/rtpproxy/external/libelperiodic/src/periodic.c [] []
/src/rtpproxy/libre/../external/libre/src/sa/ntop.c [] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/aes/openssl/aes.c [] []
/src/rtpproxy/external/libre/src/http/server.c [] []
/src/rtpproxy/external/xxHash/tests/sanity_test.c [] []
/src/rtpproxy/src/rtpp_tnotify_tgt.h [] []
/src/rtpproxy/external/libre/src/websock/websock.c [] []
/src/rtpproxy/external/xxHash/tests/sanity_test_vectors_generator.c [] []
/src/rtpproxy/external/libre/src/turn/turnc.c [] []
/src/rtpproxy/src/rtpp_network.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/ice/icestr.c [] []
/src/rtpproxy/src/rtpp_acct.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_codeptr.h [] []
/src/rtpproxy/src/rtpp_wi.h [] []
/src/rtpproxy/src/commands/rpcpv1_query.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libucl/include/ucl++.h [] []
/src/rtpproxy/external/libre/src/rtp/rtp.c [] []
/src/rtpproxy/external/libucl/src/ucl_chartable.h [] []
/src/rtpproxy/external/libre/src/md5/wrap.c [] []
/src/rtpproxy/src/rtpp_pearson_perfect.c [] []
/src/rtpproxy/external/libre/src/bfcp/conn.c [] []
/src/rtpproxy/libre/../external/libre/src/mbuf/mbuf.c [] []
/src/rtpproxy/pertools/udp_contention/udp_contention.c [] []
/src/rtpproxy/external/libre/src/sip/contact.c [] []
/src/rtpproxy/external/libucl/src/ucl_hash.h [] []
/src/rtpproxy/autosrc/rtpp_timed_fin.c [] []
/src/rtpproxy/external/libre/src/sipevent/listen.c [] []
/src/rtpproxy/src/rtpp_port_table.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_ul_subc_set.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/makeann/makeann.c [] []
/src/rtpproxy/src/./rtpp_list.h [] []
/src/rtpproxy/autosrc/rtpp_ringbuf_fin.c [] []
/src/rtpproxy/external/libre/src/dns/res.c [] []
/src/rtpproxy/external/libre/src/sipsess/modify.c [] []
/src/rtpproxy/src/rtpp_log_stand.h [] []
/src/rtpproxy/src/rtpp_sbuf.h [] []
/src/rtpproxy/src/rtpp_command.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libelperiodic/src/prdic_fd.c [] []
/src/rtpproxy/external/libre/src/dns/darwin/srv.c [] []
/src/rtpproxy/src/advanced/pproc_manager.h [] []
/src/rtpproxy/external/libre/src/ice/util.c [] []
/src/rtpproxy/external/libre/src/rtp/sess.c [] []
/src/rtpproxy/src/rtpp_module_if.c [] []
/src/rtpproxy/extractaudio/extractaudio.c [] []
/src/rtpproxy/external/libre/src/net/if.c [] []
/src/rtpproxy/src/rtpp_network.h [] []
/src/rtpproxy/external/libre/src/sip/strans.c [] []
/src/rtpproxy/external/libre/src/stun/hdr.c [] []
/src/rtpproxy/src/rtpp_command_stream.c [] []
/src/rtpproxy/external/libucl/uthash/uthash.h [] []
/src/rtpproxy/autosrc/rtpp_proc_servers_fin.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_main.c [] []
/src/rtpproxy/libexecinfo/execinfo.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libre/src/tls/openssl/tls_udp.c [] []
/src/rtpproxy/external/libre/src/sip/request.c [] []
/src/rtpproxy/external/libre/src/list/list.c [] []
/src/rtpproxy/modules/acct_rtcp_hep/../../external/hepconnector/core_hep.c [] []
/src/rtpproxy/external/libre/src/dns/dname.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_emitter_streamline.c [] []
/src/rtpproxy/external/libre/src/msg/param.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/pool.c [] []
/src/rtpproxy/src/rtpp_glitch.c [] []
/src/rtpproxy/libxxHash/../external/xxHash/xxhash.h [] []
/src/rtpproxy/libre/../external/libre/src/fmt/regex.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/src/rtpp_cfile.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/main.c [] []
/src/rtpproxy/external/xxHash/tests/bench/benchHash.c [] []
/src/rtpproxy/external/libre/src/hmac/openssl/hmac.c [] []
/src/rtpproxy/external/libre/src/main/epoll.c [] []
/src/rtpproxy/autosrc/rtpp_refcnt_fin.c [] []
/src/rtpproxy/src/rtpp_refproxy.c [] []
/src/rtpproxy/src/rtpp_pipe.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_parser.c [] []
/src/rtpproxy/external/libucl/klib/khash.h [] []
/src/rtpproxy/external/libre/include/re_tmr.h [] []
/src/rtpproxy/external/libre/src/bfcp/attr.c [] []
/src/rtpproxy/external/libre/src/fmt/prm.c [] []
/src/rtpproxy/external/libre/src/sdp/util.c [] []
/src/rtpproxy/external/libre/src/sipsess/accept.c [] []
/src/rtpproxy/external/libre/src/net/linux/rt.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/tcp/tcp_high.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/src/../src/commands/rpcpv1_ul.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/stun/stun.h [] []
/src/rtpproxy/external/libre/src/dns/win32/srv.c [] []
/src/rtpproxy/external/libre/src/sipsess/sess.c [] []
/src/rtpproxy/src/rtpp_stats.c [] []
/src/rtpproxy/external/libre/src/ice/icem.c [] []
/src/rtpproxy/external/libre/src/dns/client.c [] []
/src/rtpproxy/src/commands/rpcpv1_delete.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/xxHash/tests/collisions/hashes.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_schema.c [] []
/src/rtpproxy/external/libre/src/odict/type.c [] []
/src/rtpproxy/external/libre/src/sa/ntop.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtp_packet.h [] []
/src/rtpproxy/extractaudio/eaud_pcap.h [] []
/src/rtpproxy/src/rtpp_wi_apis.c [] []
/src/rtpproxy/external/libre/src/rtp/fb.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_arch.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/stun.c [] []
/src/rtpproxy/autosrc/rtpp_modman_fin.c [] []
/src/rtpproxy/src/rtpp_math.c [] []
/src/rtpproxy/src/rtpp_refcnt.h [] []
/src/rtpproxy/external/libre/src/sipevent/notify.c [] []
/src/rtpproxy/external/libre/src/sip/keepalive.c [] []
/src/rtpproxy/external/libre/src/ice/cand.c [] []
/src/rtpproxy/modules/acct_csv/rtpp_acct_csv.c [] []
/src/rtpproxy/external/libre/src/rtmp/stream.c [] []
/src/rtpproxy/src/rtpp_types.h [] []
/src/rtpproxy/src/commands/rpcpv1_ul_subc_set.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtp_resizer.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/../src/commands/rpcpv1_ul_subc.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_ip_chksum.h [] []
/src/rtpproxy/src/rtpp_time.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['fuzz_rtp_session', 'fuzz_command_parser']
/src/rtpproxy/src/commands/rpcpv1_play.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/odict/get.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_weakref.c [] []
/src/rtpproxy/external/libre/src/telev/telev.c [] []
/src/rtpproxy/src/commands/rpcpv1_copy.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libelperiodic/src/prdic_shmtrig.c [] []
/src/rtpproxy/external/libre/src/sipsess/request.c [] []
/src/rtpproxy/src/rtpp_pcnt_strm.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/autosrc/rtpp_weakref_fin.c [] []
/src/rtpproxy/src/rtpp_time.h [] []
/src/rtpproxy/external/libre/src/sys/sys.c [] []
/src/rtpproxy/external/xxHash/cli/xsum_bench.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/sort.cc [] []
/src/rtpproxy/external/libre/src/sip/via.c [] []
/src/rtpproxy/external/libre/src/base64/b64.c [] []
/src/rtpproxy/src/rtpp_pearson.c [] []
/src/rtpproxy/external/libre/src/sdp/attr.c [] []
/src/rtpproxy/autosrc/rtpp_proc_wakeup_fin.c [] []
/src/rtpproxy/external/libelperiodic/src/testskew.c [] []
/src/rtpproxy/external/libre/src/fmt/str_error.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] []
/src/rtpproxy/external/libre/src/bfcp/request.c [] []
/src/rtpproxy/src/rtpp_server.c [] []
/src/rtpproxy/external/libre/src/conf/conf.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/advanced/pproc_manager.c [] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.c [] []
/src/rtpproxy/external/libre/src/lock/win32/lock.c [] []
/src/rtpproxy/external/xxHash/tests/bench/timefn.c [] []
/src/rtpproxy/src/rtpp_stream.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/mqueue/mqueue.c [] []
/src/rtpproxy/external/libre/src/sipevent/subscribe.c [] []
/src/rtpproxy/external/libucl/lua/lua_ucl.c [] []
/src/rtpproxy/external/libre/src/http/chunk.c [] []
/src/rtpproxy/external/libre/src/sip/ctrans.c [] []
/src/rtpproxy/extractaudio/rtpp_scan_adhoc.c [] []
/src/rtpproxy/external/libre/src/net/netstr.c [] []
/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/src/rtpp_command_reply.h [] []
/src/rtpproxy/src/rtpp_nofile.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['fuzz_rtp_session', 'fuzz_command_parser']
/src/rtpproxy/external/libre/src/hmac/hmac_sha1.c [] []
/src/rtpproxy/external/libre/src/sip/cseq.c [] []
/src/rtpproxy/external/libucl/utils/objdump.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/icesdp.c [] []
/src/rtpproxy/autosrc/rtpp_genuid_fin.c [] []
/src/rtpproxy/external/libre/src/turn/chan.c [] []
/src/rtpproxy/src/rtpp_notify.c [] []
/src/rtpproxy/libre/rtpp_re.c [] []
/src/rtpproxy/external/libre/src/net/sockopt.c [] []
/src/rtpproxy/external/xxHash/tests/collisions/threading.h [] []
/src/rtpproxy/src/rtpp_network_io.c [] []
/src/rtpproxy/extractaudio/session.h [] []
/src/rtpproxy/extractaudio/srtp_util.c [] []
/src/rtpproxy/autosrc/rtpp_socket_fin.c [] []
/src/rtpproxy/external/libre/src/hash/func.c [] []
/src/rtpproxy/external/libre/src/stun/dnsdisc.c [] []
/src/rtpproxy/external/libucl/tests/test_schema.c [] []
/src/rtpproxy/extractaudio/eaud_substreams.c [] []
/src/rtpproxy/modules/acct_rtcp_hep/rtpp_acct_rtcp_hep.c [] []
/src/rtpproxy/autosrc/rtpp_log_obj_fin.c [] []
/src/rtpproxy/external/libre/src/natbd/filtering.c [] []
/src/rtpproxy/src/rtpp_proc_servers.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/comp.c [] []
/src/rtpproxy/autosrc/rtpp_pcnt_strm_fin.c [] []
/src/rtpproxy/libucl/../external/libucl/src/mum.h [] []
/src/rtpproxy/autosrc/rtpp_bindaddrs_fin.c [] []
/src/rtpproxy/src/rtpp_proc_ttl.c [] []
/src/rtpproxy/modules/acct_rtcp_hep/rtcp.h [] []
/src/rtpproxy/scripts/fuzz/fuzz_standalone.h [] []
/src/rtpproxy/libre/../external/libre/src/sa/sa.c [] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libucl/uthash/utlist.h [] []
/src/rtpproxy/autosrc/rtpp_command_rcache_fin.c [] []
/src/rtpproxy/external/hepconnector/core_hep.c [] []
/src/rtpproxy/src/rtpp_log.h [] []
/src/rtpproxy/extractaudio/eaud_oformats.c [] []
/src/rtpproxy/src/rtpp_pcount.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_glitch.h [] []
/src/rtpproxy/external/libre/src/bfcp/msg.c [] []
/src/rtpproxy/libre/rtpp_re_dbg.c [] []
/src/rtpproxy/external/libucl/klib/kvec.h [] []
/src/rtpproxy/external/libre/src/dns/rrlist.c [] []
/src/rtpproxy/src/rtpp_stacktrace.c [] []
/src/rtpproxy/external/libre/src/sys/endian.c [] []
/src/rtpproxy/extractaudio/eaud_adhoc.c [] []
/src/rtpproxy/external/libre/src/fmt/ch.c [] []
/src/rtpproxy/extractaudio/eaud_adhoc.h [] []
/src/rtpproxy/src/rtpp_objck.c [] []
/src/rtpproxy/src/rtpp_rzmalloc_perf.c [] []
/src/rtpproxy/external/libre/src/rtmp/conn.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/external/libre/src/crc32/crc32.c [] []
/src/rtpproxy/src/rtpp_controlfd.h [] []
/src/rtpproxy/libexecinfo/execinfo_internal.h [] []
/src/rtpproxy/external/libre/src/natbd/hairpinning.c [] []
/src/rtpproxy/autosrc/rtpp_server_fin.c [] []
/src/rtpproxy/autosrc/rtpp_stats_fin.c [] []
/src/rtpproxy/external/libre/src/stun/stun.c [] []
/src/rtpproxy/src/./rtpp_str.h ['fuzz_rtp_session', 'fuzz_command_parser'] []
/src/rtpproxy/external/xxHash/tests/bench/benchfn.c [] []
/src/rtpproxy/autosrc/rtpp_port_table_fin.c [] []
/src/rtpproxy/external/libre/src/sys/sleep.c [] []
/src/rtpproxy/src/rtpp_ringbuf.c ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtp.h [] []
/src/rtpproxy/src/rtpp_fintest.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/external/libre/src/ice/comp.c [] []
/src/rtpproxy/extractaudio/eaud_crypto.c [] []
/src/rtpproxy/src/rtpp_analyzer.c ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/natbd/lifetime.c [] []
/src/rtpproxy/external/libre/src/jbuf/jbuf.c [] []
/src/rtpproxy/external/libre/src/net/win32/wif.c [] []
/src/rtpproxy/src/rtpp_cfg.h [] []
/src/rtpproxy/src/rtp_resizer.h [] []
/src/rtpproxy/external/libre/include/re_fmt.h [] []
/src/rtpproxy/libre/../external/libre/src/sys/endian.c [] []
/src/rtpproxy/external/libelperiodic/src/prdic_main_pfd.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/libre/../external/libre/src/crc32/crc32.c [] []
/src/rtpproxy/src/rtpp_command_reply.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/fmt/regex.c [] []
/src/rtpproxy/external/libucl/uthash/utstring.h ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/src/rtpp_list.h [] []
/src/rtpproxy/external/libre/include/re_mbuf.h [] []
/src/rtpproxy/external/libre/src/sha/sha1.c [] []
/src/rtpproxy/libre/../external/libre/src/ice/util.c [] []
/src/rtpproxy/autosrc/rtpp_pipe_fin.c [] []
/src/rtpproxy/src/rtp_analyze.c ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_parser', 'fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_parser.c', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libucl/src/ucl_schema.c [] []
/src/rtpproxy/src/rtpp_acct.h [] []
/src/rtpproxy/autosrc/rtpp_analyzer_fin.c [] []
/src/rtpproxy/src/rtpp_defines.h [] []
/src/rtpproxy/external/libre/src/rtmp/amf_dec.c [] []
/src/rtpproxy/external/libre/src/rtmp/amf_enc.c [] []
/src/rtpproxy/libre/../external/libre/src/sys/rand.c [] []
/src/rtpproxy/external/libre/src/main/main.c [] []
/src/rtpproxy/src/rtpp_debug.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_hash.c [] []
/src/rtpproxy/src/../src/commands/rpcpv1_query.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libelperiodic/src/prdic_recfilter.c [] []
/src/rtpproxy/libre/../external/libre/src/stun/rep.c [] []
/src/rtpproxy/src/commands/rpcpv1_ver.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/xxHash/cli/xsum_os_specific.c [] []
/src/rtpproxy/external/libre/src/mbuf/mbuf.c [] []
/src/rtpproxy/src/commands/rpcpv1_ul.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_wi_sgnl.h [] []
/src/rtpproxy/external/libelperiodic/src/prdic_math.h [] []
/src/rtpproxy/src/rtpp_sbuf.c ['fuzz_rtcp_parser'] ['fuzz_rtcp_parser']
/src/rtpproxy/modules/acct_rtcp_hep/rtpp_arh_conf.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/external/libucl/src/ucl_hash.c ['external/libucl/tests/fuzzers/ucl_add_string_fuzzer.c', 'external/libucl/tests/fuzzers/ucl_msgpack_fuzzer.c'] []
/src/rtpproxy/modules/dtls_gw/rtpp_dtls_conn.h [] []
/src/rtpproxy/src/rtpp_wi_sgnl.c [] []
/src/rtpproxy/src/rtpp_module.h [] []
/src/rtpproxy/src/rtpp_tnotify_set.c [] []
/src/rtpproxy/src/commands/rpcpv1_stats.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/advanced/packet_processor.h [] []
/src/rtpproxy/external/libre/src/http/auth.c [] []
/src/rtpproxy/external/libre/src/md5/md5.c [] []
/src/rtpproxy/external/libucl/src/tree.h [] []
/src/rtpproxy/external/libre/src/sys/daemon.c [] []
/src/rtpproxy/external/libre/src/sip/transp.c [] []
/src/rtpproxy/external/libre/src/rtp/source.c [] []
/src/rtpproxy/src/rtpp_bindaddrs.c [] []
/src/rtpproxy/external/libre/src/sipsess/close.c [] []
/src/rtpproxy/src/rtpp_command_parse.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/include/re_sys.h [] []
/src/rtpproxy/external/libre/src/rtmp/hdr.c [] []
/src/rtpproxy/external/libre/src/stun/rep.c [] []
/src/rtpproxy/src/rtpp_syslog_async.c [] []
/src/rtpproxy/external/libre/src/turn/perm.c [] []
/src/rtpproxy/external/libre/src/sipsess/info.c [] []
/src/rtpproxy/libre/../external/libre/src/fmt/str.c [] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/xxHash/cli/xsum_output.c [] []
/src/rtpproxy/src/rtpp_timed.c [] []
/src/rtpproxy/src/rtpp_proc.h [] []
/src/rtpproxy/external/libre/src/srtp/replay.c [] []
/src/rtpproxy/external/libre/src/httpauth/digest.c [] []
/src/rtpproxy/scripts/fuzz/rfz_command.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/libucl/../external/libucl/src/ucl_emitter_utils.c [] []
/src/rtpproxy/src/rtpp_ucl.c [] []
/src/rtpproxy/src/rtpp_ttl.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_util.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/udp/udp.c [] []
/src/rtpproxy/external/libre/include/re_types.h [] []
/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/rtpp_command_async.c [] []
/src/rtpproxy/src/rtp.c [] []
/src/rtpproxy/src/rtpp_memdeb.h [] []
/src/rtpproxy/external/libre/src/sip/reply.c [] []
/src/rtpproxy/external/libre/src/rtmp/amf.c [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_sexp.c [] []
/src/rtpproxy/external/libre/src/sip/msg.c [] []
/src/rtpproxy/libre/../external/libre/src/net/netstr.c [] []
/src/rtpproxy/external/libre/src/rtp/pkt.c [] []
/src/rtpproxy/external/xxHash/tests/bench/main.c [] []
/src/rtpproxy/src/rtpp_module_acct.h [] []
/src/rtpproxy/external/libre/src/main/method.c [] []
/src/rtpproxy/src/rtpp_netio_async.c ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['fuzz_rtp_session', 'fuzz_command_parser', 'scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libucl/utils/chargen.c [] []
/src/rtpproxy/src/rtpp_acct_rtcp.c [] []
/src/rtpproxy/external/xxHash/xxh_x86dispatch.c [] []
/src/rtpproxy/libre/../external/libre/src/sa/pton.c [] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/rtpp_autoglitch.h [] []
/src/rtpproxy/external/libucl/include/ucl.h [] []
/src/rtpproxy/libucl/../external/libucl/src/ucl_util.c [] []
/src/rtpproxy/external/libre/src/sa/sa.c ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/src/../src/commands/rpcpv1_record.c ['fuzz_rtp_session', 'fuzz_command_parser'] ['scripts/fuzz/fuzz_rtp_session.c', 'scripts/fuzz/fuzz_command_parser.c']
/src/rtpproxy/external/libre/src/uri/uri.c [] []
/src/rtpproxy/src/rtpp_coverage.c [] []
/src/rtpproxy/autosrc/rtpp_module_if_fin.c [] []

Directories in report

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

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-lbjooyI3La.data fuzzerLogFile-0-lbjooyI3La.data.yaml fuzz_rtp_parser.covreport
fuzz_rtcp_parser fuzzerLogFile-0-IMJ3p92CuN.data fuzzerLogFile-0-IMJ3p92CuN.data.yaml fuzz_rtcp_parser.covreport
fuzz_rtp_session fuzzerLogFile-0-iLvEnnSl8E.data fuzzerLogFile-0-iLvEnnSl8E.data.yaml fuzz_rtp_session.covreport
fuzz_command_parser fuzzerLogFile-0-s1pkGBup68.data fuzzerLogFile-0-s1pkGBup68.data.yaml fuzz_command_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/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
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/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