mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
Force CCtx minmatch to be same as generated minmatch
This commit is contained in:
@ -198,6 +198,7 @@ static size_t roundTripTest(void *result, size_t resultCapacity,
|
||||
ZSTD_CCtx_setParameter(cctx, ZSTD_c_nbWorkers, 0);
|
||||
ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, cLevel);
|
||||
ZSTD_CCtx_setParameter(cctx, ZSTD_c_windowLog, wLog);
|
||||
ZSTD_CCtx_setParameter(cctx, ZSTD_c_minMatch, ZSTD_MINMATCH_MIN);
|
||||
/* TODO: Add block delim mode fuzzing */
|
||||
ZSTD_CCtx_setParameter(cctx, ZSTD_c_blockDelimiters, ZSTD_sf_noBlockDelimiters);
|
||||
if (hasDict) {
|
||||
|
Reference in New Issue
Block a user