No longer need classify_counts_mem

This commit is contained in:
mio 2025-04-09 21:13:23 +08:00
parent 6223ddf6d2
commit eb0b8b2c5c
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -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 =