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

Project functions overview

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

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

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

Fuzzer details

Fuzzer: fuzz_csv_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 14 38.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 22 61.1%
All colors 36 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 11 __parse_csv_record call site: 00011 dp_my_pid
4 28 __parse_csv_record call site: 00028 dp_my_pid

Runtime coverage analysis

Covered functions
17
Functions that are reachable but not covered
9
Reachable functions
18
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
parser/fuzz_csv_parser.c 1
parser/../str.h 1
lib/csv.c 3
lib/../trim.h 4
lib/../mem/../dprint.h 1
dprint.c 2
./pt.h 1

Fuzzer: fuzz_msg_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 290 40.3%
gold [1:9] 144 20.0%
yellow [10:29] 25 3.47%
greenyellow [30:49] 12 1.66%
lawngreen 50+ 248 34.4%
All colors 719 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
117 600 parse_msg_opt call site: 00600 evi_raise_event_msg
72 525 clean_hdr_field call site: 00525 free_contact
9 177 parse_via call site: 00177 dp_my_pid
9 262 parse_via_param call site: 00262 dp_my_pid
7 351 set_err_reply call site: 00351 dp_my_pid
7 390 get_hdr_field_aux call site: 00390 dp_my_pid
6 231 parse_via call site: 00231 dp_my_pid
4 30 parse_method call site: 00030 method_char
4 473 get_hdr_field_aux call site: 00473 dp_my_pid
3 23 parse_first_line call site: 00023 dp_my_pid
3 91 parse_msg_opt call site: 00091 dp_my_pid
3 98 parse_headers_aux call site: 00098 dp_my_pid

Runtime coverage analysis

Covered functions
40
Functions that are reachable but not covered
60
Reachable functions
94
Percentage of reachable functions covered
36.17%
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
parser/fuzz_msg_parser.c 1
parser/msg_parser.c 5
parser/parse_fline.c 1
parser/../dprint.h 1
dprint.c 2
./pt.h 1
parser/parser_f.h 5
parser/parse_methods.c 2
parser/parser_f.c 1
parser/../ut.h 2
parser/parse_hname2.c 2
parser/parse_via.c 4
errinfo.c 2
./dprint.h 1
parser/parse_cseq.c 2
parser/parse_to.c 5
parser/parse_content.c 2
parser/../mem/../dprint.h 1
msg_callbacks.c 1
parser/hf.c 2
parser/contact/parse_contact.c 1
parser/contact/contact.c 1
parser/parse_param.c 3
parser/../evi/../mem/shm_mem.h 2
parser/../evi/../fastlock.h 3
mem/shm_mem.c 1
evi/event_interface.c 3
evi/../dprint.h 1
evi/evi_transport.c 1
evi/evi_params.c 5
evi/../mem/../dprint.h 1
mem/../dprint.h 1
mem/../fastlock.h 3
action.c 2
./parser/../dprint.h 1
usr_avp.c 2
evi/../fastlock.h 3
evi/../mem/shm_mem.h 2
data_lump.c 2
sdp_ops.c 2
data_lump_rpl.c 1
parser/parse_body.c 1
./evi/../mem/shm_mem.h 2
./evi/../fastlock.h 3
parser/parse_rr.c 2
parser/../mem/shm_mem.h 2
parser/../mem/../fastlock.h 3
parser/digest/digest.c 1
parser/parse_expires.c 1
parser/parse_supported.h 1
parser/parse_allow.h 1
parser/parse_event.c 1
parser/parse_disposition.c 1
parser/parse_sst.c 1
parser/parse_call_info.c 2
parser/parse_authenticate.c 1
parser/parse_fcaps.c 1
parser/parse_security.c 2

Fuzzer: fuzz_uri_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 7 4.57%
gold [1:9] 6 3.92%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 140 91.5%
All colors 153 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 128 parse_uri call site: 00128 dp_my_pid
2 5 parse_uri call site: 00005 time
2 8 parse_uri call site: 00008 my_pid

Runtime coverage analysis

Covered functions
8
Functions that are reachable but not covered
9
Reachable functions
11
Percentage of reachable functions covered
18.18%
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
parser/fuzz_uri_parser.c 1
parser/parse_uri.c 1
parser/../dprint.h 1
dprint.c 2
./pt.h 1

