add seek power schedule, remove update stats in calibration, fix help output

This commit is contained in:
van Hauser
2020-06-25 10:33:59 +02:00
parent 15dd4ad177
commit b5573b3adb
8 changed files with 34 additions and 28 deletions

View File

@ -194,7 +194,8 @@ void maybe_update_plot_file(afl_state_t *afl, double bitmap_cvg, double eps) {
afl->plot_prev_uc == afl->unique_crashes &&
afl->plot_prev_uh == afl->unique_hangs &&
afl->plot_prev_md == afl->max_depth) ||
unlikely(!afl->queue_cycle) || unlikely(get_cur_time() - afl->start_time <= 60)) {
unlikely(!afl->queue_cycle) ||
unlikely(get_cur_time() - afl->start_time <= 60)) {
return;