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

Project overview: glaze

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
1.0%
11 / 1734
Cyclomatic complexity statically reachable by fuzzers
0.0%
16 / 3984
Runtime code coverage of functions
0.0%
1 / 1734

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

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 1 20.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 4 80.0%
All colors 5 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
1 1 LLVMFuzzerTestOneInput call site: 00001

Runtime coverage analysis

Covered functions
31
Functions that are reachable but not covered
3
Reachable functions
4
Percentage of reachable functions covered
25.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
fuzzing/json_minify.cpp 3
include/glaze/json/minify.hpp 1

Fuzzer: json_roundtrip_string

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 28 93.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 2 6.66%
All colors 30 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
28 1 LLVMFuzzerTestOneInput call site: 00001 glz::write_json

Runtime coverage analysis

Covered functions
41
Functions that are reachable but not covered
9
Reachable functions
10
Percentage of reachable functions covered
10.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
fuzzing/json_roundtrip_string.cpp 2
fuzzing/json_exhaustive_roundtrip_int.cpp 11
include/glaze/json/write.hpp 3
include/glaze/core/write.hpp 3
tests/json_test/json_test.cpp 1
tests/csv_test/csv_test.cpp 1

Fuzzer: json_prettify

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 1 20.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 4 80.0%
All colors 5 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
1 1 LLVMFuzzerTestOneInput call site: 00001

Runtime coverage analysis

Covered functions
30
Functions that are reachable but not covered
3
Reachable functions
4
Percentage of reachable functions covered
25.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
fuzzing/json_prettify.cpp 3
include/glaze/json/prettify.hpp 1

Fuzzer: json_with_comments

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

Runtime coverage analysis

Covered functions
160
Functions that are reachable but not covered
3
Reachable functions
4
Percentage of reachable functions covered
25.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
fuzzing/json_with_comments.cpp 4

Fuzzer: csv_parsing

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

Runtime coverage analysis

Covered functions
150
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.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
fuzzing/csv_parsing.cpp 2

Fuzzer: json_reflection

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

Runtime coverage analysis

Covered functions
194
Functions that are reachable but not covered
5
Reachable functions
6
Percentage of reachable functions covered
16.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
fuzzing/json_reflection.cpp 4

Fuzzer: binary_reflection

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 50.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 5 50.0%
All colors 10 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
5 2 LLVMFuzzerTestOneInput call site: 00002 glz::resize

Runtime coverage analysis

Covered functions
277
Functions that are reachable but not covered
11
Reachable functions
12
Percentage of reachable functions covered
8.33%
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
fuzzing/binary_reflection.cpp 4
include/glaze/beve/beve_to_json.hpp 4
include/glaze/thread/async_string.hpp 1

Fuzzer: json_generic

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 52.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 47.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
9 4 LLVMFuzzerTestOneInput call site: 00004 should_suppress_error

Runtime coverage analysis

Covered functions
250
Functions that are reachable but not covered
7
Reachable functions
8
Percentage of reachable functions covered
12.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
fuzzing/json_generic.cpp 5
include/glaze/json/json_t.hpp 3
include/glaze/util/dump.hpp 4

Fuzzer: json_roundtrip_floating

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 28 90.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 9.67%
All colors 31 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
28 1 LLVMFuzzerTestOneInput call site: 00001 glz::write_json

Runtime coverage analysis

Covered functions
273
Functions that are reachable but not covered
9
Reachable functions
10
Percentage of reachable functions covered
10.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
fuzzing/json_roundtrip_floating.cpp 2
fuzzing/json_exhaustive_roundtrip_int.cpp 11
include/glaze/json/write.hpp 3
include/glaze/core/write.hpp 3
tests/json_test/json_test.cpp 1
tests/csv_test/csv_test.cpp 1

Fuzzer: json_roundtrip_int

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 28 75.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 24.3%
All colors 37 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
28 1 LLVMFuzzerTestOneInput call site: 00001 glz::write_json

Runtime coverage analysis

