]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix static analyze fuzzer.c error
authorsenhuang42 <senhuang96@fb.com>
Fri, 2 Oct 2020 19:27:06 +0000 (15:27 -0400)
committersenhuang42 <senhuang96@fb.com>
Wed, 7 Oct 2020 17:56:25 +0000 (13:56 -0400)
tests/fuzzer.c

index 82d2f119e981d939899c094f355dd7b66649a6bd..d18cb48c7033fabbc13398814f8731ec5cb44a3a 100644 (file)
@@ -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);