This commit is contained in:
vanhauser-thc
2021-04-16 00:41:32 +02:00
parent c8e96e5253
commit e41d1183cc
4 changed files with 6 additions and 4 deletions

View File

@ -866,7 +866,7 @@ void show_stats(afl_state_t *afl) {
if (unlikely(afl->custom_only)) {
strcpy(tmp, "disabled (custom mutator only mode)");
strcpy(tmp, "disabled (custom-mutator-only mode)");
} else if (likely(afl->skip_deterministic)) {