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: jbig2_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 114 10.5%
gold [1:9] 134 12.3%
yellow [10:29] 43 3.97%
greenyellow [30:49] 25 2.31%
lawngreen 50+ 765 70.7%
All colors 1081 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 13 jbig2_data_in call site: 00013 jbig2_error
5 802 jbig2_image_resize call site: 00802 jbig2_image_compose
4 371 jbig2_decode_text_region call site: 00371 jbig2_error
3 160 jbig2_arith_new call site: 00160 jbig2_error
3 355 jbig2_decode_generic_template3_unopt call site: 00355 jbig2_error
3 501 jbig2_decode_text_region call site: 00501 jbig2_error
3 861 jbig2_hd_new call site: 00861 jbig2_image_release
2 8 jbig2_ctx_new_imp call site: 00008 jbig2_free
2 128 jbig2_sd_list_referred call site: 00128 jbig2_error
2 155 jbig2_arith_new call site: 00155 jbig2_error
2 166 jbig2_arith_bytein call site: 00166 jbig2_error
2 174 jbig2_huffman_new call site: 00174 jbig2_error

Runtime coverage analysis

Covered functions
128
Functions that are reachable but not covered
5
Reachable functions
125
Percentage of reachable functions covered
96.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
jbig2_fuzzer.cc 1
jbig2dec/jbig2.c 14
jbig2dec/jbig2_segment.c 7
jbig2dec/jbig2_symbol_dict.c 7
jbig2dec/jbig2_image.c 15
jbig2dec/jbig2_halftone.c 8
jbig2dec/jbig2_huffman.c 13
jbig2dec/jbig2_arith.c 4
jbig2dec/jbig2_arith_int.c 3
jbig2dec/jbig2_arith_iaid.c 3
jbig2dec/jbig2_generic.c 18
jbig2dec/jbig2_text.c 2
jbig2dec/jbig2_refinement.c 7
jbig2dec/jbig2_mmr.c 10
jbig2dec/jbig2_page.c 8

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/jbig2dec/jbig2.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_generic.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_mmr.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_segment.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_arith_iaid.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_page.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_image.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_halftone.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_symbol_dict.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_arith_int.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_huffman.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_text.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_arith.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2dec/jbig2_refinement.c ['jbig2_fuzzer'] ['jbig2_fuzzer']
/src/jbig2_fuzzer.cc ['jbig2_fuzzer'] ['jbig2_fuzzer']

Directories in report

Directory
/src/jbig2dec/
/src/