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: tests/fuzz/fuzz_decompress_frame.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 1047 67.8%
gold [1:9] 63 4.08%
yellow [10:29] 8 0.51%
greenyellow [30:49] 5 0.32%
lawngreen 50+ 421 27.2%
All colors 1544 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
80 940 zstd_wrap_decompress call site: 00940 zfp_getcell
50 1333 blosc_compress_context call site: 01333 blosc_compress_context_without_dict
48 124 free_thread_context call site: 00124 check_nthreads
42 63 my_free call site: 00063 init_callback_threads
36 761 blosc_d call site: 00761 set_compressor_thread
35 1494 blosc2_schunk_decompress_chunk call site: 01494 frame_decompress_chunk
32 552 read_lazy_chunk_bytes call site: 00552 set_compressor_thread
30 615 blosc2_bitshuffle call site: 00615 fill_filter
30 890 chunk_memcpy_unaligned call site: 00890 chunk_memcpy_unaligned
26 1106 frame_get_vlmetalayers call site: 01106 set_compressor_thread
23 391 load_lib call site: 00391 dlopen
22 187 get_header_info call site: 00187 sframe_open_index

Runtime coverage analysis

Covered functions
1086
Functions that are reachable but not covered
181
Reachable functions
338
Percentage of reachable functions covered
46.45%
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
tests/fuzz/fuzz_decompress_frame.c 10
blosc/blosc2.c 183
plugins/codecs/codecs-registry.c 1
plugins/filters/filters-registry.c 1
plugins/tuners/tuners-registry.c 1
bench/b2bench.c 1
blosc/schunk.c 19
blosc/frame.c 73
blosc/sframe.c 13
tests/test_udio.c 4
blosc/blosc2-stdio.c 6
tests/test_race.c 1
blosc/blosc-private.h 21
blosc/timestamp.c 3
blosc/shuffle.c 3
blosc/delta.c 1
blosc/trunc-prec.c 4
blosc/blosclz.c 24
blosc/fastcopy.c 21
plugins/codecs/zfp/blosc2-zfp.c 25
include/blosc2.h 4
blosc/stune.c 5
tests/test_shared_pool.c 4
tests/test_api.c 3

Fuzzer: tests/fuzz/fuzz_compress_frame.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 1462 74.1%
gold [1:9] 62 3.14%
yellow [10:29] 8 0.40%
greenyellow [30:49] 5 0.25%
lawngreen 50+ 435 22.0%
All colors 1972 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
116 962 blosc_compress_context call site: 00962 blosc_compress_context_without_dict
103 1610 blosc_run_decompression_with_context call site: 01610 create_regular_schunk
82 1741 blosc2_schunk_free call site: 01741 blosc2_schunk_open
80 880 zstd_wrap_decompress call site: 00880 zfp_getcell
60 272 blosc2_create_dctx call site: 00272 frame_from_schunk
49 437 create_thread_context call site: 00437 attach_shared_pool
46 1122 get_header_info call site: 01122 frame_from_schunk
37 664 blosc_d call site: 00664 sframe_open_chunk
36 1863 frame_to_schunk call site: 01863 frame_get_chunk
35 76 my_free call site: 00076 destroy_shared_pool
35 1907 frame_to_schunk call site: 01907 frame_update_trailer
34 703 blosc2_stdio_open call site: 00703 set_compressor_thread

Runtime coverage analysis

Covered functions
1086
Functions that are reachable but not covered
206
Reachable functions
369
Percentage of reachable functions covered
44.17%
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
tests/fuzz/fuzz_compress_frame.c 12
blosc/blosc2.c 183
plugins/codecs/codecs-registry.c 1
plugins/filters/filters-registry.c 1
plugins/tuners/tuners-registry.c 1
bench/b2bench.c 1
blosc/stune.c 5
blosc/blosc-private.h 21
blosc/schunk.c 49
blosc/frame.c 98
blosc/timestamp.c 3
blosc/shuffle.c 3
blosc/delta.c 1
blosc/trunc-prec.c 4
blosc/blosclz.c 24
blosc/sframe.c 14
tests/test_udio.c 6
blosc/blosc2-stdio.c 14
tests/test_race.c 1
blosc/fastcopy.c 21
plugins/codecs/zfp/blosc2-zfp.c 25
include/blosc2.h 4
tests/test_api.c 3
tests/test_schunk_get_sparse.c 13
blosc/directories.c 15
tests/test_shared_pool.c 4

