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: libldac_encode_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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 62 29.9%
gold [1:9] 0 0.0%
yellow [10:29] 77 37.1%
greenyellow [30:49] 55 26.5%
lawngreen 50+ 13 6.28%
All colors 207 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
20 54 ldacBT_encode call site: 00054 ldacBT_update_frmlen
10 163 pack_scale_factor_0_ldac call site: 00163 pack_scale_factor_1_ldac
5 125 increase_qu_low_0_ldac call site: 00125 increase_qu_low_ldac
4 182 pack_raw_data_frame_ldac call site: 00182 ldaclib_flush_encode
3 81 set_input_pcm_ldac call site: 00081 byte_data_to_scalar_s24_ldac
3 117 alloc_bits_ldac call site: 00117 decrease_offset_low_ldac
3 137 encode_audio_block_ldac call site: 00137 pack_null_data_frame_ldac
2 2 ldacBT_get_handle call site: 00002 ldacBT_free_handle
2 105 encode_scale_factor_ldac call site: 00105 encode_scale_factor_0_ldac
2 114 alloc_bits_ldac call site: 00114 encode_audio_block_a_ldac
2 152 pack_gradient_ldac call site: 00152 pack_store_ldac
1 44 alloc_encode_ldac call site: 00044 align_ldac

Runtime coverage analysis

Covered functions
94
Functions that are reachable but not covered
19
Reachable functions
113
Percentage of reachable functions covered
83.19%
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
/src/libldac_encode_fuzzer.cc 1
ldacBT_api.c 8
ldaclib_api.c 28
encode_ldac.c 6
ldacBT_internal.c 14
tables_sigproc_ldac.c 1
memory_ldac.c 2
tables_ldac.c 1
setpcm_ldac.c 5
mdct_ldac.c 2
sigana_ldac.c 4
quant_ldac.c 6
bitalloc_ldac.c 9
bitalloc_sub_ldac.c 9
pack_ldac.c 15

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/libldac/src/pack_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/ldacBT_internal.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/quant_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/ldaclib_api.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/tables_sigproc_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/bitalloc_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/mdct_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/encode_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/memory_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/tables_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac_encode_fuzzer.cc ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/sigana_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/bitalloc_sub_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/setpcm_ldac.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']
/src/libldac/src/ldacBT_api.c ['libldac_encode_fuzzer'] ['libldac_encode_fuzzer']

Directories in report

Directory
/src/
/src/libldac/src/