Remove var bytes makeups

This commit is contained in:
mio 2025-01-23 19:17:44 +08:00
parent 99cf15bd30
commit f905087e8e
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -512,21 +512,6 @@ u8 __attribute__((hot)) save_if_interesting(afl_state_t *afl, void *mem,
afl->san_case_status = 0; afl->san_case_status = 0;
/* Mask out var bytes */
if (unlikely(afl->san_binary_length)) {
for (u32 i = 0; i < afl->fsrv.map_size; i++) {
if (afl->var_bytes[i] && afl->fsrv.trace_bits[i]) {
afl->fsrv.trace_bits[i] = 1;
}
}
}
/* Update path frequency. */ /* Update path frequency. */
/* Generating a hash on every input is super expensive. Bad idea and should /* Generating a hash on every input is super expensive. Bad idea and should