Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-07-16

Project overview: symphonia

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
0.0%
5 / 2280
Cyclomatic complexity statically reachable by fuzzers
0.0%
0 / 5395
Runtime code coverage of functions
45.0%
1026 / 2280

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

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

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
72
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_ogg.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: decode_vorbis

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 8 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 8 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
7 0 EP call site: 00000

Runtime coverage analysis

Covered functions
37
Functions that are reachable but not covered
8
Reachable functions
10
Percentage of reachable functions covered
20.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
symphonia/fuzz/fuzz_targets/decode_vorbis.rs 8

Fuzzer: decode_flac

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 15 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 15 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
14 0 EP call site: 00000 AdtsHeader::header_len

Runtime coverage analysis

Covered functions
176
Functions that are reachable but not covered
11
Reachable functions
15
Percentage of reachable functions covered
26.67%
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
symphonia/fuzz/fuzz_targets/decode_flac.rs 10
symphonia-codec-aac/src/adts.rs 1

Fuzzer: demux_isomp4

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
150
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_isomp4.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: demux_flac

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
197
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_flac.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: decode_aac

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 5 62.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 37.5%
All colors 8 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
3 0 EP call site: 00000
1 4 AudioCodecParameters::with_sample_rate call site: 00004
1 6 AudioCodecParameters::with_channels call site: 00006

Runtime coverage analysis

Covered functions
258
Functions that are reachable but not covered
2
Reachable functions
8
Percentage of reachable functions covered
75.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
symphonia/fuzz/fuzz_targets/decode_aac.rs 6
symphonia-core/src/codecs/audio.rs 1

Fuzzer: demux_wav

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
167
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_wav.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: demux_mkv

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
98
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_mkv.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: decode_mpa

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 8 66.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 4 33.3%
All colors 12 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
6 5 MpaDecoder::supported_codecs call site: 00005 AdtsHeader::header_len
2 0 EP call site: 00000

Runtime coverage analysis

Covered functions
225
Functions that are reachable but not covered
4
Reachable functions
11
Percentage of reachable functions covered
63.64%
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
symphonia/fuzz/fuzz_targets/decode_mpa.rs 8
symphonia-codec-pcm/src/lib.rs 1
symphonia-codec-aac/src/adts.rs 1

Fuzzer: decode_adpcm

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 12 60.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 40.0%
All colors 20 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
6 5 AdpcmDecoder::supported_codecs call site: 00005 AdtsHeader::header_len
2 0 EP call site: 00000
1 12 AudioCodecParameters::with_sample_rate call site: 00012
1 14 AudioCodecParameters::with_channels call site: 00014
1 16 AudioCodecParameters::with_frames_per_block call site: 00016
1 18 AudioCodecParameters::with_max_frames_per_packet call site: 00018

Runtime coverage analysis

Covered functions
79
Functions that are reachable but not covered
6
Reachable functions
19
Percentage of reachable functions covered
68.42%
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
symphonia/fuzz/fuzz_targets/decode_adpcm.rs 12
symphonia-codec-pcm/src/lib.rs 1
symphonia-codec-aac/src/adts.rs 1
symphonia-core/src/codecs/audio.rs 1

Fuzzer: decode_alac

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 17 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 17 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
16 0 EP call site: 00000 AdtsHeader::header_len

Runtime coverage analysis

Covered functions
122
Functions that are reachable but not covered
11
Reachable functions
15
Percentage of reachable functions covered
26.67%
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
symphonia/fuzz/fuzz_targets/decode_alac.rs 10
symphonia-codec-aac/src/adts.rs 1

Fuzzer: demux_aiff

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
490
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_aiff.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: demux_caf

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 9 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 9 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
8 0 EP call site: 00000

Runtime coverage analysis

Covered functions
86
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.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
symphonia/fuzz/fuzz_targets/demux_caf.rs 2
symphonia/fuzz/src/demuxer.rs 7

Fuzzer: decode_pcm

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 11 31.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 24 68.5%
All colors 35 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
6 22 PcmDecoder::supported_codecs call site: 00022 AdtsHeader::header_len
2 0 EP call site: 00000
1 29 AudioCodecParameters::with_sample_rate call site: 00029
1 31 AudioCodecParameters::with_channels call site: 00031
1 33 AudioCodecParameters::with_bits_per_sample call site: 00033

Runtime coverage analysis

