This commit is contained in:
vanhauser-thc
2024-02-04 16:16:32 +01:00
parent 34a3060b0f
commit 6d209ce045
2 changed files with 2 additions and 2 deletions

View File

@ -1112,7 +1112,7 @@ void show_stats_normal(afl_state_t *afl) {
} else if (likely(afl->skip_deterministic)) { } else if (likely(afl->skip_deterministic)) {
strcpy(tmp, "disabled (default, enable with -D)"); strcpy(tmp, "disabled (-z switch used)");
} else { } else {

View File

@ -539,7 +539,7 @@ int main(int argc, char **argv_orig, char **envp) {
// still available: HjJkKqruvwz // still available: HjJkKqruvwz
while ((opt = getopt(argc, argv, while ((opt = getopt(argc, argv,
"+a:Ab:B:c:CdDe:E:f:F:g:G:hi:I:l:L:m:M:nNo:Op:P:QRs:S:t:" "+a:Ab:B:c:CdDe:E:f:F:g:G:hi:I:l:L:m:M:nNo:Op:P:QRs:S:t:"
"T:UV:WXx:YZ")) > 0) { "T:UV:WXx:YzZ")) > 0) {
switch (opt) { switch (opt) {