aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-04-18 14:13:13 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-22 12:02:56 +0300
commit05dbaf1bf494edbb97efb5b3a4cf0ec7c452f4e3 (patch)
tree9ecdf64717830f2b8b1e7e4f09fff2ec7f40aed0 /pkg/report/linux.go
parent7d6251d162a2d27fa1c7ed4dc3fdd303b3afbec7 (diff)
report: skip strscpy and read_word_at_a_time frames
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 87c172f27..6a21a4ae1 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -683,6 +683,7 @@ var linuxStackParams = &stackParams{
"__msan",
"kmsan",
"check_memory_region",
+ "read_word_at_a_time",
"print_address_description",
"panic",
"invalid_op",
@@ -729,6 +730,7 @@ var linuxStackParams = &stackParams{
"strcpy",
"strlcpy",
"strncpy",
+ "strscpy",
"strlen",
"strnstr",
"strnlen",