mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-19 19:10:34 +00:00
prog2c: use 1 prog by default
This commit is contained in:
parent
fce462fb99
commit
07335203da
@ -17,7 +17,7 @@ var (
|
||||
flagThreaded = flag.Bool("threaded", false, "create threaded program")
|
||||
flagCollide = flag.Bool("collide", false, "create collide program")
|
||||
flagRepeat = flag.Bool("repeat", false, "repeat program infinitely or not")
|
||||
flagProcs = flag.Int("procs", 4, "number of parallel processes")
|
||||
flagProcs = flag.Int("procs", 1, "number of parallel processes")
|
||||
flagSandbox = flag.String("sandbox", "", "sandbox to use (none, setuid, namespace)")
|
||||
flagProg = flag.String("prog", "", "file with program to convert (required)")
|
||||
flagFaultCall = flag.Int("fault_call", -1, "inject fault into this call (0-based)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user