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

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 followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 40 188 __parse_csv_record call site: 00003 /src/opensips/lib/csv.c:83
0 0 None 38 134 __parse_csv_record call site: 00022 /src/opensips/lib/csv.c:138
0 0 None 38 134 __parse_csv_record call site: 00022 /src/opensips/lib/csv.c:163
0 0 None 38 134 __parse_csv_record call site: 00023 /src/opensips/lib/csv.c:184
0 0 None 21 67 __parse_csv_record call site: 00011 /src/opensips/lib/csv.c:109
0 0 None 19 19 push_csv_field call site: 00011 /src/opensips/lib/csv.c:44
0 0 None 0 0 context_alloc call site: 00000 /src/opensips/context.c:121
0 0 None 0 0 ensure_global_context call site: 00000 /src/opensips/context.c:132
0 0 None 0 0 ensure_global_context call site: 00000 /src/opensips/context.c:136
0 0 None 0 0 register_context_destroy call site: 00000 /src/opensips/context.c:67
0 0 None 0 0 init_dset call site: 00000 /src/opensips/dset.c:110
0 0 None 0 0 __parse_csv_record call site: 00024 /src/opensips/lib/csv.c:206

Runtime coverage analysis

Covered functions
20
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.
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_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_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 followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 context_alloc call site: 00000 /src/opensips/context.c:121
0 0 None 0 0 ensure_global_context call site: 00000 /src/opensips/context.c:132
0 0 None 0 0 ensure_global_context call site: 00000 /src/opensips/context.c:136
0 0 None 0 0 register_context_destroy call site: 00000 /src/opensips/context.c:67
0 0 None 0 0 init_dset call site: 00000 /src/opensips/dset.c:110

Runtime coverage analysis

Covered functions
10
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_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 344 42.9%
gold [1:9] 144 17.9%
yellow [10:29] 22 2.74%
greenyellow [30:49] 18 2.24%
lawngreen 50+ 273 34.0%
All colors 801 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

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

['free_contact']

1579 1579 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
1579 1579 1 :

['free_contenttype']

1579 1579 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
1579 1579 1 :

['free_event']

1579 1579 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
35 35 1 :

['free_lump_list']

74 74 free_sip_msg call site: 00558 /src/opensips/parser/msg_parser.c:976
31 31 1 :

['free_reply_lump']

39 39 free_sip_msg call site: 00558 /src/opensips/parser/msg_parser.c:978
29 29 1 :

['free_call_info']

29 29 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
28 28 1 :

['msg_callback_process']

137 1826 free_sip_msg call site: 00550 /src/opensips/parser/msg_parser.c:960
26 26 1 :

['free_supported']

26 26 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
26 26 1 :

['free_allow']

26 26 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
25 25 1 :

['free_disposition']

25 25 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
25 25 1 :

['free_session_expires']

25 25 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64
24 24 1 :

['free_expires']

24 24 clean_hdr_field call site: 00559 /src/opensips/parser/hf.c:64

Runtime coverage analysis

Covered functions
43
Functions that are reachable but not covered
64
Reachable functions
100
Percentage of reachable functions covered
36.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_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
mem/mem.c 2
mem/../dprint.h 1
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/q_malloc_dyn.h 1
mem/q_malloc.c 3
parser/../evi/../mem/q_malloc.h 2
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/../fastlock.h 3
action.c 2
./parser/../dprint.h 1
usr_avp.c 2
evi/../fastlock.h 3
evi/../mem/shm_mem.h 2
evi/../mem/q_malloc.h 2
data_lump.c 2
data_lump_rpl.c 1
parser/parse_body.c 1
./evi/../mem/shm_mem.h 2
./evi/../fastlock.h 3
./evi/../mem/q_malloc.h 2
parser/parse_rr.c 2
parser/../mem/shm_mem.h 2
parser/../mem/../fastlock.h 3
parser/../mem/q_malloc.h 2
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_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 1097 66.4%
gold [1:9] 152 9.20%
yellow [10:29] 13 0.78%
greenyellow [30:49] 10 0.60%
lawngreen 50+ 379 22.9%
All colors 1651 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

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

['sip_resolvehost', 'memcmp']

2221 2221 check_ip_address call site: 01101 /src/opensips/resolve.c:632
1855 1855 1 :

['parse_sip_body']

