From bddc26faf61a380295419dbe4ad383b77932a3ce Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 9 Sep 2024 17:40:00 -0400 Subject: [PATCH] debug_fuzzer follow-up --- src/pline.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pline.c b/src/pline.c index 17b29f2d8..1e23846ce 100644 --- a/src/pline.c +++ b/src/pline.c @@ -587,8 +587,7 @@ impossible(const char *s, ...) va_end(the_args); pbuf[BUFSZ - 1] = '\0'; /* sanity */ paniclog("impossible", pbuf); - if (iflags.debug_fuzzer - && iflags.debug_fuzzer == 1) + if (iflags.debug_fuzzer == 1) panic("%s", pbuf); gp.pline_flags = URGENT_MESSAGE;