Fix Rescale Continue Special Case
This commit is contained in:
@@ -1461,7 +1461,8 @@ static size_t ZSTD_resetCCtx_internal(ZSTD_CCtx* zc,
|
|||||||
&zc->blockState.matchState,
|
&zc->blockState.matchState,
|
||||||
&zc->workspace,
|
&zc->workspace,
|
||||||
¶ms.cParams,
|
¶ms.cParams,
|
||||||
ZSTDcrp_noMemset, ZSTD_resetTarget_CCtx));
|
crp,
|
||||||
|
ZSTD_resetTarget_CCtx));
|
||||||
}
|
}
|
||||||
return ZSTD_continueCCtx(zc, ¶ms, pledgedSrcSize);
|
return ZSTD_continueCCtx(zc, ¶ms, pledgedSrcSize);
|
||||||
} } }
|
} } }
|
||||||
|
|||||||
Reference in New Issue
Block a user