mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix -z
This commit is contained in:
@ -1112,7 +1112,7 @@ void show_stats_normal(afl_state_t *afl) {
|
||||
|
||||
} else if (likely(afl->skip_deterministic)) {
|
||||
|
||||
strcpy(tmp, "disabled (default, enable with -D)");
|
||||
strcpy(tmp, "disabled (-z switch used)");
|
||||
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user