Fuzzer: tests/fuzz/fuzz_compress_chunk.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 757 69.1%
gold [1:9] 33 3.01%
yellow [10:29] 1 0.09%
greenyellow [30:49] 1 0.09%
lawngreen 50+ 303 27.6%
All colors 1095 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
80 811 zstd_wrap_decompress call site: 00811 zfp_getcell
48 124 free_thread_context call site: 00124 check_nthreads
46 893 blosc_compress_context call site: 00893 blosc_compress_context_without_dict
42 63 my_free call site: 00063 init_callback_threads
39 593 flags_to_filters call site: 00593 sframe_open_chunk
34 634 blosc2_stdio_open call site: 00634 set_compressor_thread
32 1053 read_lazy_chunk_bytes call site: 01053 set_compressor_thread
30 420 blosc2_bitshuffle call site: 00420 fill_filter
30 761 chunk_memcpy_unaligned call site: 00761 chunk_memcpy_unaligned
23 316 load_lib call site: 00316 dlopen
18 943 blosc2_free_ctx call site: 00943 fill_tuner
17 544 fill_codec call site: 00544 blosc2_compcode_to_compname

Runtime coverage analysis

Covered functions
1086
Functions that are reachable but not covered
158
Reachable functions
287
Percentage of reachable functions covered
44.95%
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
tests/fuzz/fuzz_compress_chunk.c 10
blosc/blosc2.c 190
plugins/codecs/codecs-registry.c 1
plugins/filters/filters-registry.c 1
plugins/tuners/tuners-registry.c 1
bench/b2bench.c 1
blosc/blosc-private.h 21
blosc/stune.c 5
blosc/timestamp.c 3
blosc/shuffle.c 3
blosc/delta.c 1
blosc/trunc-prec.c 4
blosc/blosclz.c 24
blosc/sframe.c 8
tests/test_udio.c 4
blosc/blosc2-stdio.c 6
tests/test_race.c 1
blosc/fastcopy.c 21
plugins/codecs/zfp/blosc2-zfp.c 25
include/blosc2.h 4

Fuzzer: tests/fuzz/fuzz_decompress_chunk.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 609 68.5%
gold [1:9] 33 3.71%
yellow [10:29] 1 0.11%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 245 27.5%
All colors 888 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
80 799 zstd_wrap_decompress call site: 00799 zfp_getcell
48 124 free_thread_context call site: 00124 check_nthreads
42 63 my_free call site: 00063 init_callback_threads
36 620 blosc_d call site: 00620 set_compressor_thread
31 412 blosc1_set_compressor call site: 00412 read_lazy_chunk_bytes
30 474 blosc2_bitshuffle call site: 00474 fill_filter
30 749 chunk_memcpy_unaligned call site: 00749 chunk_memcpy_unaligned
29 248 load_lib call site: 00248 dlopen
17 598 fill_codec call site: 00598 blosc2_compcode_to_compname
16 356 read_lazy_chunk_bytes call site: 00356 sframe_open_chunk
11 180 read_chunk_header call site: 00180 BLOSC_TRACE_ERROR
11 398 blosc2_compname_to_compcode call site: 00398 BLOSC_ERROR

Runtime coverage analysis

