mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +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)) {
|
} else if (likely(afl->skip_deterministic)) {
|
||||||
|
|
||||||
strcpy(tmp, "disabled (default, enable with -D)");
|
strcpy(tmp, "disabled (-z switch used)");
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user