ignore unstable

This commit is contained in:
van Hauser
2020-09-02 20:30:26 +02:00
parent 4261e17b3e
commit c39a552cc0

View File

@ -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])) {
afl->var_bytes[i] = 1;
// ignore the variable edge by setting it to fully discovered
afl->virgin_bits[i] = 0;
}