rename active_paths

This commit is contained in:
yuawn
2021-12-11 09:10:14 +00:00
parent 74aa826b60
commit 7603e49765
4 changed files with 8 additions and 8 deletions

View File

@ -920,7 +920,7 @@ void perform_dry_run(afl_state_t *afl) {
q->was_fuzzed = 1;
--afl->pending_not_fuzzed;
--afl->active_paths;
--afl->active_items;
}
@ -1051,7 +1051,7 @@ void perform_dry_run(afl_state_t *afl) {
q->was_fuzzed = 1;
--afl->pending_not_fuzzed;
--afl->active_paths;
--afl->active_items;
}
@ -1162,7 +1162,7 @@ void perform_dry_run(afl_state_t *afl) {
p->was_fuzzed = 1;
--afl->pending_not_fuzzed;
--afl->active_paths;
--afl->active_items;
}
@ -1175,7 +1175,7 @@ void perform_dry_run(afl_state_t *afl) {
q->was_fuzzed = 1;
--afl->pending_not_fuzzed;
--afl->active_paths;
--afl->active_items;
}