Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
tests/fuzz/simple_decompress.c tests/fuzz/simple_decompress.c 123 3103 24 31 374 332 simple_decompress.c
tests/fuzz/decompress_cross_format.c tests/fuzz/decompress_cross_format.c 461 2782 24 31 1817 1657 decompress_cross_format.c
tests/fuzz/dictionary_round_trip.c tests/fuzz/dictionary_round_trip.c 713 2581 22 47 1991 1782 dictionary_round_trip.c
tests/fuzz/stream_decompress.c tests/fuzz/stream_decompress.c 468 2777 24 31 1819 1657 stream_decompress.c
tests/fuzz/generate_sequences.c tests/fuzz/generate_sequences.c 692 2602 24 39 1927 1745 generate_sequences.c
tests/fuzz/decompress_dstSize_tooSmall.c tests/fuzz/decompress_dstSize_tooSmall.c 602 2688 20 50 1488 1413 decompress_dstSize_tooSmall.c
tests/fuzz/block_decompress.c tests/fuzz/block_decompress.c 88 3135 19 27 234 210 block_decompress.c
tests/fuzz/zstd_frame_info.c tests/fuzz/zstd_frame_info.c 54 3166 6 10 154 126 zstd_frame_info.c
tests/fuzz/simple_compress.c tests/fuzz/simple_compress.c 567 2722 20 37 1339 1277 simple_compress.c
tests/fuzz/dictionary_loader.c tests/fuzz/dictionary_loader.c 942 2358 23 51 2900 2740 dictionary_loader.c
tests/fuzz/seekable_roundtrip.c tests/fuzz/seekable_roundtrip.c 1044 2263 23 55 3460 3151 seekable_roundtrip.c
tests/fuzz/huf_decompress.c tests/fuzz/huf_decompress.c 133 3106 14 13 262 277 huf_decompress.c
tests/fuzz/huf_round_trip.c tests/fuzz/huf_round_trip.c 258 3008 13 15 518 556 huf_round_trip.c
tests/fuzz/fse_read_ncount.c tests/fuzz/fse_read_ncount.c 22 3197 8 8 49 62 fse_read_ncount.c
tests/fuzz/raw_dictionary_round_trip.c tests/fuzz/raw_dictionary_round_trip.c 713 2581 22 47 1991 1782 raw_dictionary_round_trip.c
tests/fuzz/simple_round_trip.c tests/fuzz/simple_round_trip.c 713 2581 22 47 1991 1782 simple_round_trip.c
tests/fuzz/dictionary_decompress.c tests/fuzz/dictionary_decompress.c 945 2353 23 54 2822 2740 dictionary_decompress.c
tests/fuzz/stream_round_trip.c tests/fuzz/stream_round_trip.c 948 2352 23 52 2919 2762 stream_round_trip.c
tests/fuzz/sequence_compression_api.c tests/fuzz/sequence_compression_api.c 757 2538 22 49 2144 1974 sequence_compression_api.c
tests/fuzz/block_round_trip.c tests/fuzz/block_round_trip.c 713 2581 22 47 1993 1786 block_round_trip.c
tests/fuzz/dictionary_stream_round_trip.c tests/fuzz/dictionary_stream_round_trip.c 748 2546 23 55 2029 1982 dictionary_stream_round_trip.c

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/simple_decompress.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/decompress_cross_format.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/dictionary_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/stream_decompress.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/generate_sequences.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/decompress_dstSize_tooSmall.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/block_decompress.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/zstd_frame_info.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/simple_compress.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/dictionary_loader.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/seekable_roundtrip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/huf_decompress.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/huf_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/fse_read_ncount.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/raw_dictionary_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/simple_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/dictionary_decompress.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/stream_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/sequence_compression_api.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/block_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tests/fuzz/dictionary_stream_round_trip.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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
DiB_trainFromFiles /src/zstd/programs/dibio.c 10 ['char*', 'size_t', 'char**', 'int', 'size_t', 'ZDICT_legacy_params_t*', 'ZDICT_cover_params_t*', 'ZDICT_fastCover_params_t*', 'int', 'unsigned'] 21 0 73 15 18 733 0 2134 725
FIO_compressMultipleFilenames /src/zstd/programs/fileio.c 10 ['FIO_ctx_t*', 'FIO_prefs_t*', 'char**', 'char*', 'char*', 'char*', 'char*', 'char*', 'int', 'ZSTD_compressionParameters'] 24 0 55 13 16 835 0 1951 371
basicUnitTests /src/zstd/tests/zstreamtest.c 3 ['U32', 'double', 'int'] 21 0 1664 119 268 1195 0 3809 363
optimizeForSize /src/zstd/tests/paramgrill.c 8 ['char**', 'size_t', 'char*', 'constraint_t', 'paramValues_t', 'int', 'int', 'U32'] 13 0 145 25 35 229 0 492 312
test_gzio /src/zstd/zlibWrapper/examples/example.c 3 ['char*', 'Byte*', 'uLong'] 8 0 59 12 12 61 0 233 233
runTestMode /src/zstd/tests/decodecorpus.c 4 ['U32', 'unsigned', 'unsigned const', 'genType_e'] 23 0 15 4 6 997 0 3045 185
decode_frame /src/zstd/doc/educational_decoder/zstd_decompress.c 3 ['ostream_t*', 'istream_t*', 'dictionary_t*'] 11 0 6 2 1 62 1 151 148

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

