mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
nits
This commit is contained in:
@ -201,8 +201,8 @@
|
|||||||
|
|
||||||
/* Maximum number of unique hangs or crashes to record: */
|
/* Maximum number of unique hangs or crashes to record: */
|
||||||
|
|
||||||
#define KEEP_UNIQUE_HANG 500U
|
#define KEEP_UNIQUE_HANG 512U
|
||||||
#define KEEP_UNIQUE_CRASH 10000U
|
#define KEEP_UNIQUE_CRASH 25600U
|
||||||
|
|
||||||
/* Baseline number of random tweaks during a single 'havoc' stage: */
|
/* Baseline number of random tweaks during a single 'havoc' stage: */
|
||||||
|
|
||||||
|
@ -785,13 +785,6 @@ may_save_fault:
|
|||||||
|
|
||||||
if (likely(!afl->non_instrumented_mode)) {
|
if (likely(!afl->non_instrumented_mode)) {
|
||||||
|
|
||||||
if (unlikely(!classified)) {
|
|
||||||
|
|
||||||
classify_counts(&afl->fsrv);
|
|
||||||
classified = 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
simplify_trace(afl, afl->fsrv.trace_bits);
|
simplify_trace(afl, afl->fsrv.trace_bits);
|
||||||
|
|
||||||
if (!has_new_bits(afl, afl->virgin_tmout)) { return keeping; }
|
if (!has_new_bits(afl, afl->virgin_tmout)) { return keeping; }
|
||||||
@ -925,13 +918,6 @@ may_save_fault:
|
|||||||
|
|
||||||
if (likely(!afl->non_instrumented_mode)) {
|
if (likely(!afl->non_instrumented_mode)) {
|
||||||
|
|
||||||
if (unlikely(!classified)) {
|
|
||||||
|
|
||||||
classify_counts(&afl->fsrv);
|
|
||||||
classified = 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
simplify_trace(afl, afl->fsrv.trace_bits);
|
simplify_trace(afl, afl->fsrv.trace_bits);
|
||||||
|
|
||||||
if (!has_new_bits(afl, afl->virgin_crash)) { return keeping; }
|
if (!has_new_bits(afl, afl->virgin_crash)) { return keeping; }
|
||||||
|
Reference in New Issue
Block a user