From 05dbaf1bf494edbb97efb5b3a4cf0ec7c452f4e3 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 18 Apr 2019 14:13:13 +0200 Subject: report: skip strscpy and read_word_at_a_time frames --- pkg/report/linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/report/linux.go') 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", -- cgit mrf-deployment