Covered functions
245
Functions that are reachable but not covered
9
Reachable functions
10
Percentage of reachable functions covered
10.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
fuzzing/json_roundtrip_int.cpp 2
fuzzing/json_exhaustive_roundtrip_int.cpp 11
include/glaze/json/write.hpp 3
include/glaze/core/write.hpp 3
tests/json_test/json_test.cpp 1
tests/csv_test/csv_test.cpp 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
glz::read_jmespath /src/glaze/include/glaze/json/jmespath.hpp 3 ['jmespath_expression', 'T', 'Buffer'] 5 0 193 48 60 75 0 217 215
glz::detail::beve_to_json_value /src/glaze/include/glaze/beve/beve_to_json.hpp 6 ['auto', 'auto', 'auto', 'Buffer', 'auto', 'uint32_t'] 2 0 440 91 100 15 1 224 224
glz::stream_request /src/glaze/include/glaze/net/http_client.hpp 1 ['stream_request_params'] 11 0 8 2 1 153 0 138 138
glz::make_keys_info /src/glaze/include/glaze/core/reflect.hpp 1 ['std::array '] 6 0 152 36 54 55 0 133 131
glz::decltype(auto)::to_tie /src/glaze/include/glaze/reflection/to_tuple.hpp 1 ['T'] 1 0 388 130 130 1 0 130 130
glz::parse_and_invoke /src/glaze/include/glaze/json/read.hpp 4 ['Value', 'is_context auto', 'auto', 'auto'] 5 0 41 10 14 76 0 179 114
glz::process_frame /src/glaze/include/glaze/net/websocket_connection.hpp 2 ['uint8_t*', 'std::size_t'] 6 0 51 13 20 70 2 94 88
glz::skip_object /src/glaze/include/glaze/json/skip.hpp 3 ['is_context auto', 'auto', 'auto'] 5 0 89 26 30 34 0 152 83
glz::fast_float::parsed_number_string_t parse_number_string(UCconst*p, UCconst*pend)noexcept /src/glaze/include/glaze/util/glaze_fast_float.hpp 2 ['UC*', 'UC*'] 3 0 151 30 57 18 0 64 64
glz::jmespath::tokenize_full_jmespath /src/glaze/include/glaze/json/jmespath.hpp 2 ['std::string_view', 'std::vector '] 2 0 28 7 11 20 1 58 58

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
8.0%
141 / 1734
Cyclomatic complexity statically reachable by fuzzers
28.9%
1141 / 3984

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

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.

fuzzing/json_minify.cpp

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=['LLVMFuzzerTestOneInput']

fuzzing/json_roundtrip_string.cpp

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=['LLVMFuzzerTestOneInput']

fuzzing/json_prettify.cpp

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=['LLVMFuzzerTestOneInput']

fuzzing/json_with_comments.cpp

Dictionary

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


fuzzing/csv_parsing.cpp

Dictionary

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


fuzzing/json_reflection.cpp

Dictionary

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


fuzzing/binary_reflection.cpp

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=['LLVMFuzzerTestOneInput']

fuzzing/json_generic.cpp

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=['LLVMFuzzerTestOneInput']

fuzzing/json_roundtrip_floating.cpp

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=['LLVMFuzzerTestOneInput']

fuzzing/json_roundtrip_int.cpp

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=['LLVMFuzzerTestOneInput']

Fuzz driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

jmespath.hpp

Target file: /src/glaze/include/glaze/json/jmespath.hpp
Target functions: glz::read_jmespath, glz::jmespath::tokenize_full_jmespath
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::read_jmespath */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  glz::read_jmespath(unknown_0, unknown_1, unknown_2);

  /* target glz::jmespath::tokenize_full_jmespath */
  UNKNOWN_TYPE unknown_23;
  UNKNOWN_TYPE unknown_24;
  glz::jmespath::tokenize_full_jmespath(unknown_23, unknown_24);

  af_safe_gb_cleanup();
}

beve_to_json.hpp

Target file: /src/glaze/include/glaze/beve/beve_to_json.hpp
Target functions: glz::detail::beve_to_json_value
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::detail::beve_to_json_value */
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  glz::detail::beve_to_json_value(unknown_3, unknown_4, unknown_5, unknown_6, unknown_7, unknown_8);

  af_safe_gb_cleanup();
}

http_client.hpp

Target file: /src/glaze/include/glaze/net/http_client.hpp
Target functions: glz::stream_request
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::stream_request */
  UNKNOWN_TYPE unknown_9;
  glz::stream_request(unknown_9);

  af_safe_gb_cleanup();
}

reflect.hpp

