aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-10-26 18:12:36 +0200
committerGitHub <noreply@github.com>2017-10-26 18:12:36 +0200
commit0a4d6e56b9194cd5c1022b6737367ff5bc368350 (patch)
treeb369073159415975675f39200818b6da77618abb
parent636a4dbf387263dee3db4dd4163eb32329443949 (diff)
Update syzbot.md
-rw-r--r--docs/syzbot.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md
index 37f8f1e84..d061ac59e 100644
--- a/docs/syzbot.md
+++ b/docs/syzbot.md
@@ -58,7 +58,9 @@ machine, so the reproducer worked for it somehow.
If the reproducer exits quickly, try to run it several times, or in a loop.
There can be some races involved.
-Exact compiler used by `syzbot` can be found [here](https://storage.googleapis.com/syzkaller/gcc-7.tar.gz).
+Exact compiler used by `syzbot` can be found [here](https://storage.googleapis.com/syzkaller/gcc-7.tar.gz) (245MB).
+
+A qemu-suitable Debian/wheezy image can be found [here](https://storage.googleapis.com/syzkaller/wheezy.img) (1GB, compression somehow breaks it), root ssh key for it is [here](https://storage.googleapis.com/syzkaller/wheezy.img.key).
## No reproducer at all?