aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-10 13:35:21 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-10 13:35:21 +0100
commit4e9b726d97da090a8487a742536eaf1cc5880c16 (patch)
tree300d7d22e564943c02508642706a9adf6b643dbc /pkg/report/linux.go
parent478746a50ec2f6880def60e55760c26173b4c009 (diff)
pkg/report: harden more against corrupted reports
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index e1267688e..e0f47df54 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -518,9 +518,15 @@ var linuxStackParams = &stackParams{
"print_address_description",
"panic",
"invalid_op",
+ "report_bug",
+ "fixup_bug",
+ "do_error",
+ "invalid_op",
+ "_trap",
"dump_stack",
"warn_slowpath",
"warn_alloc",
+ "__warn",
"debug_object",
"work_is_static_object",
"lockdep",