From: senhuang42 Date: Fri, 2 Oct 2020 19:27:06 +0000 (-0400) Subject: Fix static analyze fuzzer.c error X-Git-Tag: v1.4.7~57^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96ea5d1478a8cbd29b8062907158fc826d24582;p=thirdparty%2Fzstd.git Fix static analyze fuzzer.c error --- diff --git a/tests/fuzzer.c b/tests/fuzzer.c index 82d2f119e..d18cb48c7 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -811,7 +811,7 @@ static int basicUnitTests(U32 const seed, double compressibility) if (cSizeLdm > cSizeNoLdm) { DISPLAY("Using long mode should not cause regressions for btopt+\n"); testResult = 1; - goto _output_error; + goto _end; } ZSTD_freeCCtx(cctx);