This commit is contained in:
vanhauser-thc
2023-03-30 19:28:59 +02:00
parent 145748a7e0
commit 506f6b1349
2 changed files with 99 additions and 7 deletions

View File

@ -563,7 +563,7 @@ void add_to_queue(afl_state_t *afl, u8 *fname, u32 len, u8 passed_det) {
}
if (likely(q->len > 4)) afl->ready_for_splicing_count++;
if (likely(q->len > 4)) { ++afl->ready_for_splicing_count; }
++afl->queued_items;
++afl->active_items;