Covered functions
537
Functions that are reachable but not covered
6
Reachable functions
16
Percentage of reachable functions covered
62.5%
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
symphonia/fuzz/fuzz_targets/decode_pcm.rs 11
symphonia-codec-pcm/src/lib.rs 1
symphonia-codec-aac/src/adts.rs 1
symphonia-core/src/codecs/audio.rs 1

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

symphonia/fuzz/fuzz_targets/demux_ogg.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/decode_vorbis.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/decode_flac.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/demux_isomp4.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/demux_flac.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/decode_aac.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['AudioCodecParameters::with_sample_rate', 'AudioCodecParameters::with_channels']

symphonia/fuzz/fuzz_targets/demux_wav.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/demux_mkv.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/decode_mpa.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['MpaDecoder::supported_codecs']

symphonia/fuzz/fuzz_targets/decode_adpcm.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['AdpcmDecoder::supported_codecs', 'AudioCodecParameters::with_sample_rate', 'AudioCodecParameters::with_channels', 'AudioCodecParameters::with_frames_per_block', 'AudioCodecParameters::with_max_frames_per_packet']

symphonia/fuzz/fuzz_targets/decode_alac.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/demux_aiff.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/demux_caf.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


symphonia/fuzz/fuzz_targets/decode_pcm.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['PcmDecoder::supported_codecs', 'AudioCodecParameters::with_sample_rate', 'AudioCodecParameters::with_channels', 'AudioCodecParameters::with_bits_per_sample']

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/symphonia/symphonia-format-isomp4/src/atoms/tkhd.rs [] []
/src/symphonia/symphonia-core/src/audio/mod.rs [] []
/src/symphonia/symphonia-format-ogg/src/mappings/mod.rs [] []
/src/symphonia/symphonia-format-caf/src/demuxer.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/dec3.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_isomp4.rs ['demux_isomp4'] []
/src/symphonia/symphonia-format-isomp4/src/atoms/minf.rs [] []
/src/symphonia/symphonia-common/src/xiph/audio/flac/mod.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_mpa.rs ['decode_mpa'] []
/src/symphonia/symphonia-format-ogg/src/page.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/codebook.rs [] []
/src/symphonia/symphonia-common/src/apple/audio/alac.rs [] []
/src/symphonia/symphonia-core/src/errors.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stss.rs [] []
/src/symphonia/symphonia-check/src/main.rs [] []
/src/symphonia/symphonia-core/src/checksum/crc16.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mod.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/layer3/mod.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/mod.rs [] []
/src/symphonia/symphonia-core/src/meta.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/layer3/codebooks.rs [] []
/src/symphonia/symphonia-metadata/src/utils/id3v2.rs [] []
/src/symphonia/symphonia-core/src/io/media_source_stream.rs [] []
/src/symphonia/symphonia-core/src/io/mod.rs [] []
/src/symphonia/symphonia-core/src/codecs/audio.rs ['decode_aac', 'decode_adpcm', 'decode_pcm'] ['decode_aac', 'decode_adpcm', 'decode_pcm']
/src/symphonia/symphonia-format-caf/src/chunks.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mfhd.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/window.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/synthesis.rs [] []
/src/symphonia/symphonia-core/src/util.rs [] []
/src/symphonia/symphonia-metadata/src/id3v2/mod.rs [] []
/src/symphonia/symphonia-metadata/src/id3v1.rs [] []
/src/symphonia/symphonia-common/src/xiph/audio/vorbis/mod.rs [] []
/src/symphonia/symphonia-core/src/io/bit.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_alac.rs ['decode_alac'] []
/src/symphonia/symphonia-format-ogg/src/mappings/opus.rs [] []
/src/symphonia/symphonia-codec-adpcm/src/common.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/layer3/stereo.rs [] []
/src/symphonia/symphonia-format-isomp4/src/stream.rs [] []
/src/symphonia/symphonia-codec-adpcm/src/codec_ima_wav.rs [] []
/src/symphonia/symphonia-core/src/audio/slice.rs [] []
/src/symphonia/symphonia/fuzz/src/lib.rs [] []
/src/symphonia/symphonia-bundle-flac/src/validate.rs [] []
/src/symphonia/symphonia-format-riff/src/wave/mod.rs [] []
/src/symphonia/symphonia-metadata/src/utils/std_tag.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/layer3/bitstream.rs [] []
/src/symphonia/symphonia-core/src/dsp/fft/simd.rs [] []
/src/symphonia/symphonia-core/src/audio/generic.rs [] []
/src/symphonia/symphonia-core/src/checksum/md5.rs [] []
/src/symphonia/symphonia-format-ogg/src/logical.rs [] []
/src/symphonia/symphonia-common/src/xiph/audio/opus/mod.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/codebooks.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/esds.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_mkv.rs ['demux_mkv'] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stsc.rs [] []
/src/symphonia/symphonia-core/src/packet.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/residue.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/moof.rs [] []
/src/symphonia/symphonia-format-mkv/src/codecs.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/trex.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/co64.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stbl.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/trun.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mdhd.rs [] []
/src/symphonia/symphonia-core/src/audio/util.rs [] []
/src/symphonia/symphonia-format-mkv/src/ebml.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/common.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stts.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/ftyp.rs [] []
/src/symphonia/symphonia-core/src/dsp/fft/no_simd.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/decoder.rs [] []
/src/symphonia/symphonia-metadata/src/utils/images.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_ogg.rs ['demux_ogg'] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_pcm.rs ['decode_pcm'] []
/src/symphonia/symphonia-metadata/src/utils/itunes.rs [] []
/src/symphonia/symphonia-metadata/src/utils/id3v1.rs [] []
/src/symphonia/symphonia-core/src/audio/sample.rs [] []
/src/symphonia/symphonia-core/src/dsp/fft/mod.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stsd.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/lib.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/udta.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/edts.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/layer2/mod.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/flac.rs [] []
/src/symphonia/symphonia-core/src/audio/conv.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_aiff.rs ['demux_aiff'] []
/src/symphonia/symphonia-format-isomp4/src/atoms/trak.rs [] []
/src/symphonia/symphonia-core/src/codecs/video.rs [] []
/src/symphonia/symphonia-play/src/ui.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/traf.rs [] []
/src/symphonia/symphonia-codec-pcm/src/lib.rs ['decode_mpa', 'decode_adpcm', 'decode_pcm'] ['decode_mpa', 'decode_adpcm', 'decode_pcm']
/src/symphonia/symphonia-codec-aac/src/aac/cpe.rs [] []
/src/symphonia/symphonia-core/src/codecs/subtitle.rs [] []
/src/symphonia/symphonia-core/src/common.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mdia.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/ics/tns.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/dsp.rs [] []
/src/symphonia/symphonia-play/src/resampler.rs [] []
/src/symphonia/symphonia-codec-aac/tests/tests.rs [] []
/src/symphonia/symphonia-core/src/codecs/mod.rs [] []
/src/symphonia/symphonia-format-mkv/src/lacing.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/opus.rs [] []
/src/symphonia/symphonia-core/src/checksum/crc8.rs [] []
/src/symphonia/symphonia-format-riff/src/wave/chunks.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/wave.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/hdlr.rs [] []
/src/symphonia/symphonia-format-isomp4/src/demuxer.rs [] []
/src/symphonia/symphonia-core/src/codecs/registry.rs [] []
/src/symphonia/symphonia-format-riff/src/common.rs [] []
/src/symphonia/symphonia-bundle-flac/src/demuxer.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stco.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/elst.rs [] []
/src/symphonia/symphonia-core/src/units.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/dsp.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/floor.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/dac3.rs [] []
/src/symphonia/symphonia-metadata/src/ape.rs [] []
/src/symphonia/symphonia-bundle-flac/src/parser.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/smhd.rs [] []
/src/symphonia/symphonia-metadata/src/id3v2/frames.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mvex.rs [] []
/src/symphonia/symphonia-metadata/src/id3v2/unsync.rs [] []
/src/symphonia/symphonia-format-ogg/src/mappings/flac.rs [] []
/src/symphonia/symphonia-core/src/formats/probe.rs [] []
/src/symphonia/symphonia-metadata/src/utils/base64.rs [] []
/src/symphonia/symphonia-core/src/io/monitor_stream.rs [] []
/src/symphonia/symphonia-format-ogg/src/mappings/vorbis.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/ics/pulse.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/ics/ltp.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/common.rs [] []
/src/symphonia/symphonia-core/src/dsp/mdct.rs [] []
/src/symphonia/symphonia-core/src/audio/buf.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/meta.rs [] []
/src/symphonia/symphonia-codec-aac/src/adts.rs ['decode_flac', 'decode_mpa', 'decode_adpcm', 'decode_alac', 'decode_pcm'] ['decode_flac', 'decode_mpa', 'decode_adpcm', 'decode_alac', 'decode_pcm']
/src/symphonia/symphonia-metadata/src/embedded/flac.rs [] []
/src/symphonia/symphonia-core/src/formats/mod.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/avcc.rs [] []
/src/symphonia/symphonia-bundle-flac/src/frame.rs [] []
/src/symphonia/symphonia-format-ogg/src/demuxer.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mvhd.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_wav.rs ['demux_wav'] []
/src/symphonia/symphonia-format-isomp4/src/fp.rs [] []
/src/symphonia/symphonia-play/src/output.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_adpcm.rs ['decode_adpcm'] []
/src/symphonia/symphonia-codec-aac/src/aac/window.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/tfhd.rs [] []
/src/symphonia/symphonia-codec-alac/src/lib.rs [] []
/src/symphonia/symphonia-core/src/io/scoped_stream.rs [] []
/src/symphonia/symphonia-format-ogg/src/physical.rs [] []
/src/symphonia/symphonia-core/src/io/buf_reader.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/sidx.rs [] []
/src/symphonia/symphonia-codec-adpcm/src/lib.rs [] []
/src/symphonia/symphonia-codec-adpcm/src/common_ima.rs [] []
/src/symphonia/symphonia-play/src/main.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_flac.rs ['demux_flac'] []
/src/symphonia/symphonia-bundle-mp3/src/layer3/requantize.rs [] []
/src/symphonia/symphonia-metadata/src/id3v2/frames/readers.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_aac.rs ['decode_aac'] []
/src/symphonia/symphonia-bundle-mp3/src/layer1/mod.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/demux_caf.rs ['demux_caf'] []
/src/symphonia/symphonia-format-isomp4/src/atoms/ilst.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/dovi.rs [] []
/src/symphonia/symphonia-metadata/src/embedded/vorbis.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/stsz.rs [] []
/src/symphonia/symphonia-format-riff/src/aiff/chunks.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/header.rs [] []
/src/symphonia/symphonia-format-mkv/src/demuxer.rs [] []
/src/symphonia/symphonia-bundle-flac/src/decoder.rs [] []
/src/symphonia/symphonia-codec-vorbis/src/common.rs [] []
/src/symphonia/symphonia/src/lib.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/alac.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/hvcc.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_vorbis.rs ['decode_vorbis'] []
/src/symphonia/symphonia-bundle-mp3/src/demuxer.rs [] []
/src/symphonia/symphonia-codec-adpcm/src/codec_ms.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/moov.rs [] []
/src/symphonia/symphonia-format-mkv/src/tags.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/ics/gain.rs [] []
/src/symphonia/symphonia-common/src/mpeg/formats/mod.rs [] []
/src/symphonia/symphonia-common/src/mpeg/audio/mod.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/mehd.rs [] []
/src/symphonia/symphonia-format-riff/src/aiff/mod.rs [] []
/src/symphonia/symphonia/fuzz/fuzz_targets/decode_flac.rs ['decode_flac'] []
/src/symphonia/symphonia-format-mkv/src/schema.rs [] []
/src/symphonia/symphonia-core/src/audio/channels.rs [] []
/src/symphonia/symphonia-codec-aac/src/aac/ics/mod.rs [] []
/src/symphonia/symphonia-bundle-mp3/src/layer3/hybrid_synthesis.rs [] []
/src/symphonia/symphonia/fuzz/src/demuxer.rs ['demux_ogg', 'demux_isomp4', 'demux_flac', 'demux_wav', 'demux_mkv', 'demux_aiff', 'demux_caf'] []
/src/symphonia/symphonia-core/src/checksum/crc32.rs [] []
/src/symphonia/symphonia/examples/basic-interleaved.rs [] []
/src/symphonia/symphonia-common/src/mpeg/video/mod.rs [] []
/src/symphonia/symphonia-format-mkv/src/segment.rs [] []
/src/symphonia/symphonia-format-isomp4/src/atoms/ctts.rs [] []
/src/symphonia/symphonia-metadata/src/embedded/riff.rs [] []

