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

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 343 42.3%
gold [1:9] 49 6.04%
yellow [10:29] 11 1.35%
greenyellow [30:49] 3 0.37%
lawngreen 50+ 404 49.8%
All colors 810 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
52 150 tg3__json_to_value call site: 00150 tg3json_stringify
27 592 tg3__parse_from_json call site: 00592 tg3__parse_extras_and_extensions
22 627 tg3__parse_from_json call site: 00627 tg3__parse_extras_and_extensions
20 671 tg3__parse_from_json call site: 00671 tg3__parse_light
20 771 tg3__validate_resources call site: 00771 tg3__validate_range_in_buffer_view
18 714 tg3__parse_from_json call site: 00714 tg3__parse_extras_and_extensions
14 277 tg3__load_external_file call site: 00277 tg3__parse_extras_and_extensions
13 351 tg3__parse_accessor_sparse call site: 00351 tg3__parse_extras_and_extensions
11 395 tg3__parse_primitive call site: 00395 tg3__error_pushf
9 425 tg3__parse_int_array call site: 00425 tg3__error_pushf
9 451 tg3__parse_node call site: 00451 tg3__parse_int_array
9 751 tg3__validate_indices call site: 00751 tg3__error_pushf

Runtime coverage analysis

Covered functions
107
Functions that are reachable but not covered
31
Reachable functions
136
Percentage of reachable functions covered
77.21%
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
tests/v3/fuzzer/fuzz_gltf_v3_c.c 2
tiny_gltf_v3.c 91
./tinygltf_json_c.h 38

Fuzzer: fuzz_gltf_v3

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 259 31.5%
gold [1:9] 41 4.98%
yellow [10:29] 44 5.35%
greenyellow [30:49] 11 1.33%
lawngreen 50+ 467 56.8%
All colors 822 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
52 145 tg3__json_to_value(tg3__parse_ctx*, tg3json_value const*) call site: 00145 tg3json_stringify
39 247 tg3__parse_uint64(tg3__parse_ctx*, tg3json_value const*, char const*, unsigned long*, int, char const*) call site: 00247 tg3_is_data_uri
20 766 tg3__validate_resources(tg3__parse_ctx*, tg3_model const*) call site: 00766 tg3_component_size
18 709 tg3__parse_from_json(tg3__parse_ctx*, tg3json_value const*, tg3_model*) call site: 00709
12 674 tg3__parse_from_json(tg3__parse_ctx*, tg3json_value const*, tg3_model*) call site: 00674
11 390 tg3__parse_primitive(tg3__parse_ctx*, tg3json_value const*, tg3_primitive*) call site: 00390 tg3json_array_get
9 626 tg3__parse_camera(tg3__parse_ctx*, tg3json_value const*, tg3_camera*) call site: 00626
7 324 tg3__parse_accessor(tg3__parse_ctx*, tg3json_value const*, tg3_accessor*) call site: 00324
7 544 tg3__parse_from_json(tg3__parse_ctx*, tg3json_value const*, tg3_model*) call site: 00544
7 636 tg3__parse_camera(tg3__parse_ctx*, tg3json_value const*, tg3_camera*) call site: 00636
6 382 tg3__parse_primitive(tg3__parse_ctx*, tg3json_value const*, tg3_primitive*) call site: 00382 tg3json_object_at
6 423 tg3__parse_int_array(tg3__parse_ctx*, tg3json_value const*, char const*, int const**, unsigned int*, int, char const*) call site: 00423 tg3json_array_get

Runtime coverage analysis

Covered functions
103
Functions that are reachable but not covered
66
Reachable functions
252
Percentage of reachable functions covered
73.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/v3/fuzzer/fuzz_gltf_v3.cc 5
./tiny_gltf_v3.c 91
./tinygltf_json_c.h 38

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.

tests/v3/fuzzer/fuzz_gltf_v3_c.c

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=['tg3__json_to_value', 'tg3__parse_from_json', 'tg3__validate_resources', 'tg3__load_external_file', 'tg3__parse_accessor_sparse', 'tg3__parse_primitive', 'tg3__parse_int_array']

tests/v3/fuzzer/fuzz_gltf_v3.cc

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=['tg3__json_to_value(tg3__parse_ctx*, tg3json_value const*)', 'tg3__parse_uint64(tg3__parse_ctx*, tg3json_value const*, char const*, unsigned long*, int, char const*)', 'tg3__validate_resources(tg3__parse_ctx*, tg3_model const*)', 'tg3__parse_from_json(tg3__parse_ctx*, tg3json_value const*, tg3_model*)', 'tg3__parse_from_json(tg3__parse_ctx*, tg3json_value const*, tg3_model*)', 'tg3__parse_primitive(tg3__parse_ctx*, tg3json_value const*, tg3_primitive*)', 'tg3__parse_camera(tg3__parse_ctx*, tg3json_value const*, tg3_camera*)', 'tg3__parse_accessor(tg3__parse_ctx*, tg3json_value const*, tg3_accessor*)', 'tg3__parse_from_json(tg3__parse_ctx*, tg3json_value const*, tg3_model*)', 'tg3__parse_camera(tg3__parse_ctx*, tg3json_value const*, tg3_camera*)']