mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
Remove var bytes makeups
This commit is contained in:
parent
99cf15bd30
commit
f905087e8e
@ -512,21 +512,6 @@ u8 __attribute__((hot)) save_if_interesting(afl_state_t *afl, void *mem,
|
||||
|
||||
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. */
|
||||
|
||||
/* Generating a hash on every input is super expensive. Bad idea and should
|
||||
|
Loading…
x
Reference in New Issue
Block a user