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

@ -547,7 +547,7 @@ u8 fuzz_one_original(afl_state_t *afl) {
afl->queue_cur->perf_score = orig_perf = perf_score =
calculate_score(afl, afl->queue_cur);
if (unlikely(perf_score <= 0 && afl->active_paths > 1)) {
if (unlikely(perf_score <= 0 && afl->active_items > 1)) {
goto abandon_entry;
@ -3064,7 +3064,7 @@ static u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) {
else
orig_perf = perf_score = calculate_score(afl, afl->queue_cur);
if (unlikely(perf_score <= 0 && afl->active_paths > 1)) {
if (unlikely(perf_score <= 0 && afl->active_items > 1)) {
goto abandon_entry;