mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fix "fix"
This commit is contained in:
Submodule custom_mutators/grammar_mutator/grammar_mutator updated: b3c4fcfa6a...b79d51a8da
Submodule qemu_mode/qemuafl updated: 21ff343837...d73b0336b4
@ -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;
|
u8 *retbuf = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user