Functions statically reachable by fuzzers
51.0%
1628 / 3214
Cyclomatic complexity statically reachable by fuzzers
60.0%
5918 / 9859

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/simple_decompress.c

Dictionary

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


tests/fuzz/decompress_cross_format.c

Dictionary

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


tests/fuzz/dictionary_round_trip.c

Dictionary

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


tests/fuzz/stream_decompress.c

Dictionary

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


tests/fuzz/generate_sequences.c

Dictionary

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


tests/fuzz/decompress_dstSize_tooSmall.c

Dictionary

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


tests/fuzz/block_decompress.c

Dictionary

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


tests/fuzz/zstd_frame_info.c

Dictionary

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


tests/fuzz/simple_compress.c

Dictionary

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


tests/fuzz/dictionary_loader.c

Dictionary

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


tests/fuzz/seekable_roundtrip.c

Dictionary

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


tests/fuzz/huf_decompress.c

Dictionary

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


tests/fuzz/huf_round_trip.c

Dictionary

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


tests/fuzz/fse_read_ncount.c

Dictionary

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


tests/fuzz/raw_dictionary_round_trip.c

Dictionary

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


tests/fuzz/simple_round_trip.c

Dictionary

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


tests/fuzz/dictionary_decompress.c

Dictionary

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


tests/fuzz/stream_round_trip.c

Dictionary

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


tests/fuzz/sequence_compression_api.c

Dictionary

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


tests/fuzz/block_round_trip.c

Dictionary

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


tests/fuzz/dictionary_stream_round_trip.c

Dictionary

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


Fuzz driver synthesis

New fuzzers

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

dibio.c

Target file: /src/zstd/programs/dibio.c
Target functions: DiB_trainFromFiles
#include "ada_fuzz_header.h"

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

  /* target DiB_trainFromFiles */
  char *new_var0 = ada_safe_get_char_p();
  UNKNOWN_TYPE unknown_1;
  char **new_var2 = af_get_double_char_p();
  int new_var3 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  int new_var8 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_9;
  DiB_trainFromFiles(new_var0, unknown_1, new_var2, new_var3, unknown_4, unknown_5, unknown_6, unknown_7, new_var8, unknown_9);

  af_safe_gb_cleanup();
}

fileio.c

Target file: /src/zstd/programs/fileio.c
Target functions: FIO_compressMultipleFilenames
#include "ada_fuzz_header.h"

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

  /* target FIO_compressMultipleFilenames */
  UNKNOWN_TYPE unknown_10;
  UNKNOWN_TYPE unknown_11;
  char **new_var12 = af_get_double_char_p();
  char *new_var13 = ada_safe_get_char_p();
  char *new_var14 = ada_safe_get_char_p();
  char *new_var15 = ada_safe_get_char_p();
  char *new_var16 = ada_safe_get_char_p();
  char *new_var17 = ada_safe_get_char_p();
  int new_var18 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_19;
  FIO_compressMultipleFilenames(unknown_10, unknown_11, new_var12, new_var13, new_var14, new_var15, new_var16, new_var17, new_var18, unknown_19);

  af_safe_gb_cleanup();
}

