diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-stress/stress.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-stress/stress.go b/tools/syz-stress/stress.go index defcb38a3..de5f8ddf8 100644 --- a/tools/syz-stress/stress.go +++ b/tools/syz-stress/stress.go @@ -25,7 +25,7 @@ import ( var ( flagCorpus = flag.String("corpus", "", "corpus directory") - flagExecutor = flag.String("executor", "", "path to executor binary") + flagExecutor = flag.String("executor", "./syz-executor", "path to executor binary") flagOutput = flag.Bool("output", false, "print executor output to console") flagProcs = flag.Int("procs", 2*runtime.NumCPU(), "number of parallel processes") flagLogProg = flag.Bool("logprog", false, "print programs before execution") |
