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 257 53.7%
gold [1:9] 2 0.41%
yellow [10:29] 1 0.20%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 218 45.6%
All colors 478 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 259 get_indice_table call site: 00259 mp4parse_get_track_audio_info
18 203 get_track_audio_info call site: 00203 mp4parse_new_common
17 71 sample_to_chunk_iter call site: 00071 fuzz_target
17 434 mp4parse_is_fragmented call site: 00434 mp4parse_get_track_audio_info
13 341 SampleToChunkIterator::locate call site: 00341 TimeOffsetIterator::next
11 50 get_pssh_info call site: 00050 fuzz_target
11 466 mp4parse_get_pssh_info call site: 00466 mp4parse_get_track_audio_info
10 417 mp4parse_get_indice_table call site: 00417 fuzz_target
9 382 TimeOffsetIterator::next_offset_time call site: 00382 TimeOffsetIterator::next
8 97 mp4parse_get_track_info call site: 00097
7 24 mp4parse_new call site: 00024 mp4parse_new

Runtime coverage analysis

Covered functions
601
Functions that are reachable but not covered
45
Reachable functions
88
Percentage of reachable functions covered
48.86%
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 65
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 1674 90.0%
gold [1:9] 35 1.88%
yellow [10:29] 21 1.13%
greenyellow [30:49] 13 0.69%
lawngreen 50+ 115 6.18%
All colors 1858 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
325 1031 Track::new call site: 01031 read_trak
317 1357 BMFFBox::bytes_left call site: 01357 fuzz_target
264 370 BMFFBox::bytes_left call site: 00370 read_sinf
124 772 AvifContext::item_as_slice call site: 00772 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
44 218 BoxIter::next_box call site: 00218 BoxIter::next_box
40 969 ColourInformation::colour_type call site: 00969 read_moov
40 1753 DataBox::location call site: 01753 fuzz_target
34 1710 ItemPropertiesBox::is_alpha call site: 01710 TimeOffsetIterator::next
33 263 UnsupportedFeatures::contains call site: 00263 read_avif_meta

Runtime coverage analysis

Covered functions
711
Functions that are reachable but not covered
34
Reachable functions
71
Percentage of reachable functions covered
52.11%
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 11
mp4parse_capi/src/lib.rs 56
mp4parse_capi/tests/test_xhe_aac.rs 7
mp4parse/src/lib.rs 301
mp4parse_capi/fuzz/fuzz_targets/mp4.rs 15
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/src/tests.rs ['avif'] []
/src/mp4parse-rust/mp4parse_capi/tests/test_encryption.rs [] []
/src/mp4parse-rust/mp4parse/benches/avif_benchmark.rs [] []
/src/mp4parse-rust/mp4parse/src/macros.rs ['avif'] []
/src/mp4parse-rust/mp4parse/tests/public.rs ['avif'] []
/src/mp4parse-rust/mp4parse/tests/overflow.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_sample_table.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_rotation.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_chunk_out_of_range.rs [] []
/src/mp4parse-rust/mp4parse_capi/src/lib.rs ['mp4', 'avif'] ['mp4', 'avif']
/src/mp4parse-rust/mp4parse_capi/tests/test_avis.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_workaround_stsc.rs [] []
/src/mp4parse-rust/mp4parse/src/unstable.rs ['mp4', 'avif'] ['mp4', 'avif']
/src/mp4parse-rust/mp4parse_capi/fuzz/fuzz_targets/avif.rs ['avif'] ['avif']
/src/mp4parse-rust/mp4parse_capi/fuzz/fuzz_targets/mp4.rs ['mp4', 'avif'] []
/src/mp4parse-rust/mp4parse_capi/tests/test_colour_info.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_xhe_aac.rs ['mp4', 'avif'] []
/src/mp4parse-rust/mp4parse_capi/examples/dump.rs [] []
/src/mp4parse-rust/mp4parse/src/lib.rs ['mp4', 'avif'] ['mp4', 'avif']
/src/mp4parse-rust/mp4parse_capi/tests/test_fragment.rs [] []
/src/mp4parse-rust/mp4parse/src/boxes.rs [] []
/src/mp4parse-rust/mp4parse_capi/tests/test_afconvert.rs [] []

Directories in report

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