diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-12-12 06:44:24 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-12-12 08:33:32 +0000 |
| commit | 035bb8e062dc88e848028048b5805e4c39bcdc47 (patch) | |
| tree | 06149ee77e5a2594e8bb42dc722bb772e1a738fb /pkg/report/linux.go | |
| parent | 6f1b0fa898a0f420c6c2399ef0d4ef563d073fcc (diff) | |
pkg/report: fix parsing of HWASAN reports
Currently we mis-parse all of them, and attribute the bug to HWASAN.
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 d02a25c46..ed12e3130 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1106,6 +1106,7 @@ var linuxStackParams = &stackParams{ "__sanitizer", "__asan", "kasan", + "hwasan", "__msan", "kmsan", "kcsan_setup_watchpoint", |