Covered functions
1086
Functions that are reachable but not covered
140
Reachable functions
255
Percentage of reachable functions covered
45.1%
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
tests/fuzz/fuzz_decompress_chunk.c 9
blosc/blosc2.c 164
plugins/codecs/codecs-registry.c 1
plugins/filters/filters-registry.c 1
plugins/tuners/tuners-registry.c 1
bench/b2bench.c 1
blosc/blosc-private.h 21
blosc/stune.c 1
blosc/sframe.c 8
tests/test_udio.c 4
blosc/blosc2-stdio.c 6
tests/test_race.c 1
blosc/timestamp.c 3
blosc/shuffle.c 3
blosc/delta.c 1
blosc/trunc-prec.c 4
blosc/blosclz.c 24
blosc/fastcopy.c 21
plugins/codecs/zfp/blosc2-zfp.c 25
include/blosc2.h 4

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
b2nd_concatenate /src/c-blosc2/blosc/b2nd.c 6 ['b2nd_context_t*', 'b2nd_array_t*', 'b2nd_array_t*', 'int8_t', 'bool', 'b2nd_array_t**'] 21 0 90 13 27 428 0 2413 695
check_sparse_regular /src/c-blosc2/tests/test_schunk_get_sparse.c 7 ['bool', 'int32_t', 'int', 'int16_t', 'int64_t', 'int64_t*', 'int64_t'] 18 0 18 3 3 400 7 2000 192
ndlz_compress /src/c-blosc2/plugins/codecs/ndlz/ndlz.c 7 ['uint8_t*', 'int32_t', 'uint8_t*', 'int32_t', 'uint8_t', 'blosc2_cparams*', 'void*'] 5 0 14 4 1 21 0 197 156
run_lazy_vldecompress_block_ctx_dict_test /src/c-blosc2/tests/test_vlblocks.c 2 ['int', 'char*'] 14 0 20 2 3 379 2 1829 102
ndlz_decompress /src/c-blosc2/plugins/codecs/ndlz/ndlz.c 7 ['uint8_t*', 'int32_t', 'uint8_t*', 'int32_t', 'uint8_t', 'blosc2_dparams*', 'void*'] 2 0 14 4 1 13 0 81 76
pipeline_backward /src/c-blosc2/blosc/blosc2.c 9 ['struct thread_context*', 'int32_t', 'uint8_t*', 'int32_t', 'uint8_t*', 'uint8_t*', 'uint8_t*', 'int', 'int32_t'] 5 0 102 24 34 38 0 94 62
iter_chunk /src/c-blosc2/blosc/b2nd.c 12 ['b2nd_array_t*', 'int8_t', 'int64_t*', 'b2nd_selection_t**', 'b2nd_selection_t**', 'b2nd_selection_t**', 'uint8_t*', 'int64_t*', 'int64_t*', 'bool', 'uint8_t*', 'int32_t'] 17 0 62 8 15 349 5 1634 60
test_create_sframe_frame /src/c-blosc2/bench/sframe_bench.c 1 ['char*'] 16 0 86 9 11 392 0 1969 55
XXH64_hash_t::XXH3_64bits_digest /src/c-blosc2/plugins/codecs/ndlz/xxhash.h 1 ['XXH_NOESCAPE'] 8 0 9 3 2 40 0 52 52
shared_pool_worker /src/c-blosc2/blosc/blosc2.c 1 ['void*'] 10 0 37 5 10 194 0 584 47

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

Functions statically reachable by fuzzers
34.0%
394 / 1167
Cyclomatic complexity statically reachable by fuzzers
57.9%
3375 / 5817

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.

tests/fuzz/fuzz_decompress_frame.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=['zstd_wrap_decompress', 'blosc_compress_context', 'free_thread_context', 'my_free', 'blosc_d', 'blosc2_schunk_decompress_chunk', 'read_lazy_chunk_bytes', 'blosc2_bitshuffle', 'chunk_memcpy_unaligned', 'frame_get_vlmetalayers']

tests/fuzz/fuzz_compress_frame.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=['blosc_compress_context', 'blosc_run_decompression_with_context', 'blosc2_schunk_free', 'zstd_wrap_decompress', 'blosc2_create_dctx', 'create_thread_context', 'get_header_info', 'blosc_d', 'frame_to_schunk', 'my_free']

tests/fuzz/fuzz_compress_chunk.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=['zstd_wrap_decompress', 'free_thread_context', 'blosc_compress_context', 'my_free', 'flags_to_filters', 'blosc2_stdio_open', 'read_lazy_chunk_bytes', 'blosc2_bitshuffle', 'chunk_memcpy_unaligned', 'load_lib']

