diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-09 13:22:10 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-09 13:22:10 +0100 |
commit | 9063002af22e916701588248eca2fd2669e4d0df (patch) | |
tree | 89dce15383ef3db54faddc39acf68551b3fefa98 /src/afl-fuzz-run.c | |
parent | 4c6d94ea5f854071277ed9729de2d4ef7d07cc84 (diff) | |
download | afl++-9063002af22e916701588248eca2fd2669e4d0df.tar.gz |
rename path
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r-- | src/afl-fuzz-run.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c index 2789b56f..d730876a 100644 --- a/src/afl-fuzz-run.c +++ b/src/afl-fuzz-run.c @@ -953,7 +953,7 @@ common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { if (afl->subseq_tmouts++ > TMOUT_LIMIT) { - ++afl->cur_skipped_paths; + ++afl->cur_skipped_items; return 1; } @@ -970,7 +970,7 @@ common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { if (afl->skip_requested) { afl->skip_requested = 0; - ++afl->cur_skipped_paths; + ++afl->cur_skipped_items; return 1; } |