check for minimum cache size

This commit is contained in:
van Hauser
2020-10-14 17:32:51 +02:00
parent 23872d6f2c
commit 735e8c3956
2 changed files with 17 additions and 6 deletions

View File

@ -1165,7 +1165,7 @@ void queue_testcase_retake(afl_state_t *afl, struct queue_entry *q,
u32 old_len);
#if TESTCASE_CACHE == 1
#error define of TESTCASE_CACHE must be zero or larger than 1
#error define of TESTCASE_CACHE must be zero or larger than 1
#endif
#endif