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

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 244 53.8%
gold [1:9] 1 0.22%
yellow [10:29] 2 0.44%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 206 45.4%
All colors 453 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
23 0 EP call site: 00000 mp4parse_new_common
20 241 get_indice_table call site: 00241 mp4parse_get_track_audio_info
18 185 get_track_audio_info call site: 00185 mp4parse_new_common
17 411 mp4parse_is_fragmented call site: 00411 mp4parse_get_track_audio_info
16 70 sample_to_chunk_iter call site: 00070 fuzz_target
13 321 SampleToChunkIterator::locate call site: 00321 TimeOffsetIterator::next
11 441 mp4parse_get_pssh_info call site: 00441 mp4parse_get_track_audio_info
10 49 get_pssh_info call site: 00049 fuzz_target
10 394 mp4parse_get_indice_table call site: 00394 fuzz_target
9 362 TimeOffsetIterator::next_offset_time call site: 00362 TimeOffsetIterator::next
8 96 mp4parse_get_track_info call site: 00096
7 271 get_indice_table call site: 00271 parse_minimal_mp4

Runtime coverage analysis

Covered functions
571
Functions that are reachable but not covered
43
Reachable functions
84
Percentage of reachable functions covered
48.81%
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
mp4parse_capi/fuzz/fuzz_targets/mp4.rs 16
mp4parse_capi/src/lib.rs 63
mp4parse_capi/tests/test_xhe_aac.rs 2
mp4parse/src/lib.rs 15
mp4parse/src/unstable.rs 44

Fuzzer: avif

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 1638 91.7%
gold [1:9] 43 2.40%
yellow [10:29] 71 3.97%
greenyellow [30:49] 3 0.16%
lawngreen 50+ 30 1.68%
All colors 1785 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
334 1290 BMFFBox::bytes_left call site: 01290 fuzz_target
264 370 BMFFBox::bytes_left call site: 00370 read_sinf
264 1025 Track::new call site: 01025 read_trak
117 773 AvifContext::item_as_slice call site: 00773 read_ipma
72 297 BMFFBox::box_iter call site: 00297 read_iinf
63 694 UnsupportedFeatures::insert call site: 00694 read_iprp
58 635 UnsupportedFeatures::insert call site: 00635 read_iloc
45 217 BoxIter::next_box call site: 00217 BoxIter::next_box
41 962 ColourInformation::colour_type call site: 00962 read_moov
40 1680 DataBox::location call site: 01680 fuzz_target
37 1634 ItemPropertiesBox::get call site: 01634 TimeOffsetIterator::next
33 263 UnsupportedFeatures::contains call site: 00263 read_avif_meta

Runtime coverage analysis

Covered functions
677
Functions that are reachable but not covered
35
Reachable functions
70
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
mp4parse_capi/fuzz/fuzz_targets/avif.rs 9
mp4parse_capi/src/lib.rs 55
mp4parse_capi/tests/test_xhe_aac.rs 7
mp4parse/src/lib.rs 294
mp4parse_capi/fuzz/fuzz_targets/mp4.rs 13
mp4parse/src/unstable.rs 19
mp4parse/tests/public.rs 6
mp4parse/src/tests.rs 24
mp4parse/src/macros.rs 2

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/mp4parse-rust/mp4parse_capi/tests/test_xhe_aac.rs ['mp4', 'avif'] []
/src/mp4parse-rust/mp4parse_capi/tests/test_sample_table.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_rotation.rs [] []
/src/mp4parse-rust/mp4parse_capi/examples/dump.rs [] []
/src/mp4parse-rust/mp4parse/src/unstable.rs ['mp4', 'avif'] ['mp4', 'avif']
/src/mp4parse-rust/mp4parse/src/macros.rs ['avif'] []
/src/mp4parse-rust/mp4parse_capi/tests/test_encryption.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_fragment.rs [] []
/src/mp4parse-rust/mp4parse/src/boxes.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_chunk_out_of_range.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_avis.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_afconvert.rs [] []
/src/mp4parse-rust/mp4parse/tests/public.rs ['avif'] []
/src/mp4parse-rust/mp4parse_capi/fuzz/fuzz_targets/avif.rs ['avif'] ['avif']
/src/mp4parse-rust/mp4parse_capi/src/lib.rs ['mp4', 'avif'] ['mp4', 'avif']
/src/mp4parse-rust/mp4parse/benches/avif_benchmark.rs [] []
/src/mp4parse-rust/mp4parse/tests/overflow.rs [] []
/src/mp4parse-rust/mp4parse_capi/fuzz/fuzz_targets/mp4.rs ['mp4', 'avif'] []
/src/mp4parse-rust/mp4parse_capi/tests/test_workaround_stsc.rs [] []
/src/mp4parse-rust/mp4parse/src/lib.rs ['mp4', 'avif'] ['mp4', 'avif']
/src/mp4parse-rust/mp4parse/src/tests.rs ['avif'] []

Directories in report

Directory
/src/mp4parse-rust/mp4parse_capi/src/
/src/mp4parse-rust/mp4parse/src/
/src/mp4parse-rust/mp4parse/benches/
/src/mp4parse-rust/mp4parse_capi/tests/
/src/mp4parse-rust/mp4parse_capi/fuzz/fuzz_targets/
/src/mp4parse-rust/mp4parse_capi/examples/
/src/mp4parse-rust/mp4parse/tests/