Target file: /src/glaze/include/glaze/core/reflect.hpp
Target functions: glz::make_keys_info
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::make_keys_info */
  UNKNOWN_TYPE unknown_10;
  glz::make_keys_info(unknown_10);

  af_safe_gb_cleanup();
}

to_tuple.hpp

Target file: /src/glaze/include/glaze/reflection/to_tuple.hpp
Target functions: glz::decltype(auto)::to_tie
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::decltype(auto)::to_tie */
  UNKNOWN_TYPE unknown_11;
  glz::decltype(auto)::to_tie(unknown_11);

  af_safe_gb_cleanup();
}

read.hpp

Target file: /src/glaze/include/glaze/json/read.hpp
Target functions: glz::parse_and_invoke
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::parse_and_invoke */
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  glz::parse_and_invoke(unknown_12, unknown_13, unknown_14, unknown_15);

  af_safe_gb_cleanup();
}

websocket_connection.hpp

Target file: /src/glaze/include/glaze/net/websocket_connection.hpp
Target functions: glz::process_frame
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::process_frame */
  UNKNOWN_TYPE unknown_16;
  UNKNOWN_TYPE unknown_17;
  glz::process_frame(unknown_16, unknown_17);

  af_safe_gb_cleanup();
}

skip.hpp

Target file: /src/glaze/include/glaze/json/skip.hpp
Target functions: glz::skip_object
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::skip_object */
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  UNKNOWN_TYPE unknown_20;
  glz::skip_object(unknown_18, unknown_19, unknown_20);

  af_safe_gb_cleanup();
}

glaze_fast_float.hpp