Fuzzer: fuzz_core_funcs

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 1043 66.3%
gold [1:9] 118 7.50%
yellow [10:29] 42 2.67%
greenyellow [30:49] 9 0.57%
lawngreen 50+ 360 22.9%
All colors 1572 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
399 1040 check_ip_address call site: 01040 sip_resolvehost
68 862 prep_reassemble_body_parts call site: 00862 get_hdr_field_aux
67 531 do_free_params call site: 00531 shm_threshold_check
56 777 calculate_body_diff call site: 00777 lump_check_opt
47 601 parse_msg_opt call site: 00601 evi_raise_event_msg
43 1483 apply_msg_changes call site: 01483 lump_check_opt
36 966 int2str call site: 00966 id_builder
33 662 free_sip_msg call site: 00662 free_sip_msg
30 934 build_req_buf_from_sip_req call site: 00934 clen_builder
28 722 LLVMFuzzerTestOneInput call site: 00722 insert_path_as_route
28 1542 reassemble_body_parts call site: 01542 process_lumps
19 754 get_body call site: 00754 dp_my_pid

Runtime coverage analysis

Covered functions
239
Functions that are reachable but not covered
99
Reachable functions
174
Percentage of reachable functions covered
43.1%
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
parser/fuzz_core_funcs.c 3
parser/msg_parser.c 5
parser/parse_fline.c 1
parser/../dprint.h 1
dprint.c 2
./pt.h 1
parser/parser_f.h 5
parser/parse_methods.c 2
parser/parser_f.c 1
parser/../ut.h 2
parser/parse_hname2.c 2
parser/parse_via.c 4
errinfo.c 2
./dprint.h 1
parser/parse_cseq.c 2
parser/parse_to.c 5
parser/parse_content.c 2
parser/../mem/../dprint.h 1
msg_callbacks.c 1
parser/hf.c 2
parser/contact/parse_contact.c 1
parser/contact/contact.c 1
parser/parse_param.c 3
parser/../evi/../mem/shm_mem.h 2
parser/../evi/../fastlock.h 3
mem/shm_mem.c 1
evi/event_interface.c 3
evi/../dprint.h 1
evi/evi_transport.c 1
evi/evi_params.c 5
evi/../mem/../dprint.h 1
mem/../dprint.h 1
mem/../fastlock.h 3
action.c 2
./parser/../dprint.h 1
usr_avp.c 2
evi/../fastlock.h 3
evi/../mem/shm_mem.h 2
data_lump.c 6
sdp_ops.c 3
data_lump_rpl.c 1
parser/parse_body.c 1
./evi/../mem/shm_mem.h 2
./evi/../fastlock.h 3
parser/parse_rr.c 2
parser/../mem/shm_mem.h 2
parser/../mem/../fastlock.h 3
parser/digest/digest.c 1
parser/parse_expires.c 1
parser/parse_supported.h 1
parser/parse_allow.h 1
parser/parse_event.c 1
parser/parse_disposition.c 1
parser/parse_sst.c 1
parser/parse_call_info.c 2
parser/parse_authenticate.c 1
parser/parse_fcaps.c 1
parser/parse_security.c 2
msg_translator.c 17
./sdp_ops.h 1
./parser/msg_parser.h 1
./ut.h 6
./msg_translator.h 2
resolve.c 25
./net/../ip_addr.h 3
./mem/../dprint.h 1
./mem/shm_mem.h 3
./mem/../fastlock.h 3
./parser/../ip_addr.h 1
./net/../mem/shm_mem.h 2
./net/../fastlock.h 3

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
tcp_start_processes /src/opensips/net/net_tcp.c 2 ['N/A', 'N/A'] 48 0 582 129 35 344 0 3856 2177
routes_reload_per_proc /src/opensips/cfg_reload.c 2 ['int', 'N/A'] 29 0 457 80 21 271 1 3664 1845
pv_set_sdp /src/opensips/sdp_ops.c 4 ['N/A', 'N/A', 'int', 'N/A'] 29 0 698 114 34 156 0 2310 678
tcp_read_req /src/opensips/net/proto_tcp/proto_tcp.c 2 ['N/A', 'N/A'] 44 0 559 99 26 299 0 4363 552
_tmrec_expr_check_str /src/opensips/time_rec.c 2 ['N/A', 'size_t'] 31 0 961 186 46 145 1 2050 468
tr_eval_string /src/opensips/transformations.c 4 ['N/A', 'N/A', 'int', 'N/A'] 10 0 4538 607 189 109 0 799 436
w_mi_raise_event /src/opensips/evi/event_interface.c 2 ['N/A', 'N/A'] 27 0 172 34 10 174 0 2065 422

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

