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 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:136
0 0 None 0 0 __parse_csv_record call site: 00024 /src/opensips/lib/csv.c:206

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_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:136

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 1038 66.3%
gold [1:9] 123 7.86%
yellow [10:29] 33 2.10%
greenyellow [30:49] 11 0.70%
lawngreen 50+ 359 22.9%
All colors 1564 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
2022 2022 2 :

['sip_resolvehost', 'memcmp']

2190 2190 check_ip_address call site: 01039 /src/opensips/resolve.c:632
1885 1893 8 :

['new_part', 'free_sip_body', 'dprint', 'malloc', 'find_line_delimiter', 'parse_single_part', 'dp_time.13632', 'dp_my_pid']

1885 1893 parse_sip_body call site: 00000 /src/opensips/parser/parse_body.c:252
1872 1880 7 :

['new_part', 'find_line_delimiter', 'parse_single_part', 'free_sip_body', 'dp_time.13632', 'dp_my_pid', 'dprint']

1872 1880 parse_sip_body call site: 00000 /src/opensips/parser/parse_body.c:271
1562 1562 1 :

['free_event']

1562 1562 clean_hdr_field call site: 00522 /src/opensips/parser/hf.c:64
1254 1277 3 :

['clen_builder', 'free', 'insert_new_lump_after']

1254 1277 adjust_clen call site: 00956 /src/opensips/msg_translator.c:2038
167 225 5 :

['get_branch_field', 'dp_time.10011', 'dprint', 'pv_get_spec_index', 'dp_my_pid']

167 229 pv_get_branch_fields call site: 00000 /src/opensips/pvar.c:2102
155 155 5 :

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

155 155 check_ip_address call site: 01396 /src/opensips/resolve.c:643
141 141 4 :

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

141 141 pv_parse_spec call site: 00000 /src/opensips/pvar.c:5117
71 71 4 :

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

71 71 pv_get_spec_index call site: 00000 /src/opensips/pvar.c:5345
65 5209 5 :

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

65 5293 pv_get_contact_body call site: 00000 /src/opensips/pvar.c:921
51 51 1 :

['insert_path_as_route']

240 7133 build_req_buf_from_sip_req call site: 00722 /src/opensips/msg_translator.c:2166
47 47 1 :

['get_branch_field']

47 47 get_msg_branch_field call site: 00000 /src/opensips/pvar.c:2165

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

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] 138 19.1%
yellow [10:29] 28 3.89%
greenyellow [30:49] 15 2.08%
lawngreen 50+ 248 34.4%
All colors 719 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
1562 1562 1 :

['free_contact']

1562 1562 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
1562 1562 1 :

['free_contenttype']

1562 1562 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
1562 1562 1 :

['free_event']

1562 1562 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
32 32 1 :

['free_lump_list']

56 56 free_sip_msg call site: 00520 /src/opensips/parser/msg_parser.c:977
13 13 3 :

['dp_time.5721', 'dp_my_pid', 'dprint']

13 13 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
9 9 1 :

['free_reply_lump']

17 17 free_sip_msg call site: 00520 /src/opensips/parser/msg_parser.c:981
7 7 1 :

['free_sdp_ops']

24 24 free_sip_msg call site: 00520 /src/opensips/parser/msg_parser.c:979
7 7 1 :

['free_call_info']

7 7 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
6 6 1 :

['msg_callback_process']

94 1656 free_sip_msg call site: 00518 /src/opensips/parser/msg_parser.c:961
4 4 1 :

['free_supported']

4 4 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
4 4 1 :

['free_allow']

4 4 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64
3 3 1 :

['free_disposition']

3 3 clean_hdr_field call site: 00521 /src/opensips/parser/hf.c:64

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

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 591 129 35 344 0 3856 2177
routes_reload_per_proc /src/opensips/cfg_reload.c 2 ['int', 'N/A'] 29 0 464 80 21 271 1 3662 1843
pv_set_sdp /src/opensips/sdp_ops.c 4 ['N/A', 'N/A', 'int', 'N/A'] 29 0 721 117 35 155 0 2303 671
tcp_read_req /src/opensips/net/proto_tcp/proto_tcp.c 2 ['N/A', 'N/A'] 44 0 572 99 26 299 0 4362 552
_tmrec_expr_check_str /src/opensips/time_rec.c 2 ['N/A', 'size_t'] 31 0 976 186 46 145 1 2050 468
tr_eval_string /src/opensips/transformations.c 4 ['N/A', 'N/A', 'int', 'N/A'] 10 0 4556 607 189 109 0 799 436
w_mi_raise_event /src/opensips/evi/event_interface.c 2 ['N/A', 'N/A'] 27 0 181 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%
720 / 1952
Cyclomatic complexity statically reachable by fuzzers
45.0%
10035 / 22231

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

Directories in report

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