Target file: /src/glaze/include/glaze/util/glaze_fast_float.hpp
Target functions: glz::fast_float::parsed_number_string_t parse_number_string(UCconst*p, UCconst*pend)noexcept
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::fast_float::parsed_number_string_tparse_number_string(UCconst*p,
UCconst*pend)noexcept */
  UNKNOWN_TYPE unknown_21;
  UNKNOWN_TYPE unknown_22;
  glz::fast_float::parsed_number_string_tparse_number_string(UCconst*p,
UCconst*pend)noexcept(unknown_21, unknown_22);

  af_safe_gb_cleanup();
}

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/glaze/tests/json_test/json_test.cpp ['json_roundtrip_string', 'json_roundtrip_floating', 'json_roundtrip_int'] []
/src/glaze/include/glaze/rpc/repe/header.hpp [] []
/src/glaze/fuzzing/json_exhaustive_roundtrip_int.cpp ['json_roundtrip_string', 'json_roundtrip_floating', 'json_roundtrip_int'] []
/src/glaze/include/glaze/ext/jsonrpc.hpp [] []
/src/glaze/include/glaze/thread/guard.hpp [] []
/src/glaze/include/glaze/tuplet/tuple.hpp [] []
/src/glaze/tests/threading_test/threading_test.cpp [] []
/src/glaze/fuzzing/json_prettify.cpp ['json_prettify'] ['json_prettify']
/src/glaze/tests/lib_test/lib_test.cpp [] []
/src/glaze/include/glaze/core/context.hpp [] []
/src/glaze/include/glaze/util/dtoa.hpp [] []
/src/glaze/include/glaze/core/wrappers.hpp [] []
/src/glaze/include/glaze/core/meta.hpp [] []
/src/glaze/include/glaze/json/skip.hpp [] []
/src/glaze/include/glaze/util/glaze_fast_float.hpp [] []
/src/glaze/include/glaze/json/prettify.hpp ['json_prettify'] []
/src/glaze/fuzzing/main.cpp [] []
/src/glaze/tests/csv_test/csv_test.cpp ['json_roundtrip_string', 'json_roundtrip_floating', 'json_roundtrip_int'] []
/src/glaze/include/glaze/json/write.hpp ['json_roundtrip_string', 'json_roundtrip_floating', 'json_roundtrip_int'] []
/src/glaze/include/glaze/core/common.hpp [] []
/src/glaze/tests/eigen_test/eigen_test.cpp [] []
/src/glaze/include/glaze/thread/async_string.hpp ['binary_reflection'] []
/src/glaze/include/glaze/api/xxh64.hpp [] []
/src/glaze/include/glaze/net/http.hpp [] []
/src/glaze/include/glaze/beve/write.hpp [] []
/src/glaze/tests/json_test/json_t_test.cpp [] []
/src/glaze/include/glaze/util/parse.hpp [] []
/src/glaze/include/glaze/json/raw_string.hpp [] []
/src/glaze/include/glaze/thread/async_vector.hpp [] []
/src/glaze/tests/eetf_test/eetf_test.cpp [] []
/src/glaze/fuzzing/json_minify.cpp ['json_minify'] ['json_minify']
/src/glaze/include/glaze/net/http_server.hpp [] []
/src/glaze/include/glaze/core/reflect.hpp [] []
/src/glaze/include/glaze/thread/threadpool.hpp [] []
/src/glaze/include/glaze/api/type_support.hpp [] []
/src/glaze/include/glaze/util/dragonbox.hpp [] []
/src/glaze/tests/toml_test/toml_test.cpp [] []
/src/glaze/tests/networking_tests/asio_repe/asio_repe.cpp [] []
/src/glaze/fuzzing/binary_reflection.cpp ['binary_reflection'] ['binary_reflection']
/src/glaze/tests/inplace_vector/inplace_vector_test.cpp [] []
/src/glaze/include/glaze/util/convert.hpp [] []
/src/glaze/include/glaze/core/cast.hpp [] []
/src/glaze/fuzzing/json_roundtrip_floating.cpp ['json_roundtrip_floating'] ['json_roundtrip_floating']
/src/glaze/include/glaze/json/json_ptr.hpp [] []
/src/glaze/include/glaze/util/variant.hpp [] []
/src/glaze/include/glaze/util/memory_pool.hpp [] []
/src/glaze/include/glaze/core/constraint.hpp [] []
/src/glaze/include/glaze/beve/ptr.hpp [] []
/src/glaze/include/glaze/json/wrappers.hpp [] []
/src/glaze/include/glaze/json/json_format.hpp [] []
/src/glaze/include/glaze/exceptions/json_exceptions.hpp [] []
/src/glaze/include/glaze/json/jmespath.hpp [] []
/src/glaze/include/glaze/hardware/volatile_array.hpp [] []
/src/glaze/include/glaze/core/write_chars.hpp [] []
/src/glaze/tests/api_test/api_test.cpp [] []
/src/glaze/include/glaze/api/trait.hpp [] []
/src/glaze/include/glaze/net/cors.hpp [] []
/src/glaze/tests/json_conformance/json_conformance.cpp [] []
/src/glaze/tests/networking_tests/rest_test/rest_server/rest_server.cpp [] []
/src/glaze/fuzzing/json_reflection.cpp ['json_reflection'] ['json_reflection']
/src/glaze/fuzzing/json_roundtrip_string.cpp ['json_roundtrip_string'] ['json_roundtrip_string']
/src/glaze/include/glaze/rpc/repe/repe.hpp [] []
/src/glaze/include/glaze/json/study.hpp [] []
/src/glaze/tests/networking_tests/http_client_test/http_client_test.cpp [] []
/src/glaze/include/glaze/ext/glaze_asio.hpp [] []
/src/glaze/include/glaze/eetf/wrappers.hpp [] []
/src/glaze/include/glaze/file/file_ops.hpp [] []
/src/glaze/include/glaze/beve/beve_to_json.hpp ['binary_reflection'] []
/src/glaze/include/glaze/thread/async.hpp [] []
/src/glaze/include/glaze/thread/shared_async_map.hpp [] []
/src/glaze/include/glaze/record/recorder.hpp [] []
/src/glaze/include/glaze/csv/write.hpp [] []
/src/glaze/include/glaze/exceptions/binary_exceptions.hpp [] []
/src/glaze/include/glaze/api/lib.hpp [] []
/src/glaze/include/glaze/containers/inplace_vector.hpp [] []
/src/glaze/tests/roundtrip/roundtrip.cpp [] []
/src/glaze/include/glaze/trace/trace.hpp [] []
/src/glaze/include/glaze/compare/compare.hpp [] []
/src/glaze/include/glaze/util/fast_float.hpp [] []
/src/glaze/include/glaze/util/progress_bar.hpp [] []
/src/glaze/tests/json_test/jsonschema_test.cpp [] []
/src/glaze/include/glaze/util/hash_map.hpp [] []
/src/glaze/include/glaze/ext/cli_menu.hpp [] []
/src/glaze/tests/int_parsing/int_parsing.cpp [] []
/src/glaze/include/glaze/csv/read.hpp [] []
/src/glaze/include/glaze/util/bit_array.hpp [] []
/src/glaze/include/glaze/file/file_watch.hpp [] []
/src/glaze/include/glaze/net/websocket_connection.hpp [] []
/src/glaze/include/glaze/file/write_directory.hpp [] []
/src/glaze/include/glaze/eetf/write.hpp [] []
/src/glaze/include/glaze/concepts/container_concepts.hpp [] []
/src/glaze/include/glaze/eetf/types.hpp [] []
/src/glaze/include/glaze/core/error_category.hpp [] []
/src/glaze/include/glaze/beve/read.hpp [] []
/src/glaze/fuzzing/json_roundtrip_int.cpp ['json_roundtrip_int'] ['json_roundtrip_int']
/src/glaze/include/glaze/json/json_t.hpp ['json_generic'] ['json_generic']
/src/glaze/include/glaze/file/read_directory.hpp [] []
/src/glaze/include/glaze/core/write.hpp ['json_roundtrip_string', 'json_roundtrip_floating', 'json_roundtrip_int'] []
/src/glaze/examples/json-rpc.cpp [] []
/src/glaze/include/glaze/thread/atomic.hpp [] []
/src/glaze/include/glaze/exceptions/json_schema_exceptions.hpp [] []
/src/glaze/include/glaze/exceptions/csv_exceptions.hpp [] []
/src/glaze/tests/networking_tests/repe_test/repe_test.cpp [] []
/src/glaze/include/glaze/api/api.hpp [] []
/src/glaze/tests/beve_test/beve_test.cpp [] []
/src/glaze/include/glaze/core/read.hpp [] []
/src/glaze/fuzzing/json_generic.cpp ['json_generic'] ['json_generic']
/src/glaze/include/glaze/util/itoa.hpp [] []
/src/glaze/include/glaze/stencil/stencilcount.hpp [] []
/src/glaze/include/glaze/eetf/read.hpp [] []
/src/glaze/include/glaze/json/escape_unicode.hpp [] []
/src/glaze/include/glaze/json/max_write_precision.hpp [] []
/src/glaze/include/glaze/base64/base64.hpp [] []
/src/glaze/include/glaze/toml/write.hpp [] []
/src/glaze/include/glaze/json/schema.hpp [] []
/src/glaze/fuzzing/json_with_comments.cpp ['json_with_comments'] ['json_with_comments']
/src/glaze/include/glaze/version.hpp [] []
/src/glaze/include/glaze/stencil/stencil.hpp [] []
/src/glaze/include/glaze/util/compare.hpp [] []
/src/glaze/include/glaze/util/type_traits.hpp [] []
/src/glaze/tests/jsonrpc_test/jsonrpc_test.cpp [] []
/src/glaze/tests/networking_tests/http_examples/http_examples.cpp [] []
/src/glaze/tests/json_reflection_test/json_reflection_test.cpp [] []
/src/glaze/include/glaze/rpc/repe/repe_registry_impl.hpp [] []
/src/glaze/tests/cli_menu_test/cli_menu_test.cpp [] []
/src/glaze/include/glaze/toml/read.hpp [] []
/src/glaze/include/glaze/util/murmur.hpp [] []
/src/glaze/include/glaze/reflection/to_tuple.hpp [] []
/src/glaze/include/glaze/util/validate.hpp [] []
/src/glaze/include/glaze/util/string_literal.hpp [] []
/src/glaze/include/glaze/eetf/ei.hpp [] []
/src/glaze/include/glaze/net/http_router.hpp [] []
/src/glaze/include/glaze/core/opts.hpp [] []
/src/glaze/include/glaze/util/utility.hpp [] []
/src/glaze/include/glaze/eetf/cmp.hpp [] []
/src/glaze/include/glaze/thread/shared_async_vector.hpp [] []
/src/glaze/include/glaze/core/array_apply.hpp [] []
/src/glaze/include/glaze/net/http_client.hpp [] []
/src/glaze/include/glaze/core/ptr.hpp [] []
/src/glaze/include/glaze/core/manage.hpp [] []
/src/glaze/include/glaze/json/read.hpp [] []
/src/glaze/include/glaze/core/convert_struct.hpp [] []
/src/glaze/include/glaze/net/rest_registry_impl.hpp [] []
/src/glaze/tests/networking_tests/http_server_api_tests/http_server_api_tests.cpp [] []
/src/glaze/include/glaze/beve/header.hpp [] []
/src/glaze/include/glaze/util/dump.hpp ['json_generic'] []
/src/glaze/include/glaze/reflection/get_name.hpp [] []
/src/glaze/include/glaze/util/for_each.hpp [] []
/src/glaze/include/glaze/json/invoke.hpp [] []
/src/glaze/tests/networking_tests/https_test/https_test.cpp [] []
/src/glaze/tests/json_performance/json_performance.cpp [] []
/src/glaze/include/glaze/format/format_to.hpp [] []
/src/glaze/include/glaze/json/ptr.hpp [] []
/src/glaze/include/glaze/util/atoi.hpp [] []
/src/glaze/fuzzing/csv_parsing.cpp ['csv_parsing'] ['csv_parsing']
/src/glaze/include/glaze/api/impl.hpp [] []
/src/glaze/include/glaze/api/hash.hpp [] []
/src/glaze/include/glaze/core/seek.hpp [] []
/src/glaze/include/glaze/beve/skip.hpp [] []
/src/glaze/include/glaze/containers/flat_map.hpp [] []
/src/glaze/include/glaze/json/minify.hpp ['json_minify'] []
/src/glaze/include/glaze/json/ndjson.hpp [] []
/src/glaze/include/glaze/util/help.hpp [] []
/src/glaze/include/glaze/file/hostname_include.hpp [] []
/src/glaze/include/glaze/api/std/functional.hpp [] []
/src/glaze/include/glaze/exceptions/core_exceptions.hpp [] []
/src/glaze/tests/lib_test/test_lib/test_lib.cpp [] []
/src/glaze/tests/exceptions_test/exceptions_test.cpp [] []