tests/fuzz/fuzz_decompress_chunk.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=['zstd_wrap_decompress', 'free_thread_context', 'my_free', 'blosc_d', 'blosc1_set_compressor', 'blosc2_bitshuffle', 'chunk_memcpy_unaligned', 'load_lib', 'fill_codec', 'read_lazy_chunk_bytes']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
zng_inflate 621 315 50.72%
BIT_initDStream 37 13 35.13%
ZSTD_getFrameHeader_advanced 89 43 48.31%
ZSTD_decodeLiteralsBlock 183 90 49.18%
ZSTD_execSequenceSplitLitBuffer(op,oend,litPtr+sequences[(seqNb-ADVANCED_SEQS)&STORED_SEQS_MASK].litLength-WILDCOPY_OVERLENGTH,sequences[(seqNb-ADVANCED_SEQS)&STORED_SEQS_MASK],&litPtr,litBufferEnd,prefixStart,dictStart,dictEnd) 57 31 54.38%
ZSTD_findFrameSizeInfoLegacy 41 15 36.58%
HUFv05_decompress4X4_usingDTable 73 35 47.94%
HUFv06_decompress4X4_usingDTable 72 32 44.44%
ZSTDv06_findFrameSizeInfoLegacy 40 20 50.0%
bshuf_trans_byte_bitrow_AVX 75 10 13.33% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
load_lib 31 14 45.16% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
read_chunk_header 99 34 34.34% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
pipeline_backward 119 38 31.93% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
check_nthreads 37 11 29.72% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_decompress 40 17 42.5% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_free_ctx 74 22 29.72% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_error_string 80 6 7.5% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
initialize_context_decompression 194 46 23.71% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
load_lazy_chunk_dict 46 10 21.73% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
read_lazy_chunk_bytes 63 29 46.03% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc_d 381 128 33.59% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
release_thread_backend 48 7 14.58% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
copy_match 88 36 40.90% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
chunk_memcpy 57 21 36.84% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
get_shuffle_implementation 45 17 37.77% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_meta_get 36 5 13.88% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
zfp_acc_decompress 88 5 5.681% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
zfp_prec_decompress 111 5 4.504% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
zfp_rate_decompress 89 5 5.617% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
ndcell_backward 157 16 10.19% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
ndmean_backward 156 16 10.25% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_create_cctx 187 57 30.48% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
initialize_context_compression 125 48 38.4% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_lock 44 4 9.090% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
get_coffsets 112 37 33.03% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_get_metalayers 69 22 31.88% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_get_vlmetalayers 96 28 29.16% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_to_schunk 284 84 29.57% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_get_chunk 123 53 43.08% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_get_lazychunk 309 69 22.33% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_refresh_if_stale 92 5 5.434% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
get_coffsets_nbytes 72 26 36.11% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
get_meta_from_header 101 31 30.69% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_schunk_decompress_chunk 44 23 52.27% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
zng_deflate 238 82 34.45%
ZSTD_buildSeqStore 131 38 29.00%
ZSTD_compressBlock_fast 32 12 37.5%
ZSTD_opt_getNextMatchAndUpdateSeqStore 35 10 28.57%
ZSTD_rescaleFreqs 97 49 50.51%
bshuf_trans_byte_elem_SSE 47 7 14.89% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_compname_to_compcode 31 7 22.58% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
pipeline_forward 105 32 30.47% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_compress 160 49 30.62% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc_c 217 100 46.08% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_compress_ctx 133 17 12.78% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
frame_check_stale 31 4 12.90% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']
blosc2_schunk_new 66 13 19.69% ['/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c', '/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c']

Fuzz driver synthesis

New fuzzers

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

b2nd.c

Target file: /src/c-blosc2/blosc/b2nd.c
Target functions: b2nd_concatenate, iter_chunk
#include "ada_fuzz_header.h"

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

  /* target b2nd_concatenate */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  b2nd_concatenate(unknown_0, unknown_1, unknown_2, unknown_3, unknown_4, unknown_5);

  /* target iter_chunk */
  UNKNOWN_TYPE unknown_38;
  UNKNOWN_TYPE unknown_39;
  UNKNOWN_TYPE unknown_40;
  UNKNOWN_TYPE unknown_41;
  UNKNOWN_TYPE unknown_42;
  UNKNOWN_TYPE unknown_43;
  UNKNOWN_TYPE unknown_44;
  UNKNOWN_TYPE unknown_45;
  UNKNOWN_TYPE unknown_46;
  UNKNOWN_TYPE unknown_47;
  UNKNOWN_TYPE unknown_48;
  UNKNOWN_TYPE unknown_49;
  iter_chunk(unknown_38, unknown_39, unknown_40, unknown_41, unknown_42, unknown_43, unknown_44, unknown_45, unknown_46, unknown_47, unknown_48, unknown_49);

  af_safe_gb_cleanup();
}

