From 4e9b726d97da090a8487a742536eaf1cc5880c16 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 10 Feb 2018 13:35:21 +0100 Subject: pkg/report: harden more against corrupted reports --- pkg/report/linux.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/report/linux.go') 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", -- cgit mrf-deployment