From 15a26d3303d049625ea32a9dcff98fc98e27c34c Mon Sep 17 00:00:00 2001 From: "Edward J. Schwartz" Date: Thu, 27 Oct 2022 12:10:11 -0400 Subject: Fix -t none in afl-showmap --- src/afl-showmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/afl-showmap.c b/src/afl-showmap.c index ce1f8004..af5fb72a 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -1015,7 +1015,7 @@ int main(int argc, char **argv_orig, char **envp) { } - } + } else fsrv->exec_tmout = 0; break; -- cgit 1.4.1