1920 1930 pv_get_msg_body call site: 00000 /src/opensips/pvar.c:1669
1579 1579 1 :

['free_contenttype']

1579 1579 clean_hdr_field call site: 00560 /src/opensips/parser/hf.c:64
1579 1579 1 :

['free_event']

1579 1579 clean_hdr_field call site: 00560 /src/opensips/parser/hf.c:64
1358 1358 1 :

['prep_reassemble_body_parts']

1358 1358 calculate_body_diff call site: 00833 /src/opensips/msg_translator.c:1886
1229 1277 3 :

['insert_new_lump_after', 'sys_free', 'clen_builder']

1229 1277 adjust_clen call site: 01009 /src/opensips/msg_translator.c:2004
257 257 1 :

['reassemble_body_parts']

257 257 apply_msg_changes call site: 01557 /src/opensips/msg_translator.c:1909
194 270 6 :

['pv_get_spec_index', 'dp_time.9664', 'dprint', 'dp_my_pid', 'get_branch_field', 'get_nr_branches']

194 274 pv_get_branch_fields call site: 00000 /src/opensips/pvar.c:2093
155 155 5 :

['dprint', 'dp_time.8693', 'strncmp', 'rev_resolvehost', 'dp_my_pid']

155 155 check_ip_address call site: 01469 /src/opensips/resolve.c:643
147 147 4 :

['parse_transformation', 'dprint', 'dp_time.9664', 'dp_my_pid']

147 147 pv_parse_spec call site: 00000 /src/opensips/pvar.c:4676
71 71 4 :

['dprint', 'dp_time.9664', 'pv_get_spec_value', 'dp_my_pid']

71 71 pv_get_spec_index call site: 00000 /src/opensips/pvar.c:4904
65 5260 5 :

['parse_contact', 'dp_time.9664', 'dprint', 'dp_my_pid', 'pv_get_null']

65 5344 pv_get_contact_body call site: 00000 /src/opensips/pvar.c:920

Runtime coverage analysis

Covered functions
222
Functions that are reachable but not covered
110
Reachable functions
181
Percentage of reachable functions covered
39.23%
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
mem/mem.c 2
mem/../dprint.h 1
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/q_malloc_dyn.h 3
mem/q_malloc.c 4
parser/../evi/../mem/q_malloc.h 2
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/../fastlock.h 3
action.c 2
./parser/../dprint.h 1
usr_avp.c 2
evi/../fastlock.h 3
evi/../mem/shm_mem.h 2
evi/../mem/q_malloc.h 2
data_lump.c 6
data_lump_rpl.c 1
parser/parse_body.c 1
./evi/../mem/shm_mem.h 2
./evi/../fastlock.h 3
./evi/../mem/q_malloc.h 2
parser/parse_rr.c 2
parser/../mem/shm_mem.h 2
parser/../mem/../fastlock.h 3
parser/../mem/q_malloc.h 2
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
./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
./mem/q_malloc.h 2
./parser/../ip_addr.h 1
./net/../mem/shm_mem.h 2
./net/../fastlock.h 3
./net/../mem/q_malloc.h 2

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

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

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
tcp_start_processes /src/opensips/net/net_tcp.c 2 ['N/A', 'N/A'] 50 0 591 129 35 360 0 3940 2230
routes_reload_per_proc /src/opensips/cfg_reload.c 2 ['int', 'N/A'] 31 0 464 80 21 280 1 3685 1832
parse_sdp /src/opensips/parser/sdp/sdp.c 1 ['N/A'] 30 0 212 46 15 157 0 2245 619
tcp_read_req /src/opensips/net/proto_tcp/proto_tcp.c 2 ['N/A', 'N/A'] 46 0 572 99 26 307 0 4369 557
_tmrec_expr_check_str /src/opensips/time_rec.c 2 ['N/A', 'size_t'] 33 0 976 186 46 154 1 2081 468
tr_eval_string /src/opensips/transformations.c 4 ['N/A', 'N/A', 'int', 'N/A'] 10 0 4556 607 189 111 0 805 436
w_mi_raise_event /src/opensips/evi/event_interface.c 2 ['N/A', 'N/A'] 29 0 181 34 10 183 0 2096 422

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

Functions statically reachable by fuzzers
39.0%
726 / 1867
Cyclomatic complexity statically reachable by fuzzers
47.0%
10017 / 21329

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

Directories in report

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