debug output

This commit is contained in:
vanhauser-thc
2023-02-15 09:32:32 +01:00
parent 80eabd6e8a
commit 668f5e1fa9
10 changed files with 37 additions and 7 deletions

View File

@ -1120,7 +1120,7 @@ void perform_dry_run(afl_state_t *afl) {
}
if (q->var_behavior) {
if (unlikely(q->var_behavior && !afl->afl_env.afl_no_warn_instability)) {
WARNF("Instrumentation output varies across runs.");