Added frame content size test within fuzzer

This commit is contained in:
Yann Collet
2016-03-15 15:24:52 +01:00
parent 135f319bb2
commit 346bffbc68
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1033,7 +1033,7 @@ size_t ZSTD_decompress(void* dst, size_t maxDstSize, const void* src, size_t src
}
/* ******************************
/*_******************************
* Streaming Decompression API
********************************/
size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx)