fix a few cur_time uses

This commit is contained in:
vanhauser-thc
2021-05-11 22:06:37 +02:00
parent 8929da3391
commit 72ca9b4684
5 changed files with 20 additions and 14 deletions

View File

@ -1940,8 +1940,10 @@ int main(int argc, char **argv_orig, char **envp) {
/* If we had a full queue cycle with no new finds, try
recombination strategies next. */
if (unlikely(afl->queued_paths == prev_queued &&
(get_cur_time() - afl->start_time) >= 3600)) {
if (unlikely(afl->queued_paths == prev_queued
/* FIXME TODO BUG: && (get_cur_time() - afl->start_time) >=
3600 */
)) {
if (afl->use_splicing) {