mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
ignore unstable
This commit is contained in:
@ -394,6 +394,8 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
|
|||||||
unlikely(afl->first_trace[i] != afl->fsrv.trace_bits[i])) {
|
unlikely(afl->first_trace[i] != afl->fsrv.trace_bits[i])) {
|
||||||
|
|
||||||
afl->var_bytes[i] = 1;
|
afl->var_bytes[i] = 1;
|
||||||
|
// ignore the variable edge by setting it to fully discovered
|
||||||
|
afl->virgin_bits[i] = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user