From e96ea5d1478a8cbd29b8062907158fc826d24582 Mon Sep 17 00:00:00 2001 From: senhuang42 Date: Fri, 2 Oct 2020 15:27:06 -0400 Subject: [PATCH] Fix static analyze fuzzer.c error --- tests/fuzzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2