Functions statically reachable by fuzzers
37.0%
721 / 1956
Cyclomatic complexity statically reachable by fuzzers
45.0%
10045 / 22251

All functions overview

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

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

Files and Directories in report

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

Files in report

Source file Reached by Covered by
[] []
/src/opensips/./socket_info.h [] []
/src/opensips/net/tcp_common.c [] []
/src/opensips/./mem/rpm_mem.h [] []
/src/opensips/cfg_pp.c [] []
/src/opensips/statistics.c [] []
/src/opensips/ipc.c [] []
/src/opensips/core_stats.c [] []
/src/opensips/sha512.c [] []
/src/opensips/./name_alias.h [] []
/src/opensips/xlog.c [] []
/src/opensips/resolve.c ['fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/cmds.c [] []
/src/opensips/re.c [] []
/src/opensips/pvar.c [] []
/src/opensips/parser/fuzz_csv_parser.c ['fuzz_csv_parser'] ['fuzz_csv_parser']
/src/opensips/map.c [] []
/src/opensips/parser/parse_to.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/md5utils.c [] []
/src/opensips/./str.h [] []
/src/opensips/net/net_tcp.c [] []
/src/opensips/./sdp_ops.h ['fuzz_core_funcs'] []
/src/opensips/sdp_ops.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/./net/../ip_addr.h ['fuzz_core_funcs'] []
/src/opensips/./lib/dbg/../../net/../fastlock.h [] []
/src/opensips/lib/../trim.h ['fuzz_csv_parser'] []
/src/opensips/lib/csv.c ['fuzz_csv_parser'] ['fuzz_csv_parser']
/src/opensips/sr_module_deps.c [] []
/src/opensips/route_struct.c [] []
/src/opensips/timer.c [] []
/src/opensips/error.c [] []
/src/opensips/parser/parse_fline.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/cachedb/cachedb_id.c [] []
/src/opensips/net/proto_tcp/tcp_common.h [] []
/src/opensips/./mem/../mi/item.h [] []
/src/opensips/parser/sdp/sdp.c [] []
/src/opensips/sha1.c [] []
/src/opensips/net/trans.c [] []
/src/opensips/evi/evi_transport.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/pt_scaling.c [] []
/src/opensips/parser/../parser/msg_parser.h [] []
/src/opensips/blacklists.c [] []
/src/opensips/time_rec.c [] []
/src/opensips/flags.c [] []
/src/opensips/parser/parse_allow.h ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/parse_fcaps.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/fuzz_core_funcs.c ['fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/parser/parse_uri.c ['fuzz_uri_parser'] ['fuzz_uri_parser']
/src/opensips/route.c [] []
/src/opensips/dset.c [] []
/src/opensips/parser/parse_rpid.c [] []
/src/opensips/parser/parse_sst.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/db/../ut.h [] []
/src/opensips/parser/../str.h ['fuzz_csv_parser'] []
/src/opensips/mem/f_parallel_malloc_dyn.h [] []
/src/opensips/parser/parse_nameaddr.c [] []
/src/opensips/pt_load.c [] []
/src/opensips/script_var.c [] []
/src/opensips/net/trans_trace.c [] []
/src/opensips/cfg_reload.c [] []
/src/opensips/mi/mi.c [] []
/src/opensips/parser/parse_content.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/mem/rpm_mem.c [] []
/src/opensips/./mem/../hash_func.h [] []
/src/opensips/parser/parser_f.h ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/receive.c [] []
/src/opensips/status_report.c [] []
/src/opensips/net/tcp_passfd.c [] []
/src/opensips/./pt.h ['fuzz_csv_parser', 'fuzz_msg_parser', 'fuzz_uri_parser', 'fuzz_core_funcs'] []
/src/opensips/mem/q_malloc.h [] []
/src/opensips/parser/parse_hname2.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/mem/f_parallel_malloc.h [] []
/src/opensips/./lib/dbg/../../pt.h [] []
/src/opensips/evi/../mem/shm_mem.h ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/cfg.tab.c [] []
/src/opensips/data_lump.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/parser/parse_from.c [] []
/src/opensips/parser/digest/digest.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/./parser/../ip_addr.h ['fuzz_core_funcs'] []
/src/opensips/parser/fuzz_uri_parser.c ['fuzz_uri_parser'] ['fuzz_uri_parser']
/src/opensips/shutdown.c [] []
/src/opensips/parser/parse_event.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/tsend.c [] []
/src/opensips/./blacklists.h [] []
/src/opensips/./parser/parse_uri.h [] []
/src/opensips/daemonize.c [] []
/src/opensips/cachedb/../dprint.h [] []
/src/opensips/parser/parse_body.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/script_cb.c [] []
/src/opensips/parser/msg_parser.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/md5.c [] []
/src/opensips/./msg_translator.h ['fuzz_core_funcs'] []
/src/opensips/crc.c [] []
/src/opensips/./context.h [] []
/src/opensips/db/db_pool.c [] []
/src/opensips/parser/../test/fuzz/fuzz_standalone.h [] []
/src/opensips/./lib/dbg/../../dprint.h [] []
/src/opensips/data_lump_rpl.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/./rw_locking.h [] []
/src/opensips/net/tcp_conn_profile.c [] []
/src/opensips/core_cmds.c [] []
/src/opensips/parser/parse_cseq.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/name_alias.c [] []
/src/opensips/./strcommon.h [] []
/src/opensips/./net/trans.h [] []
/src/opensips/parser/parse_security.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/parse_refer_to.c [] []
/src/opensips/net/net_tcp_report.c [] []
/src/opensips/mem/f_parallel_malloc.c [] []
/src/opensips/action.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/parse_diversion.c [] []
/src/opensips/net/net_udp.c [] []
/src/opensips/parser/parse_expires.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/../trim.h [] []
/src/opensips/sr_module.c [] []
/src/opensips/./ut.h ['fuzz_core_funcs'] []
/src/opensips/cachedb/cachedb.c [] []
/src/opensips/sl_cb.c [] []
/src/opensips/parser/parse_call_info.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/serialize.c [] []
/src/opensips/net/proto_tcp/proto_tcp.c [] []
/src/opensips/net/tcp_conn.h [] []
/src/opensips/mi/fmt.h [] []
/src/opensips/signals.c [] []
/src/opensips/msg_translator.c ['fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/msg_callbacks.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/./lib/list.h [] []
/src/opensips/lib/osips_malloc.h [] []
/src/opensips/context.c [] []
/src/opensips/parser/contact/parse_contact.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/./dprint.h ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/parse_via.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/async.c [] []
/src/opensips/./mi/fmt.h [] []
/src/opensips/db/db_id.c [] []
/src/opensips/net/proto_udp/proto_udp.c [] []
/src/opensips/ip_addr.c [] []
/src/opensips/cachedb/cachedb_pool.c [] []
/src/opensips/./parser/../str.h [] []
/src/opensips/./io_wait.h [] []
/src/opensips/mem/common.c [] []
/src/opensips/./parser/../trim.h [] []
/src/opensips/sha256.c [] []
/src/opensips/lex.yy.c [] []
/src/opensips/db/db_insertq.c [] []
/src/opensips/reactor.c [] []
/src/opensips/parser/../sdp_ops.h [] []
/src/opensips/mem/shm_mem.h [] []
/src/opensips/usr_avp.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/parser/../lib/turbocompare.h [] []
/src/opensips/mem/shm_mem.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/ut.c [] []
/src/opensips/parser/parse_disposition.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/mod_fix.c [] []
/src/opensips/errinfo.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/parser/parse_rr.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/lib/cJSON.c [] []
/src/opensips/trace_api.c [] []
/src/opensips/io_wait.c [] []
/src/opensips/parser/digest/digest_parser.c [] []
/src/opensips/socket_info.c [] []
/src/opensips/./lock_ops.h [] []
/src/opensips/cachedb/../ut.h [] []
/src/opensips/strcommon.c [] []
/src/opensips/net/../ip_addr.h [] []
/src/opensips/forward.c [] []
/src/opensips/parser/fuzz_msg_parser.c ['fuzz_msg_parser'] ['fuzz_msg_parser']
/src/opensips/parser/sdp/sdp_helpr_funcs.c [] []
/src/opensips/mem/q_malloc_dyn.h [] []
/src/opensips/./mem/shm_mem.h ['fuzz_core_funcs'] []
/src/opensips/parser/sdp/sdp.h [] []
/src/opensips/net/net_tcp_proc.c [] []
/src/opensips/cfg.lex [] []
/src/opensips/parser/parse_supported.h ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/../ut.h ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/./lib/dbg/../../net/../mem/shm_mem.h [] []
/src/opensips/evi/event_interface.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/./io_wait_loop.h [] []
/src/opensips/modparam.c [] []
/src/opensips/mi/fmt.c [] []
/src/opensips/parser/parse_ppi.c [] []
/src/opensips/./parser/../qvalue.h [] []
/src/opensips/./evi/../mem/shm_mem.h ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/transformations.c [] []
/src/opensips/./forward.h [] []
/src/opensips/mem/rpm_mem.h [] []
/src/opensips/qvalue.c [] []
/src/opensips/parser/parse_methods.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/mi/item.c [] []
/src/opensips/parser/parser_f.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/parser/parse_param.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/cfg.y [] []
/src/opensips/parser/parse_pai.c [] []
/src/opensips/mem/q_malloc.c [] []
/src/opensips/evi/evi_params.c ['fuzz_msg_parser', 'fuzz_core_funcs'] []
/src/opensips/parser/contact/contact.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/cachedb/cachedb_cap.h [] []
/src/opensips/proxy.c [] []
/src/opensips/parser/sdp/../../ut.h [] []
/src/opensips/mi/../ut.h [] []
/src/opensips/db/db.c [] []
/src/opensips/pt.c [] []
/src/opensips/parser/hf.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_msg_parser', 'fuzz_core_funcs']
/src/opensips/parser/parse_authenticate.c ['fuzz_msg_parser', 'fuzz_core_funcs'] ['fuzz_core_funcs']
/src/opensips/dprint.c ['fuzz_csv_parser', 'fuzz_msg_parser', 'fuzz_uri_parser', 'fuzz_core_funcs'] []
/src/opensips/./parser/msg_parser.h ['fuzz_core_funcs'] []

Directories in report

Directory
/src/opensips/lib/../
/src/opensips/
/src/opensips/cachedb/
/src/opensips/parser/../parser/
/src/opensips/parser/digest/
/src/opensips/net/proto_udp/
/src/opensips/./evi/../mem/
/src/opensips/./lib/
/src/opensips/evi/../mem/
/src/opensips/./lib/dbg/../../net/../mem/
/src/opensips/./net/
/src/opensips/evi/
/src/opensips/./lib/dbg/../../net/../
/src/opensips/./mem/../mi/
/src/opensips/net/proto_tcp/
/src/opensips/mi/
/src/opensips/parser/contact/
/src/opensips/parser/../lib/
/src/opensips/./mi/
/src/opensips/./mem/
/src/opensips/parser/sdp/
/src/opensips/parser/../test/fuzz/
/src/opensips/parser/
/src/opensips/./
/src/opensips/parser/sdp/../../
/src/opensips/parser/../
/src/opensips/./net/../
/src/opensips/./lib/dbg/../../
/src/opensips/lib/
/src/opensips/db/
/src/opensips/mem/
/src/opensips/net/
/src/opensips/mi/../
/src/opensips/./parser/../
/src/opensips/db/../
/src/opensips/cachedb/../
/src/opensips/net/../
/src/opensips/./parser/
/src/opensips/./mem/../