mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
imported fix from google afl
This commit is contained in:
@ -738,10 +738,10 @@ void find_timeout(void) {
|
||||
(void)i; /* Ignore errors */
|
||||
close(fd);
|
||||
|
||||
off = strstr(tmp, "exec_timeout : ");
|
||||
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