From 58d5dfea5468998c83ed75afbadb0b1bc4146af7 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 25 Sep 2016 01:34:03 +0200 Subject: [PATCH] zstreamtest uses ZSTD_reset?Stream --- tests/zstreamtest.c | 63 ++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/tests/zstreamtest.c b/tests/zstreamtest.c index d10d4f125..085de8139 100644 --- a/tests/zstreamtest.c +++ b/tests/zstreamtest.c @@ -358,34 +358,32 @@ static int fuzzerTests(U32 seed, U32 nbTests, unsigned startTest, double compres { static const U32 maxSrcLog = 24; static const U32 maxSampleLog = 19; + size_t const srcBufferSize = (size_t)1<