test_schunk_get_sparse.c

Target file: /src/c-blosc2/tests/test_schunk_get_sparse.c
Target functions: check_sparse_regular
#include "ada_fuzz_header.h"

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

  /* target check_sparse_regular */
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  int new_var8 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_9;
  UNKNOWN_TYPE unknown_10;
  UNKNOWN_TYPE unknown_11;
  UNKNOWN_TYPE unknown_12;
  check_sparse_regular(unknown_6, unknown_7, new_var8, unknown_9, unknown_10, unknown_11, unknown_12);

  af_safe_gb_cleanup();
}

ndlz.c

Target file: /src/c-blosc2/plugins/codecs/ndlz/ndlz.c
Target functions: ndlz_compress, ndlz_decompress
#include "ada_fuzz_header.h"

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

  /* target ndlz_compress */
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  UNKNOWN_TYPE unknown_16;
  UNKNOWN_TYPE unknown_17;
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  ndlz_compress(unknown_13, unknown_14, unknown_15, unknown_16, unknown_17, unknown_18, unknown_19);

  /* target ndlz_decompress */
  UNKNOWN_TYPE unknown_22;
  UNKNOWN_TYPE unknown_23;
  UNKNOWN_TYPE unknown_24;
  UNKNOWN_TYPE unknown_25;
  UNKNOWN_TYPE unknown_26;
  UNKNOWN_TYPE unknown_27;
  UNKNOWN_TYPE unknown_28;
  ndlz_decompress(unknown_22, unknown_23, unknown_24, unknown_25, unknown_26, unknown_27, unknown_28);

  af_safe_gb_cleanup();
}

test_vlblocks.c

Target file: /src/c-blosc2/tests/test_vlblocks.c
Target functions: run_lazy_vldecompress_block_ctx_dict_test
#include "ada_fuzz_header.h"

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

  /* target run_lazy_vldecompress_block_ctx_dict_test */
  int new_var20 = ada_safe_get_int();
  char *new_var21 = ada_safe_get_char_p();
  run_lazy_vldecompress_block_ctx_dict_test(new_var20, new_var21);

  af_safe_gb_cleanup();
}

blosc2.c

Target file: /src/c-blosc2/blosc/blosc2.c
Target functions: pipeline_backward, shared_pool_worker
#include "ada_fuzz_header.h"

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

  /* target pipeline_backward */
  structthread_context* new_var29 = calloc(sizeof(structthread_context), 1);
  UNKNOWN_TYPE unknown_30;
  UNKNOWN_TYPE unknown_31;
  UNKNOWN_TYPE unknown_32;
  UNKNOWN_TYPE unknown_33;
  UNKNOWN_TYPE unknown_34;
  UNKNOWN_TYPE unknown_35;
  int new_var36 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_37;
  pipeline_backward(new_var29, unknown_30, unknown_31, unknown_32, unknown_33, unknown_34, unknown_35, new_var36, unknown_37);

  /* target shared_pool_worker */
  UNKNOWN_TYPE unknown_52;
  shared_pool_worker(unknown_52);

  af_safe_gb_cleanup();
}

sframe_bench.c

Target file: /src/c-blosc2/bench/sframe_bench.c
Target functions: test_create_sframe_frame
#include "ada_fuzz_header.h"

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

  /* target test_create_sframe_frame */
  char *new_var50 = ada_safe_get_char_p();
  test_create_sframe_frame(new_var50);

  af_safe_gb_cleanup();
}

xxhash.h

Target file: /src/c-blosc2/plugins/codecs/ndlz/xxhash.h
Target functions: XXH64_hash_t::XXH3_64bits_digest
#include "ada_fuzz_header.h"

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

  /* target XXH64_hash_t::XXH3_64bits_digest */
  UNKNOWN_TYPE unknown_51;
  XXH64_hash_t::XXH3_64bits_digest(unknown_51);

  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/c-blosc2/blosc/bitshuffle-avx2.c [] []
/src/c-blosc2/examples/find_roots.c [] []
/src/c-blosc2/plugins/filters/ndcell/ndcell.c [] []
/src/c-blosc2/blosc/context.h [] []
/src/c-blosc2/tests/test_bitshuffle_leftovers.c [] []
/src/c-blosc2/tests/test_frame_malformed_trailer_len.c [] []
/src/c-blosc2/tests/b2nd/test_b2nd_orthogonal_selection.c [] []
/src/c-blosc2/tests/test_frame_lock.c [] []
/src/c-blosc2/plugins/filters/bytedelta/bytedelta.c [] []
/src/c-blosc2/blosc/frame.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c']
/src/c-blosc2/blosc/bitshuffle-altivec.c [] []
/src/c-blosc2/tests/test_stale_sframe.c [] []
/src/c-blosc2/tests/test_blosc1_compat.c [] []
/src/c-blosc2/blosc/shuffle-generic.h [] []
/src/c-blosc2/blosc/delta.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/blosc/threading.h [] []
/src/c-blosc2/examples/schunk_postfilter.c [] []
/src/c-blosc2/include/b2nd.h [] []
/src/c-blosc2/tests/test_getitem.c [] []
/src/c-blosc2/examples/b2nd/example_print_meta.c [] []
/src/c-blosc2/tests/test_lazychunk.c [] []
/src/c-blosc2/plugins/filters/bytedelta/test_bytedelta.c [] []
/src/c-blosc2/plugins/filters/ndmean/test_ndmean_mean.c [] []
/src/c-blosc2/blosc/bitshuffle-neon.c [] []
/src/c-blosc2/examples/vlblocks.c [] []
/src/c-blosc2/blosc/shuffle.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/blosc/shuffle-avx2.c [] []
/src/c-blosc2/compat/filegen-vl.c [] []
/src/c-blosc2/plugins/codecs/ndlz/ndlz-private.h [] []
/src/c-blosc2/tests/test_shuffle_roundtrip.c [] []
/src/c-blosc2/plugins/filters/ndcell/test_ndcell_oversized_blockshape.c [] []
/src/c-blosc2/tests/test_delete_chunk.c [] []
/src/c-blosc2/tests/fuzz/fuzz_compress_chunk.c ['tests/fuzz/fuzz_compress_chunk.c'] ['tests/fuzz/fuzz_compress_chunk.c']
/src/c-blosc2/tests/test_shuffle_roundtrip_generic.c [] []
/src/c-blosc2/tests/test_schunk_negative_index.c [] []
/src/c-blosc2/tests/test_dict_schunk.c [] []
/src/c-blosc2/tests/test_lazychunk_memcpyed.c [] []
/src/c-blosc2/blosc/shuffle-generic.c [] []
/src/c-blosc2/bench/zero_runlen.c [] []
/src/c-blosc2/tests/test_frame_malformed_offsets.c [] []
/src/c-blosc2/blosc/shuffle-neon.c [] []
/src/c-blosc2/bench/trunc_prec_schunk.c [] []
/src/c-blosc2/tests/test_frame_metalayer_overflow.c [] []
/src/c-blosc2/tests/test_empty_buffer.c [] []
/src/c-blosc2/tests/test_get_slice_nchunks.c [] []
/src/c-blosc2/plugins/tuners/tuners-registry.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/test_bitshuffle_roundtrip.c [] []
/src/c-blosc2/plugins/codecs/ndlz/ndlz.c [] []
/src/c-blosc2/plugins/filters/ndcell/test_ndcell.c [] []
/src/c-blosc2/bench/frame_lock_bench.c [] []
/src/c-blosc2/tests/b2nd/test_b2nd_zero_chunkshape_nonzero_shape.c [] []
/src/c-blosc2/plugins/filters/int_trunc/int_trunc.c [] []
/src/c-blosc2/tests/test_urfilter_delta.c [] []
/src/c-blosc2/tests/b2nd/cutest.h [] []
/src/c-blosc2/tests/test_b2nd_set_slice_lock.c [] []
/src/c-blosc2/tests/test_prefilter.c [] []
/src/c-blosc2/blosc/shuffle-sse2.c [] []
/src/c-blosc2/tests/b2nd/test_b2nd_stringshuffle.c [] []
/src/c-blosc2/plugins/codecs/zfp/blosc2-zfp.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/plugins/codecs/zfp/test_zfp_acc_float.c [] []
/src/c-blosc2/tests/test_special_zero_nonmultiple.c [] []
/src/c-blosc2/tests/test_stdio_validation.c [] []
/src/c-blosc2/blosc/bitshuffle-sse2.c [] []
/src/c-blosc2/blosc/timestamp.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/test_api.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c'] []
/src/c-blosc2/tests/test_sframe.c [] []
/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c ['tests/fuzz/fuzz_compress_frame.c'] ['tests/fuzz/fuzz_compress_frame.c']
/src/c-blosc2/tests/test_b2nd_multiwriter_lock.c [] []
/src/c-blosc2/tests/test_frame_lazychunk_malformed_cbytes.c [] []
/src/c-blosc2/bench/b2nd/bench_zfp_getitem.c [] []
/src/c-blosc2/plugins/codecs/codecs-registry.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/plugins/filters/int_trunc/test_int_trunc.c [] []
/src/c-blosc2/tests/test_insert_chunk_reopen.c [] []
/src/c-blosc2/blosc/blosclz.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/test_schunk_get_sparse.c ['tests/fuzz/fuzz_compress_frame.c'] []
/src/c-blosc2/compat/filegen.c [] []
/src/c-blosc2/examples/urcodecs.c [] []
/src/c-blosc2/bench/get_sparse.c [] []
/src/c-blosc2/tests/test_shuffle_roundtrip_neon.c [] []
/src/c-blosc2/tests/test_variable_chunks.c [] []
/src/c-blosc2/include/blosc2.h ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/examples/b2nd/example_frame_generator.c [] []
/src/c-blosc2/blosc/b2nd.c [] []
/src/c-blosc2/tests/test_urfilters.c [] []
/src/c-blosc2/tests/fuzz/fuzz_decompress_frame.c ['tests/fuzz/fuzz_decompress_frame.c'] ['tests/fuzz/fuzz_decompress_frame.c']
/src/c-blosc2/blosc/stune.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/b2nd/test_b2nd_concatenate.c [] []
/src/c-blosc2/examples/urfilters.c [] []
/src/c-blosc2/tests/test_get_slice_buffer.c [] []
/src/c-blosc2/plugins/codecs/ndlz/ndlz8x8.c [] []
/src/c-blosc2/plugins/codecs/zfp/test_zfp_prec_float.c [] []
/src/c-blosc2/tests/test_maskout.c [] []
/src/c-blosc2/blosc/shuffle-altivec.c [] []
/src/c-blosc2/blosc/blosc-private.h ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/b2nd/test_b2nd_get_sparse.c [] []
/src/c-blosc2/tests/test_udio.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] []
/src/c-blosc2/blosc/win32/threading.c [] []
/src/c-blosc2/tests/test_vlblocks.c [] []
/src/c-blosc2/tests/test_maxout.c [] []
/src/c-blosc2/tests/test_frame_trailer_neg_nvlmeta.c [] []
/src/c-blosc2/blosc/blosc2-stdio.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/blosc/trunc-prec.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] []
/src/c-blosc2/plugins/codecs/ndlz/ndlz4x4.c [] []
/src/c-blosc2/blosc/fastcopy.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/test_schunk.c [] []
/src/c-blosc2/plugins/filters/filters-registry.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/test_shuffle_roundtrip_avx2.c [] []
/src/c-blosc2/tests/test_common.h [] []
/src/c-blosc2/tests/test_frame.c [] []
/src/c-blosc2/tests/test_vl_block_overflow.c [] []
/src/c-blosc2/tests/test_schunk_header.c [] []
/src/c-blosc2/tests/test_nolock.c [] []
/src/c-blosc2/tests/test_compress_roundtrip.c [] []
/src/c-blosc2/plugins/filters/ndmean/ndmean.c [] []
/src/c-blosc2/blosc/transpose-altivec.h [] []
/src/c-blosc2/tests/test_special_chunk_copy.c [] []
/src/c-blosc2/tests/test_reorder_offsets.c [] []
/src/c-blosc2/tests/test_growth_swmr.c [] []
/src/c-blosc2/tests/test_postfilter.c [] []
/src/c-blosc2/tests/test_schunk_frame.c [] []
/src/c-blosc2/bench/create_frame.c [] []
/src/c-blosc2/blosc/bitshuffle-generic.c [] []
/src/c-blosc2/tests/test_getitem_overflow.c [] []
/src/c-blosc2/tests/test_set_slice_buffer.c [] []
/src/c-blosc2/tests/test_nthreads.c [] []
/src/c-blosc2/tests/b2nd/test_b2nd_save_append.c [] []
/src/c-blosc2/tests/test_urcodecs.c [] []
/src/c-blosc2/tests/test_compressor.c [] []
/src/c-blosc2/blosc/blosc2.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/fuzz/fuzz_decompress_chunk.c ['tests/fuzz/fuzz_decompress_chunk.c'] ['tests/fuzz/fuzz_decompress_chunk.c']
/src/c-blosc2/tests/test_race.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] []
/src/c-blosc2/blosc/bitshuffle-avx512.c [] []
/src/c-blosc2/blosc/bitshuffle-generic.h [] []
/src/c-blosc2/blosc/sframe.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] []
/src/c-blosc2/blosc/directories.c ['tests/fuzz/fuzz_compress_frame.c'] []
/src/c-blosc2/plugins/codecs/zfp/test_zfp_rate_float.c [] []
/src/c-blosc2/tests/test_mmap.c [] []
/src/c-blosc2/include/blosc2/blosc2-common.h [] []
/src/c-blosc2/blosc/schunk.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c'] ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c']
/src/c-blosc2/tests/test_shuffle_roundtrip_altivec.c [] []
/src/c-blosc2/bench/sframe_bench.c [] []
/src/c-blosc2/tests/test_shuffle_roundtrip_sse2.c [] []
/src/c-blosc2/plugins/codecs/zfp/zfp-private.h [] []
/src/c-blosc2/plugins/codecs/ndlz/xxhash.h [] []
/src/c-blosc2/tests/test_shared_pool.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c'] []
/src/c-blosc2/tests/b2nd/test_b2nd_resize.c [] []
/src/c-blosc2/plugins/codecs/ndlz/test_ndlz.c [] []
/src/c-blosc2/tests/test_insert_chunk.c [] []
/src/c-blosc2/tests/test_shared_thread_pool.c [] []
/src/c-blosc2/blosc/b2nd_utils.c [] []
/src/c-blosc2/tests/test_update_chunk.c [] []
/src/c-blosc2/plugins/codecs/zfp/test_zfp_rate_getitem.c [] []
/src/c-blosc2/bench/b2bench.c ['tests/fuzz/fuzz_decompress_frame.c', 'tests/fuzz/fuzz_compress_frame.c', 'tests/fuzz/fuzz_compress_chunk.c', 'tests/fuzz/fuzz_decompress_chunk.c'] []
/src/c-blosc2/tests/b2nd/test_common.h [] []

Directories in report

Directory
/src/c-blosc2/bench/
/src/c-blosc2/plugins/filters/ndmean/
/src/c-blosc2/plugins/codecs/
/src/c-blosc2/examples/b2nd/
/src/c-blosc2/include/blosc2/
/src/c-blosc2/plugins/filters/ndcell/
/src/c-blosc2/plugins/codecs/zfp/
/src/c-blosc2/plugins/codecs/ndlz/
/src/c-blosc2/include/
/src/c-blosc2/examples/
/src/c-blosc2/compat/
/src/c-blosc2/tests/fuzz/
/src/c-blosc2/plugins/filters/
/src/c-blosc2/bench/b2nd/
/src/c-blosc2/plugins/tuners/
/src/c-blosc2/plugins/filters/bytedelta/
/src/c-blosc2/tests/
/src/c-blosc2/blosc/win32/
/src/c-blosc2/blosc/
/src/c-blosc2/plugins/filters/int_trunc/
/src/c-blosc2/tests/b2nd/