aboutsummaryrefslogtreecommitdiffstats
path: root/docs/reproducing_crashes.md
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-03-18 03:09:04 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-03-20 04:18:16 +0000
commit623305521a130ee29d32df86af67c671c60f61af (patch)
tree6afc4548136d4bda57a3039720406d91d5efcb6a /docs/reproducing_crashes.md
parent9209bc22d7f180ccb6aa6e8d45aec4980dceffc7 (diff)
pkg/mgrconfig: add a sample syzkaller config
Add a sample syzkaller config with comments so that we could refer to it in the tutorials.
Diffstat (limited to 'docs/reproducing_crashes.md')
-rw-r--r--docs/reproducing_crashes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reproducing_crashes.md b/docs/reproducing_crashes.md
index 41156069e..e0fb15ac6 100644
--- a/docs/reproducing_crashes.md
+++ b/docs/reproducing_crashes.md
@@ -241,7 +241,7 @@ 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. And you can refer to the
-[example config file](/pkg/mgrconfig/testdata/qemu.cfg).
+[example config file](/pkg/mgrconfig/testdata/qemu-example.cfg).
```
./syz-repro -config my.cfg crash-qemu-1-1455745459265726910
```