diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-01-27 13:48:16 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-01-27 14:45:21 +0100 |
| commit | db5bed447a2b32da462898af531ce0d1b8e88c00 (patch) | |
| tree | 01c8e126b1be1c5d1c92794761b8cc2251a29e5f /pkg/report/linux.go | |
| parent | a0ebf917e7319ae8ef71cd2f36c488db8a6b384e (diff) | |
pkg/report: merge KMSAN bugs into KASAN bugs
Update #1575
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index e3242c602..b0eaf6f2c 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1003,6 +1003,7 @@ var linuxOopses = append([]*oops{ title: compile("BUG: KMSAN:"), report: compile("BUG: KMSAN: ([a-z\\-]+) in {{FUNC}}"), fmt: "KMSAN: %[1]v in %[3]v", + alt: []string{"bad-access in %[3]v"}, stack: &stackFmt{ parts: []*regexp.Regexp{ linuxCallTrace, |
