fix timeout for sessions restart and + usage

This commit is contained in:
vanhauser-thc
2023-06-20 19:58:08 +02:00
parent a0242db421
commit 7b29f2cd24
3 changed files with 17 additions and 15 deletions

View File

@ -2362,6 +2362,7 @@ int main(int argc, char **argv_orig, char **envp) {
max_ms = afl->queue_buf[entry]->exec_us;
afl->fsrv.exec_tmout = max_ms;
afl->timeout_given = 1;
}