mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
fix a few cur_time uses
This commit is contained in:
@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user