diff options
author | van Hauser <vh@thc.org> | 2020-10-09 23:23:44 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-09 23:23:44 +0200 |
commit | 125f8b6ba71fba91735374b1bd07333b19aae635 (patch) | |
tree | eb2ae6521fa72a3c49da0f54a1e622fde425fff8 /src/afl-fuzz-state.c | |
parent | fd4a2dfec2d44879aa7b9eee76978b56a60e7912 (diff) | |
download | afl++-125f8b6ba71fba91735374b1bd07333b19aae635.tar.gz |
-m none is the default now
Diffstat (limited to 'src/afl-fuzz-state.c')
-rw-r--r-- | src/afl-fuzz-state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-state.c b/src/afl-fuzz-state.c index 4a1e739f..a8e56e60 100644 --- a/src/afl-fuzz-state.c +++ b/src/afl-fuzz-state.c @@ -87,7 +87,7 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) { afl->w_end = 0.3; afl->g_max = 5000; afl->period_pilot_tmp = 5000.0; - afl->schedule = COE; /* Power schedule (default: COE) */ + afl->schedule = EXPLORE; /* Power schedule (default: EXPLORE) */ afl->havoc_max_mult = HAVOC_MAX_MULT; afl->clear_screen = 1; /* Window resized? */ |