mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
small improvements to Marcel's patch, fix laf-intel + redqueen crashes
This commit is contained in:
@ -732,8 +732,8 @@ void read_testcases(afl_state_t *afl, u8 *directory) {
|
||||
if (unlikely(afl->schedule >= FAST && afl->schedule <= RARE)) {
|
||||
|
||||
u64 cksum = hash64(afl->fsrv.trace_bits, afl->fsrv.map_size, HASH_CONST);
|
||||
|
||||
afl->n_fuzz[cksum % n_fuzz_size] = 1;
|
||||
afl->queue_top->n_fuzz_entry = cksum % N_FUZZ_SIZE;
|
||||
afl->n_fuzz[afl->queue_top->n_fuzz_entry] = 1;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user