diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-24 18:08:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-24 18:08:27 +0200 |
commit | 8c228b0d23e303499dccf3df77c5d0b3a8b59b7b (patch) | |
tree | 42728ce65b55a60cc90314d882096ce3499d93fe /afl-cmin | |
parent | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff) | |
download | afl++-8c228b0d23e303499dccf3df77c5d0b3a8b59b7b.tar.gz |
afl-showmap -I option
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin index e2c26d91..6b36c261 100755 --- a/afl-cmin +++ b/afl-cmin @@ -234,7 +234,7 @@ BEGIN { } # while options if (!mem_limit) mem_limit = "none" - if (!timeout) timeout = "none" + if (!timeout) timeout = "5000" # get program args i = 0 |