1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-08 06:42:18 +03:00
Files
zstd/tests/fuzzer.c
W. Felix Handte 98d3df326b Change Target Size in Fuzzer
It's a bit strange, because this is hitting the dictionary special case where
the dictionary is contiguous with the input and still runs in the single-
segment path.

We should probably change that to hit the `extDict` path instead?
2021-09-01 14:15:04 -04:00

198 KiB