docs: add the link of manager config file used in the syz-repro

This commit is contained in:
Dongliang Mu 2020-05-19 10:03:20 -04:00 committed by Dmitry Vyukov
parent 6d882fd26c
commit 5d11c3ecfd

View File

@ -17,7 +17,7 @@ Now, run `syz-prog2c` tool on the program. It will give you executable C source.
If the crash is not reproducible with `-threaded/collide=0` flags, then you need this last step. You can think of threaded/collide mode as if each syscall is executed in its own thread. To mode such execution mode, move individual syscalls into separate threads. You can see an example here: https://groups.google.com/d/msg/syzkaller/fHZ42YrQM-Y/Z4Xf-BbUDgAJ.
This process is automated to some degree in the `syz-repro` utility. You need to give it your manager config and a crash report file:
This process is automated to some degree in the `syz-repro` utility. You need to give it your manager config and a crash report file. And you can refer to the [example config file](/pkg/mgrconfig/testdata/qemu.cfg).
```
./syz-repro -config my.cfg crash-qemu-1-1455745459265726910
```