diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-06 09:45:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-06 09:45:19 +0200 |
| commit | 785a98339508dc9121db1d44bb528a6c0f7fa274 (patch) | |
| tree | 15dfa9f5a277ec7ca5597c8c1fa966da218552b9 /docs | |
| parent | d3b2a0e21207954bb0f8ad9d9a2cad6e5cc5499d (diff) | |
Update syzbot.md
explicitly specify KMSAN branch for testing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syzbot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index 89542f8bd..94770105d 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -177,8 +177,8 @@ implementation limitations of course). it lives in [github.com/google/kmsan](https://github.com/google/kmsan) and is based on a reasonably fresh upstream tree. As the result, any patch testing requests for `KMSAN` bugs need to go to `KMSAN` tree -(`https://github.com/google/kmsan.git`). Also note that `KMSAN` requires -`clang` compiler. +(`https://github.com/google/kmsan.git` repo, `master` branch). Also note that +`KMSAN` requires `clang` compiler. Report explanation. The first call trace points to the `use` of the uninit value (which is usually a branching or copying it to userspace). Then there are 0 or |
