diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 2 |
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", |
