mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
imported fix from google afl
This commit is contained in:
@ -741,7 +741,7 @@ void find_timeout(void) {
|
||||
off = strstr(tmp, "exec_timeout : ");
|
||||
if (!off) return;
|
||||
|
||||
ret = atoi(off + 17);
|
||||
ret = atoi(off + 20);
|
||||
if (ret <= 4) return;
|
||||
|
||||
exec_tmout = ret;
|
||||
|
Reference in New Issue
Block a user