mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
retake from mem if possible
This commit is contained in:
@ -1165,6 +1165,10 @@ u8 *queue_testcase_get(afl_state_t *afl, struct queue_entry *q);
|
||||
void queue_testcase_retake(afl_state_t *afl, struct queue_entry *q,
|
||||
u32 old_len);
|
||||
|
||||
/* If trimming changes the testcase size we have to replace it */
|
||||
void queue_testcase_retake_mem(afl_state_t *afl, struct queue_entry *q, u8 *in,
|
||||
u32 len, u32 old_len);
|
||||
|
||||
#if TESTCASE_CACHE == 1
|
||||
#error define of TESTCASE_CACHE must be zero or larger than 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user