zstreamtest.c

Target file: /src/zstd/tests/zstreamtest.c
Target functions: basicUnitTests
#include "ada_fuzz_header.h"

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

  /* target basicUnitTests */
  UNKNOWN_TYPE unknown_20;
  UNKNOWN_TYPE unknown_21;
  int new_var22 = ada_safe_get_int();
  basicUnitTests(unknown_20, unknown_21, new_var22);

  af_safe_gb_cleanup();
}

paramgrill.c

Target file: /src/zstd/tests/paramgrill.c
Target functions: optimizeForSize
#include "ada_fuzz_header.h"

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

  /* target optimizeForSize */
  char **new_var23 = af_get_double_char_p();
  UNKNOWN_TYPE unknown_24;
  char *new_var25 = ada_safe_get_char_p();
  UNKNOWN_TYPE unknown_26;
  UNKNOWN_TYPE unknown_27;
  int new_var28 = ada_safe_get_int();
  int new_var29 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_30;
  optimizeForSize(new_var23, unknown_24, new_var25, unknown_26, unknown_27, new_var28, new_var29, unknown_30);

  af_safe_gb_cleanup();
}

example.c

Target file: /src/zstd/zlibWrapper/examples/example.c
Target functions: test_gzio
#include "ada_fuzz_header.h"

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

  /* target test_gzio */
  char *new_var31 = ada_safe_get_char_p();
  UNKNOWN_TYPE unknown_32;
  UNKNOWN_TYPE unknown_33;
  test_gzio(new_var31, unknown_32, unknown_33);

  af_safe_gb_cleanup();
}

decodecorpus.c

Target file: /src/zstd/tests/decodecorpus.c
Target functions: runTestMode
#include "ada_fuzz_header.h"

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

  /* target runTestMode */
  UNKNOWN_TYPE unknown_34;
  UNKNOWN_TYPE unknown_35;
  UNKNOWN_TYPE unknown_36;
  UNKNOWN_TYPE unknown_37;
  runTestMode(unknown_34, unknown_35, unknown_36, unknown_37);

  af_safe_gb_cleanup();
}

zstd_decompress.c

Target file: /src/zstd/doc/educational_decoder/zstd_decompress.c
Target functions: decode_frame
#include "ada_fuzz_header.h"

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

  /* target decode_frame */
  UNKNOWN_TYPE unknown_38;
  UNKNOWN_TYPE unknown_39;
  UNKNOWN_TYPE unknown_40;
  decode_frame(unknown_38, unknown_39, unknown_40);

  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/zstd/tests/fuzz/stream_decompress.c ['tests/fuzz/stream_decompress.c'] []
