add eviction stat

This commit is contained in:
van Hauser
2020-10-17 11:38:55 +02:00
parent d5c3b4bafd
commit fcea01a8ea
3 changed files with 7 additions and 1 deletions

View File

@ -996,6 +996,7 @@ inline u8 *queue_testcase_get(afl_state_t *afl, struct queue_entry *q) {
afl->q_testcase_cache_size -= old_cached->len;
afl->q_testcase_cache[tid] = NULL;
--afl->q_testcase_cache_count;
++afl->q_testcase_evictions;
}