aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
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 eec9cbe6b..2e4d5a002 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -722,6 +722,7 @@ var linuxStackParams = &stackParams{
"memcpy",
"memcmp",
"memset",
+ "memchr",
"strcmp",
"strncmp",
"strcpy",
@@ -730,6 +731,7 @@ var linuxStackParams = &stackParams{
"strlen",
"strnstr",
"strnlen",
+ "strchr",
"copy_to_user",
"copy_from_user",
"put_user",