/src/zstd/contrib/pzstd/utils/WorkQueue.h [] []
/src/zstd/programs/benchfn.c [] []
/src/zstd/lib/common/allocations.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/common/pool.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/paramgrill.c [] []
/src/zstd/tests/fuzz/fuzz_helpers.h [] []
/src/zstd/lib/deprecated/zbuff_compress.c [] []
/src/zstd/lib/compress/zstd_compress_literals.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/test/include/linux/math64.h [] []
/src/zstd/contrib/pzstd/SkippableFrame.cpp [] []
/src/zstd/doc/educational_decoder/zstd_decompress.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/zlibWrapper/gzread.c [] []
/src/zstd/lib/legacy/zstd_v07.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/loremOut.c [] []
/src/zstd/examples/multiple_streaming_compression.c [] []
/src/zstd/tests/roundTripCrash.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c'] []
/src/zstd/examples/common.h [] []
/src/zstd/contrib/pzstd/test/RoundTrip.h [] []
/src/zstd/tests/fuzz/dictionary_stream_round_trip.c ['tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/compress/huf_compress.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/common/zstd_common.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/external_matchfinder.c [] []
/src/zstd/examples/dictionary_compression.c [] []
/src/zstd/tests/fuzzer.c [] []
/src/zstd/tests/seqgen.c [] []
/src/zstd/tests/fuzz/dictionary_loader.c ['tests/fuzz/dictionary_loader.c', 'tests/fuzz/stream_round_trip.c'] []
/src/zstd/contrib/match_finders/zstd_edist.c [] []
/src/zstd/lib/legacy/zstd_legacy.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/pzstd/ErrorHolder.h [] []
/src/zstd/contrib/pzstd/utils/test/BufferTest.cpp [] []
/src/zstd/tests/fuzz/huf_decompress.c ['tests/fuzz/huf_decompress.c'] []
/src/zstd/tests/fuzz/dictionary_decompress.c ['tests/fuzz/dictionary_decompress.c'] []
/src/zstd/tests/fuzz/generate_sequences.c ['tests/fuzz/generate_sequences.c'] []
/src/zstd/tests/fuzz/dictionary_round_trip.c ['tests/fuzz/dictionary_round_trip.c'] []
/src/zstd/tests/fuzz/block_round_trip.c ['tests/fuzz/block_round_trip.c'] []
/src/zstd/contrib/linux-kernel/mem.h [] []
/src/zstd/contrib/seekable_format/tests/seekable_tests.c [] []
/src/zstd/contrib/pzstd/utils/Likely.h [] []
/src/zstd/lib/zdict.h [] []
/src/zstd/programs/fileio_asyncio.c [] []
/src/zstd/lib/zstd.h [] []
/src/zstd/tests/fuzz/simple_decompress.c ['tests/fuzz/simple_decompress.c'] []
/src/zstd/tests/fuzz/huf_round_trip.c ['tests/fuzz/huf_round_trip.c'] []
/src/zstd/programs/dibio.c [] []
/src/zstd/contrib/seekable_format/examples/parallel_processing.c [] []
/src/zstd/tests/zstreamtest.c [] []
/src/zstd/lib/legacy/zstd_v01.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/examples/simple_compression.c [] []
/src/zstd/lib/common/fse.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/decompress/zstd_decompress.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/dictBuilder/fastcover.c ['tests/fuzz/dictionary_decompress.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/poolTests.c [] []
/src/zstd/lib/compress/zstd_preSplit.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/zlibWrapper/gzwrite.c [] []
/src/zstd/lib/compress/zstd_compress_superblock.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/test/include/linux/module.h [] []
/src/zstd/lib/compress/hist.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/decodecorpus.c [] []
/src/zstd/lib/compress/zstd_double_fast.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/test/test.c [] []
/src/zstd/contrib/seekable_format/examples/seekable_decompression_mem.c [] []
/src/zstd/programs/benchzstd.c [] []
/src/zstd/contrib/pzstd/Options.cpp [] []
/src/zstd/tests/fuzz/seq_prod_fuzz_example/example_seq_prod.c [] []
/src/zstd/contrib/seekable_format/zstdseek_compress.c ['tests/fuzz/seekable_roundtrip.c'] []
/src/zstd/zlibWrapper/examples/minigzip.c [] []
/src/zstd/tests/fuzz/stream_round_trip.c ['tests/fuzz/stream_round_trip.c'] []
/src/zstd/lib/common/bits.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/programs/util.h [] []
/src/zstd/zlibWrapper/examples/zwrapbench.c [] []
/src/zstd/lib/decompress/zstd_ddict.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/compress/zstd_compress_internal.h ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/test/include/linux/kernel.h [] []
/src/zstd/contrib/linux-kernel/test/include/linux/xxhash.h [] []
/src/zstd/tests/fuzz/fuzz_third_party_seq_prod.h [] []
/src/zstd/contrib/pzstd/test/OptionsTest.cpp [] []
/src/zstd/contrib/pzstd/utils/test/WorkQueueTest.cpp [] []
/src/zstd/lib/common/zstd_internal.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/common/huf.h [] []
/src/zstd/lib/compress/zstd_lazy.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/dictBuilder/zdict.c ['tests/fuzz/dictionary_decompress.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/checkTag.c [] []
/src/zstd/contrib/linux-kernel/test/static_test.c [] []
/src/zstd/tests/fuzz/zstd_helpers.c ['tests/fuzz/generate_sequences.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/programs/datagen.c [] []
/src/zstd/lib/legacy/zstd_v06.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/compress/zstd_cwksp.h ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/pzstd/test/RoundTripTest.cpp [] []
/src/zstd/zlibWrapper/zstd_zlibwrapper.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/fuzz/decompress_cross_format.c ['tests/fuzz/decompress_cross_format.c'] []
/src/zstd/tests/fuzz/sequence_compression_api.c ['tests/fuzz/sequence_compression_api.c'] []
/src/zstd/programs/zstdcli_trace.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/regression/data.c ['tests/fuzz/seekable_roundtrip.c'] []
/src/zstd/lib/legacy/zstd_v05.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/pzstd/utils/FileSystem.h [] []
/src/zstd/programs/fileio.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/test/include/linux/unaligned.h [] []
/src/zstd/tests/fuzz/decompress_dstSize_tooSmall.c ['tests/fuzz/decompress_dstSize_tooSmall.c'] []
/src/zstd/programs/timefn.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/diagnose_corruption/check_flipped_bits.c [] []
/src/zstd/lib/compress/zstdmt_compress.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/common/compiler.h [] []
/src/zstd/contrib/pzstd/SkippableFrame.h [] []
/src/zstd/tests/fuzz/block_decompress.c ['tests/fuzz/block_decompress.c'] []
/src/zstd/contrib/pzstd/Pzstd.cpp [] []
/src/zstd/lib/legacy/zstd_v02.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/seekable_format/zstdseek_decompress.c ['tests/fuzz/seekable_roundtrip.c'] []
/src/zstd/lib/common/fse_decompress.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/test/include/linux/swab.h [] []
/src/zstd/zlibWrapper/gzguts.h [] []
/src/zstd/lib/common/xxhash.h [] []
/src/zstd/contrib/seekable_format/examples/parallel_compression.c [] []
/src/zstd/lib/compress/zstd_compress_sequences.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/fuzz/fuzz_helpers.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/zlibWrapper/examples/example.c [] []
/src/zstd/examples/dictionary_decompression.c [] []
/src/zstd/tests/regression/config.c [] []
/src/zstd/lib/common/error_private.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/fuzz/seekable_roundtrip.c ['tests/fuzz/seekable_roundtrip.c'] []
/src/zstd/contrib/linux-kernel/zstd_decompress_module.c [] []
/src/zstd/lib/common/portability_macros.h [] []
/src/zstd/contrib/pzstd/Pzstd.h [] []
/src/zstd/tests/regression/test.c [] []
/src/zstd/lib/decompress/zstd_decompress_internal.h [] []
/src/zstd/zlibWrapper/gzlib.c ['tests/fuzz/seekable_roundtrip.c'] []
/src/zstd/tests/legacy.c [] []
/src/zstd/lib/compress/zstd_opt.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/legacy/zstd_v03.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/linux-kernel/zstd_compress_module.c [] []
/src/zstd/programs/util.c ['tests/fuzz/seekable_roundtrip.c'] []
/src/zstd/tests/fuzz/simple_round_trip.c ['tests/fuzz/simple_round_trip.c'] []
/src/zstd/lib/deprecated/zbuff_decompress.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/fuzz/fse_read_ncount.c ['tests/fuzz/fse_read_ncount.c'] []
/src/zstd/lib/compress/zstd_fast.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/pzstd/utils/ThreadPool.h [] []
/src/zstd/contrib/pzstd/utils/test/ScopeGuardTest.cpp [] []
/src/zstd/doc/educational_decoder/harness.c [] []
/src/zstd/tests/regression/result.c [] []
/src/zstd/lib/compress/zstd_compress.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/decompress/huf_decompress.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/deprecated/zbuff.h [] []
/src/zstd/lib/legacy/zstd_v04.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/zlibWrapper/examples/fitblk.c [] []
/src/zstd/contrib/externalSequenceProducer/sequence_producer.c [] []
/src/zstd/lib/common/cpu.h [] []
/src/zstd/tests/fuzz/fuzz_data_producer.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/common/entropy_common.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/deprecated/zbuff_common.c [] []
/src/zstd/tests/regression/method.c [] []
/src/zstd/contrib/pzstd/utils/Range.h [] []
/src/zstd/lib/common/mem.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/decompress/zstd_decompress_block.c ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/zstd_frame_info.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/compress/zstd_ldm.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/gen_html/gen_html.cpp [] []
/src/zstd/contrib/recovery/recover_directory.c [] []
/src/zstd/contrib/pzstd/Options.h [] []
/src/zstd/tests/fuzz/simple_compress.c ['tests/fuzz/simple_compress.c'] []
/src/zstd/tests/fuzz/raw_dictionary_round_trip.c ['tests/fuzz/raw_dictionary_round_trip.c'] []
/src/zstd/programs/fileio_common.h [] []
/src/zstd/lib/common/threading.h [] []
/src/zstd/contrib/linux-kernel/zstd_deps.h [] []
/src/zstd/tests/regression/result.h [] []
/src/zstd/lib/common/threading.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/programs/platform.h [] []
/src/zstd/contrib/largeNbDicts/largeNbDicts.c [] []
/src/zstd/contrib/pzstd/utils/ScopeGuard.h [] []
/src/zstd/programs/lorem.c [] []
/src/zstd/programs/zstdcli.c [] []
/src/zstd/lib/dictBuilder/cover.c ['tests/fuzz/dictionary_decompress.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/lib/common/bitstream.h ['tests/fuzz/simple_decompress.c', 'tests/fuzz/decompress_cross_format.c', 'tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/stream_decompress.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/block_decompress.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_decompress.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/pzstd/utils/ResourcePool.h [] []
/src/zstd/programs/benchzstd.h [] []
/src/zstd/lib/common/debug.h [] []
/src/zstd/lib/common/error_private.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/tests/fullbench.c [] []
/src/zstd/lib/compress/fse_compress.c ['tests/fuzz/dictionary_round_trip.c', 'tests/fuzz/generate_sequences.c', 'tests/fuzz/decompress_dstSize_tooSmall.c', 'tests/fuzz/simple_compress.c', 'tests/fuzz/dictionary_loader.c', 'tests/fuzz/seekable_roundtrip.c', 'tests/fuzz/huf_round_trip.c', 'tests/fuzz/fse_read_ncount.c', 'tests/fuzz/raw_dictionary_round_trip.c', 'tests/fuzz/simple_round_trip.c', 'tests/fuzz/dictionary_decompress.c', 'tests/fuzz/stream_round_trip.c', 'tests/fuzz/sequence_compression_api.c', 'tests/fuzz/block_round_trip.c', 'tests/fuzz/dictionary_stream_round_trip.c'] []
/src/zstd/contrib/pzstd/utils/Buffer.h [] []
/src/zstd/contrib/pzstd/Logging.h [] []
/src/zstd/lib/dictBuilder/divsufsort.c [] []
/src/zstd/tests/fuzz/zstd_frame_info.c ['tests/fuzz/zstd_frame_info.c'] []

Directories in report

Directory
/src/zstd/lib/
/src/zstd/contrib/seekable_format/tests/
/src/zstd/doc/educational_decoder/
/src/zstd/tests/
/src/zstd/contrib/pzstd/test/
/src/zstd/lib/legacy/
/src/zstd/contrib/diagnose_corruption/
/src/zstd/contrib/gen_html/
/src/zstd/tests/regression/
/src/zstd/tests/fuzz/
/src/zstd/lib/compress/
/src/zstd/contrib/linux-kernel/
/src/zstd/contrib/recovery/
/src/zstd/contrib/match_finders/
/src/zstd/contrib/linux-kernel/test/include/linux/
/src/zstd/contrib/seekable_format/
/src/zstd/contrib/pzstd/
/src/zstd/contrib/linux-kernel/test/
/src/zstd/zlibWrapper/examples/
/src/zstd/programs/
/src/zstd/lib/dictBuilder/
/src/zstd/lib/common/
/src/zstd/tests/fuzz/seq_prod_fuzz_example/
/src/zstd/contrib/externalSequenceProducer/
/src/zstd/contrib/pzstd/utils/
/src/zstd/lib/decompress/
/src/zstd/contrib/seekable_format/examples/
/src/zstd/lib/deprecated/
/src/zstd/contrib/largeNbDicts/
/src/zstd/zlibWrapper/
/src/zstd/contrib/pzstd/utils/test/
/src/zstd/examples/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
tests/fuzz/simple_decompress.c fuzzerLogFile-simple_decompress.data fuzzerLogFile-simple_decompress.data.yaml
tests/fuzz/decompress_cross_format.c fuzzerLogFile-decompress_cross_format.data fuzzerLogFile-decompress_cross_format.data.yaml
tests/fuzz/dictionary_round_trip.c fuzzerLogFile-dictionary_round_trip.data fuzzerLogFile-dictionary_round_trip.data.yaml
tests/fuzz/stream_decompress.c fuzzerLogFile-stream_decompress.data fuzzerLogFile-stream_decompress.data.yaml
tests/fuzz/generate_sequences.c fuzzerLogFile-generate_sequences.data fuzzerLogFile-generate_sequences.data.yaml
tests/fuzz/decompress_dstSize_tooSmall.c fuzzerLogFile-decompress_dstSize_tooSmall.data fuzzerLogFile-decompress_dstSize_tooSmall.data.yaml
tests/fuzz/block_decompress.c fuzzerLogFile-block_decompress.data fuzzerLogFile-block_decompress.data.yaml
tests/fuzz/zstd_frame_info.c fuzzerLogFile-zstd_frame_info.data fuzzerLogFile-zstd_frame_info.data.yaml
tests/fuzz/simple_compress.c fuzzerLogFile-simple_compress.data fuzzerLogFile-simple_compress.data.yaml
tests/fuzz/dictionary_loader.c fuzzerLogFile-dictionary_loader.data fuzzerLogFile-dictionary_loader.data.yaml
tests/fuzz/seekable_roundtrip.c fuzzerLogFile-seekable_roundtrip.data fuzzerLogFile-seekable_roundtrip.data.yaml
tests/fuzz/huf_decompress.c fuzzerLogFile-huf_decompress.data fuzzerLogFile-huf_decompress.data.yaml
tests/fuzz/huf_round_trip.c fuzzerLogFile-huf_round_trip.data fuzzerLogFile-huf_round_trip.data.yaml
tests/fuzz/fse_read_ncount.c fuzzerLogFile-fse_read_ncount.data fuzzerLogFile-fse_read_ncount.data.yaml
tests/fuzz/raw_dictionary_round_trip.c fuzzerLogFile-raw_dictionary_round_trip.data fuzzerLogFile-raw_dictionary_round_trip.data.yaml
tests/fuzz/simple_round_trip.c fuzzerLogFile-simple_round_trip.data fuzzerLogFile-simple_round_trip.data.yaml
tests/fuzz/dictionary_decompress.c fuzzerLogFile-dictionary_decompress.data fuzzerLogFile-dictionary_decompress.data.yaml
tests/fuzz/stream_round_trip.c fuzzerLogFile-stream_round_trip.data fuzzerLogFile-stream_round_trip.data.yaml
tests/fuzz/sequence_compression_api.c fuzzerLogFile-sequence_compression_api.data fuzzerLogFile-sequence_compression_api.data.yaml
tests/fuzz/block_round_trip.c fuzzerLogFile-block_round_trip.data fuzzerLogFile-block_round_trip.data.yaml
tests/fuzz/dictionary_stream_round_trip.c fuzzerLogFile-dictionary_stream_round_trip.data fuzzerLogFile-dictionary_stream_round_trip.data.yaml