about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEdward J. Schwartz <eschwartz@cert.org>2022-10-27 12:10:11 -0400
committerEdward J. Schwartz <eschwartz@cert.org>2022-10-27 12:12:55 -0400
commit15a26d3303d049625ea32a9dcff98fc98e27c34c (patch)
tree98eb767cb3f95cb39357155fb23f4480aad68989 /src
parent05e0825d66d938308842c25c4c74b5cdd4a885eb (diff)
downloadafl++-15a26d3303d049625ea32a9dcff98fc98e27c34c.tar.gz
Fix -t none in afl-showmap
Diffstat (limited to 'src')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
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;