Directories in report

Directory
/src/glaze/include/glaze/stencil/
/src/glaze/tests/beve_test/
/src/glaze/tests/csv_test/
/src/glaze/include/glaze/csv/
/src/glaze/include/glaze/api/std/
/src/glaze/include/glaze/util/
/src/glaze/tests/json_test/
/src/glaze/tests/json_reflection_test/
/src/glaze/include/glaze/record/
/src/glaze/include/glaze/exceptions/
/src/glaze/include/glaze/net/
/src/glaze/include/glaze/json/
/src/glaze/include/glaze/rpc/repe/
/src/glaze/tests/toml_test/
/src/glaze/include/glaze/ext/
/src/glaze/include/glaze/core/
/src/glaze/tests/networking_tests/repe_test/
/src/glaze/include/glaze/trace/
/src/glaze/include/glaze/containers/
/src/glaze/tests/networking_tests/http_examples/
/src/glaze/tests/cli_menu_test/
/src/glaze/include/glaze/tuplet/
/src/glaze/tests/lib_test/
/src/glaze/include/glaze/eetf/
/src/glaze/include/glaze/reflection/
/src/glaze/fuzzing/
/src/glaze/include/glaze/thread/
/src/glaze/tests/networking_tests/rest_test/rest_server/
/src/glaze/tests/networking_tests/http_server_api_tests/
/src/glaze/include/glaze/toml/
/src/glaze/tests/networking_tests/https_test/
/src/glaze/include/glaze/hardware/
/src/glaze/include/glaze/concepts/
/src/glaze/tests/threading_test/
/src/glaze/include/glaze/base64/
/src/glaze/include/glaze/api/
/src/glaze/include/glaze/
/src/glaze/tests/jsonrpc_test/
/src/glaze/tests/json_performance/
/src/glaze/include/glaze/beve/
/src/glaze/include/glaze/file/
/src/glaze/tests/api_test/
/src/glaze/tests/int_parsing/
/src/glaze/examples/
/src/glaze/tests/lib_test/test_lib/
/src/glaze/include/glaze/compare/
/src/glaze/tests/eigen_test/
/src/glaze/tests/inplace_vector/
/src/glaze/tests/json_conformance/
/src/glaze/tests/networking_tests/http_client_test/
/src/glaze/tests/networking_tests/asio_repe/
/src/glaze/tests/roundtrip/
/src/glaze/tests/exceptions_test/
/src/glaze/tests/eetf_test/
/src/glaze/include/glaze/format/