diff options
author | yuawn <ssspeed00@gmail.com> | 2021-12-11 09:10:14 +0000 |
---|---|---|
committer | yuawn <ssspeed00@gmail.com> | 2021-12-11 10:07:16 +0000 |
commit | 7603e49765080c8114b8c2e796ce9e0d2a02614b (patch) | |
tree | 8f45dc2fa6b44ef87608c5d489763c281a572c9c /src/afl-fuzz-queue.c | |
parent | 74aa826b60601eb59038bf61298b07eb20944caa (diff) | |
download | afl++-7603e49765080c8114b8c2e796ce9e0d2a02614b.tar.gz |
rename active_paths
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r-- | src/afl-fuzz-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-queue.c b/src/afl-fuzz-queue.c index fd5610ca..2d76e4d2 100644 --- a/src/afl-fuzz-queue.c +++ b/src/afl-fuzz-queue.c @@ -548,7 +548,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++; ++afl->queued_items; - ++afl->active_paths; + ++afl->active_items; ++afl->pending_not_fuzzed; afl->cycles_wo_finds = 0; |