]> git.ipfire.org Git - thirdparty/zstd.git/commit
[Fuzz] Improve data generation #1723
authorDario Pavlovic <dariop@fb.com>
Tue, 10 Sep 2019 23:14:43 +0000 (16:14 -0700)
committerDario Pavlovic <dariop@fb.com>
Tue, 10 Sep 2019 23:14:43 +0000 (16:14 -0700)
commit0630d084cb0e0ea829630cc4fb1ebdb40af91652
treec1428796b6b581f06ba14dd4909ffe2f1273779b
parentea1ad123da7f760cac8d57bbaf81d367af17aebb
[Fuzz] Improve data generation #1723

Converting the rest of the tests to use the new data producer.
13 files changed:
tests/fuzz/block_decompress.c
tests/fuzz/block_round_trip.c
tests/fuzz/dictionary_decompress.c
tests/fuzz/dictionary_round_trip.c
tests/fuzz/fuzz_data_producer.c
tests/fuzz/fuzz_data_producer.h
tests/fuzz/simple_compress.c
tests/fuzz/simple_decompress.c
tests/fuzz/simple_round_trip.c
tests/fuzz/stream_decompress.c
tests/fuzz/stream_round_trip.c
tests/fuzz/zstd_helpers.c
tests/fuzz/zstd_helpers.h