update custom trim

This commit is contained in:
vanhauser-thc
2021-07-11 17:26:31 +02:00
parent 4ef12d7215
commit 37fff16a36
2 changed files with 2 additions and 4 deletions

View File

@ -339,7 +339,7 @@ u8 trim_case_custom(afl_state_t *afl, struct queue_entry *q, u8 *in_buf,
}
while (afl->stage_cur < afl->stage_max) {
while (afl->stage_cur <= afl->stage_max) {
u8 *retbuf = NULL;