]> git.ipfire.org Git - thirdparty/zstd.git/commit
Use range instead of the generic uint32 method to use less bytes when generating...
authorDario Pavlovic <dariop@fb.com>
Thu, 12 Sep 2019 19:40:12 +0000 (12:40 -0700)
committerDario Pavlovic <dariop@fb.com>
Thu, 12 Sep 2019 19:40:12 +0000 (12:40 -0700)
commit92c58c4d5d36f6ecbd2f3d2be8d7a4dc7d4d3900
treeed84236eeea0f4c5e1d961581757209fbc1e5d63
parentb5b24c2a0d68aee159e01e8d0ad2f657f7c10b5c
Use range instead of the generic uint32 method to use less bytes when generating necessary numbers.
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_round_trip.c
tests/fuzz/stream_decompress.c
tests/fuzz/stream_round_trip.c
tests/fuzz/zstd_helpers.c
tests/fuzz/zstd_helpers.h