From: Bimba Shrestha Date: Fri, 27 Sep 2019 14:20:20 +0000 (-0700) Subject: Typo fix X-Git-Tag: v1.4.4~1^2~38^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63a1e7ae526e7544c0bcfdfebf8744f133eb500;p=thirdparty%2Fzstd.git Typo fix --- diff --git a/tests/fuzzer.c b/tests/fuzzer.c index 0b935c825..cf81230db 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -2002,7 +2002,7 @@ static int basicUnitTests(U32 const seed, double compressibility) /* "decode" and compare the sequences */ FUZ_decodeSequences(decoded, seqs, seqsSize, src, srcSize); - assert(!memcmp(CNBuffer, compressedBuffer, 5)); + assert(!memcmp(CNBuffer, compressedBuffer, srcSize)); ZSTD_freeCCtx(cctx); free(seqs);