mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
No longer need classify_counts_mem
This commit is contained in:
parent
6223ddf6d2
commit
eb0b8b2c5c
@ -557,10 +557,7 @@ u8 __attribute__((hot)) save_if_interesting(afl_state_t *afl, void *mem,
|
||||
// Note: SAND was evaluated under FAST schedule but should also work
|
||||
// with other scedules.
|
||||
if (!classified) {
|
||||
classify_counts_mem(
|
||||
(u64*)afl->fsrv.trace_bits,
|
||||
afl->fsrv.map_size
|
||||
);
|
||||
classify_counts(&afl->fsrv);
|
||||
classified = 1;
|
||||
}
|
||||
cksum_unique =
|
||||
|
Loading…
x
Reference in New Issue
Block a user