mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
update custom trim
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user