mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed fuzzer test
This commit is contained in:
parent
c08e649e95
commit
ff8f83bd47
1 changed files with 1 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ static int basicUnitTests(U32 seed, double compressibility)
|
|||
size_t const r = ZSTD_decompress_usingDDict(dctx, decodedBuffer, CNBuffSize, compressedBuffer, cSize, ddict);
|
||||
if (r != CNBuffSize - dictSize) goto _output_error;
|
||||
}
|
||||
free(ddictBuffer);
|
||||
DISPLAYLEVEL(4, "OK (size of static DDict : %u) \n", (U32)ddictBufferSize);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue