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:
@ -738,10 +738,10 @@ void find_timeout(void) {
|
|||||||
(void)i; /* Ignore errors */
|
(void)i; /* Ignore errors */
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
off = strstr(tmp, "exec_timeout : ");
|
off = strstr(tmp, "exec_timeout : ");
|
||||||
if (!off) return;
|
if (!off) return;
|
||||||
|
|
||||||
ret = atoi(off + 17);
|
ret = atoi(off + 20);
|
||||||
if (ret <= 4) return;
|
if (ret <= 4) return;
|
||||||
|
|
||||||
exec_tmout = ret;
|
exec_tmout = ret;
|
||||||
|
Reference in New Issue
Block a user