]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add seekable roundtrip fuzzer (#2617)
authorsen <senhuang96@fb.com>
Thu, 6 May 2021 14:08:21 +0000 (10:08 -0400)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 14:08:21 +0000 (10:08 -0400)
commitd6be7659b00e626aacc9a64d5dec95e1a91d4b60
tree3db38ebcae6754d130525ca3ba292b75395e7828
parent26c7b0038e1c2dc5d1bde3aff0b0578f4255aeb0
Add seekable roundtrip fuzzer (#2617)
contrib/seekable_format/examples/Makefile
contrib/seekable_format/examples/parallel_compression.c
contrib/seekable_format/tests/Makefile
contrib/seekable_format/zstdseek_compress.c
contrib/seekable_format/zstdseek_decompress.c
tests/fuzz/.gitignore
tests/fuzz/Makefile
tests/fuzz/fuzz.py
tests/fuzz/seekable_roundtrip.c [new file with mode: 0644]