aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-02-03 14:09:04 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-02-04 11:36:25 +0100
commit42b90a7c596c2b7d8f8d034dff7d8c635631de5a (patch)
tree6f3e94f76bd77a1895f879f9271d41baeaad4f52 /pkg/report/linux.go
parentba6b139d53eaf7b853e8544c17da7d4d57fefe33 (diff)
pkg/report: ignore krealloc in KFENCE reports
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index ba3c9225e..ec3f74dfa 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -760,6 +760,8 @@ var linuxStackParams = &stackParams{
"alloc_pages",
"kmalloc",
"kcalloc",
+ "kzalloc",
+ "krealloc",
"debug_object",
"timer_is_static_object",
"work_is_static_object",