]> git.ipfire.org Git - thirdparty/zstd.git/commit
Provide an interface for fuzzing sequence producer plugins 3551/head
authorElliot Gorokhovsky <embg@fb.com>
Tue, 14 Mar 2023 16:40:53 +0000 (09:40 -0700)
committerElliot Gorokhovsky <embg@fb.com>
Tue, 28 Mar 2023 19:02:57 +0000 (12:02 -0700)
commita810e1eeb7ebc12d5a2c96f6dc3660cfc51c145d
tree79186f10fc0915c78b86886d8dfe773140183f4e
parent9420bce8a491e21821c4b372f837bf4bd47e5870
Provide an interface for fuzzing sequence producer plugins
21 files changed:
tests/fuzz/Makefile
tests/fuzz/README.md
tests/fuzz/block_round_trip.c
tests/fuzz/decompress_dstSize_tooSmall.c
tests/fuzz/dictionary_decompress.c
tests/fuzz/dictionary_loader.c
tests/fuzz/dictionary_round_trip.c
tests/fuzz/dictionary_stream_round_trip.c
tests/fuzz/fuzz.h
tests/fuzz/fuzz.py
tests/fuzz/fuzz_third_party_seq_prod.h [new file with mode: 0644]
tests/fuzz/raw_dictionary_round_trip.c
tests/fuzz/seq_prod_fuzz_example/Makefile [new file with mode: 0644]
tests/fuzz/seq_prod_fuzz_example/README.md [new file with mode: 0644]
tests/fuzz/seq_prod_fuzz_example/example_seq_prod.c [new file with mode: 0644]
tests/fuzz/sequence_compression_api.c
tests/fuzz/simple_compress.c
tests/fuzz/simple_round_trip.c
tests/fuzz/stream_round_trip.c
tests/fuzz/zstd_helpers.c
tests/fuzz/zstd_helpers.h