mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
No longer need classify_counts_mem
This commit is contained in:
@ -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
|
// Note: SAND was evaluated under FAST schedule but should also work
|
||||||
// with other scedules.
|
// with other scedules.
|
||||||
if (!classified) {
|
if (!classified) {
|
||||||
classify_counts_mem(
|
classify_counts(&afl->fsrv);
|
||||||
(u64*)afl->fsrv.trace_bits,
|
|
||||||
afl->fsrv.map_size
|
|
||||||
);
|
|
||||||
classified = 1;
|
classified = 1;
|
||||||
}
|
}
|
||||||
cksum_unique =
|
cksum_unique =
|
||||||
|
Reference in New Issue
Block a user