about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-08-03 15:17:47 +0200
committerhexcoder- <heiko@hexco.de>2020-08-03 15:17:47 +0200
commit55bd24b0c737b5e89b82dc01f322e4797164c4f1 (patch)
treeb4f95abd84843c63cdfc77a32ea0f6c28c541447 /src/afl-fuzz.c
parentf18c2eb8ae0b2d6c0d4147684b8efcaa1a0b2aae (diff)
parent898353c87ae2b7e212e1012e847f02f8e18f9428 (diff)
downloadafl++-55bd24b0c737b5e89b82dc01f322e4797164c4f1.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 326ccc1c..da30797c 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1304,7 +1304,8 @@ int main(int argc, char **argv_orig, char **envp) {
               afl->expand_havoc = 1;
               break;
             case 1:
-              if (afl->limit_time_sig == 0) {
+              if (afl->limit_time_sig == 0 && !afl->custom_only &&
+                  !afl->python_only) {
 
                 afl->limit_time_sig = -1;
                 afl->limit_time_puppet = 0;