diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-26 18:12:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-26 18:12:36 +0200 |
| commit | 0a4d6e56b9194cd5c1022b6737367ff5bc368350 (patch) | |
| tree | b369073159415975675f39200818b6da77618abb /docs | |
| parent | 636a4dbf387263dee3db4dd4163eb32329443949 (diff) | |
Update syzbot.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syzbot.md | 4 |
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? |