Directories in report

Directory
/src/symphonia/symphonia-common/src/mpeg/formats/
/src/symphonia/symphonia-common/src/xiph/audio/flac/
/src/symphonia/symphonia-metadata/src/utils/
/src/symphonia/symphonia-common/src/apple/audio/
/src/symphonia/symphonia-codec-adpcm/src/
/src/symphonia/symphonia-format-isomp4/src/
/src/symphonia/symphonia-metadata/src/id3v2/
/src/symphonia/symphonia-codec-aac/src/aac/
/src/symphonia/symphonia-bundle-mp3/src/layer2/
/src/symphonia/symphonia-codec-vorbis/src/
/src/symphonia/symphonia-core/src/codecs/
/src/symphonia/symphonia-common/src/mpeg/video/
/src/symphonia/symphonia-format-riff/src/wave/
/src/symphonia/symphonia-codec-alac/src/
/src/symphonia/symphonia/examples/
/src/symphonia/symphonia-format-isomp4/src/atoms/
/src/symphonia/symphonia-codec-aac/tests/
/src/symphonia/symphonia/src/
/src/symphonia/symphonia-metadata/src/embedded/
/src/symphonia/symphonia-common/src/mpeg/audio/
/src/symphonia/symphonia/fuzz/fuzz_targets/
/src/symphonia/symphonia-core/src/checksum/
/src/symphonia/symphonia-common/src/xiph/audio/vorbis/
/src/symphonia/symphonia-format-riff/src/
/src/symphonia/symphonia-core/src/dsp/
/src/symphonia/symphonia-format-caf/src/
/src/symphonia/symphonia-common/src/xiph/audio/opus/
/src/symphonia/symphonia-codec-aac/src/aac/ics/
/src/symphonia/symphonia-core/src/io/
/src/symphonia/symphonia-bundle-mp3/src/
/src/symphonia/symphonia-format-ogg/src/
/src/symphonia/symphonia/fuzz/src/
/src/symphonia/symphonia-format-mkv/src/
/src/symphonia/symphonia-format-riff/src/aiff/
/src/symphonia/symphonia-format-ogg/src/mappings/
/src/symphonia/symphonia-core/src/dsp/fft/
/src/symphonia/symphonia-bundle-flac/src/
/src/symphonia/symphonia-metadata/src/
/src/symphonia/symphonia-check/src/
/src/symphonia/symphonia-codec-pcm/src/
/src/symphonia/symphonia-core/src/
/src/symphonia/symphonia-bundle-mp3/src/layer3/
/src/symphonia/symphonia-play/src/
/src/symphonia/symphonia-bundle-mp3/src/layer1/
/src/symphonia/symphonia-core/src/audio/
/src/symphonia/symphonia-codec-aac/src/
/src/symphonia/symphonia-core/src/formats/
/src/symphonia/symphonia-metadata/src/id3v2/frames/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
demux_ogg fuzzerLogFile-demux_ogg.data fuzzerLogFile-demux_ogg.data.yaml demux_ogg.covreport
decode_vorbis fuzzerLogFile-decode_vorbis.data fuzzerLogFile-decode_vorbis.data.yaml decode_vorbis.covreport
decode_flac fuzzerLogFile-decode_flac.data fuzzerLogFile-decode_flac.data.yaml decode_flac.covreport
demux_isomp4 fuzzerLogFile-demux_isomp4.data fuzzerLogFile-demux_isomp4.data.yaml demux_isomp4.covreport
demux_flac fuzzerLogFile-demux_flac.data fuzzerLogFile-demux_flac.data.yaml demux_flac.covreport
decode_aac fuzzerLogFile-decode_aac.data fuzzerLogFile-decode_aac.data.yaml decode_aac.covreport
demux_wav fuzzerLogFile-demux_wav.data fuzzerLogFile-demux_wav.data.yaml demux_wav.covreport
demux_mkv fuzzerLogFile-demux_mkv.data fuzzerLogFile-demux_mkv.data.yaml demux_mkv.covreport
decode_mpa fuzzerLogFile-decode_mpa.data fuzzerLogFile-decode_mpa.data.yaml decode_mpa.covreport
decode_adpcm fuzzerLogFile-decode_adpcm.data fuzzerLogFile-decode_adpcm.data.yaml decode_adpcm.covreport
decode_alac fuzzerLogFile-decode_alac.data fuzzerLogFile-decode_alac.data.yaml decode_alac.covreport
demux_aiff fuzzerLogFile-demux_aiff.data fuzzerLogFile-demux_aiff.data.yaml demux_aiff.covreport
demux_caf fuzzerLogFile-demux_caf.data fuzzerLogFile-demux_caf.data.yaml demux_caf.covreport
decode_pcm fuzzerLogFile-decode_pcm.data fuzzerLogFile-decode_pcm.data.yaml decode_pcm.covreport