diff options
author | Edward J. Schwartz <eschwartz@cert.org> | 2022-10-27 12:10:11 -0400 |
---|---|---|
committer | Edward J. Schwartz <eschwartz@cert.org> | 2022-10-27 12:12:55 -0400 |
commit | 15a26d3303d049625ea32a9dcff98fc98e27c34c (patch) | |
tree | 98eb767cb3f95cb39357155fb23f4480aad68989 /src | |
parent | 05e0825d66d938308842c25c4c74b5cdd4a885eb (diff) | |
download | afl++-15a26d3303d049625ea32a9dcff98fc98e27c34c.tar.gz |
Fix -t none in afl-showmap
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 2 |
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; |