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: rtp_fuzzer

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: rtcp_fuzzer

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: sdp_fuzzer

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
janus_sdp_generate_offer /src/janus-gateway/src/sdp-utils.c 2 ['N/A', 'N/A'] 5 0 1398 256 87 37 0 341 289
janus_sdp_generate_answer_mline /src/janus-gateway/src/sdp-utils.c 3 ['N/A', 'N/A', 'N/A'] 3 0 3173 499 166 36 0 358 252
janus_rtp_simulcasting_context_process_rtp /src/janus-gateway/src/rtp.c 10 ['N/A', 'N/A', 'int', 'N/A', 'int', 'N/A', 'N/A', 'int', 'N/A', 'N/A'] 5 0 2102 375 130 37 0 435 190
janus_rtp_svc_context_process_rtp /src/janus-gateway/src/rtp.c 8 ['N/A', 'N/A', 'int', 'N/A', 'int', 'int', 'N/A', 'N/A'] 4 0 2417 409 131 26 0 287 131
janus_sdp_find_first_codec /src/janus-gateway/src/sdp-utils.c 4 ['N/A', 'int', 'int', 'N/A'] 3 0 369 54 21 18 0 120 82
janus_log_init /src/janus-gateway/src/log.c 4 ['int', 'int', 'N/A', 'N/A'] 4 0 225 42 17 29 0 105 79
janus_rtcp_transport_wide_cc_feedback /src/janus-gateway/src/rtcp.c 6 ['N/A', 'size_t', 'int', 'int', 'char', 'N/A'] 3 0 957 125 43 27 0 103 61
janus_get_codec_from_pt /src/janus-gateway/src/utils.c 2 ['N/A', 'int'] 3 0 449 107 42 17 0 82 42
janus_pidfile_create /src/janus-gateway/src/utils.c 1 ['N/A'] 3 0 417 72 23 25 0 79 37
janus_get_codec_pt /src/janus-gateway/src/utils.c 2 ['N/A', 'N/A'] 3 0 489 102 36 18 0 78 36

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

Functions statically reachable by fuzzers
52.0%
99 / 190
Cyclomatic complexity statically reachable by fuzzers
73.0%
2107 / 2872

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