diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-07-04 12:36:55 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-07-04 10:53:06 +0000 |
| commit | 67b9eceff1ab48422b9c4934bd832124352c01ad (patch) | |
| tree | fa6442c37cfd7898965849a69c8fde47467e8149 /pkg/report/linux.go | |
| parent | 528e2a84d2ba91a865c1689c1372db12509bf115 (diff) | |
pkg/report: split crash.KFENCE
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index ff5d6bf4e..c67274ac8 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1526,8 +1526,8 @@ var linuxOopses = append([]*oops{ noStackTrace: true, }, { - title: compile("BUG: KFENCE: (use-after-free|out-of-bounds) ([a-z\\-]+) in {{FUNC}}"), - fmt: "KFENCE: %[1]v in %[4]v", + title: compile("BUG: KFENCE: (use-after-free|out-of-bounds) (read|write) in {{FUNC}}"), + fmt: "KFENCE: %[1]v %[2]v in %[4]v", alt: []string{"bad-access in %[4]v"}, stack: &stackFmt{ parts: []*regexp.Regexp{ |
