diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-12-04 12:13:08 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-12-06 10:37:24 +0100 |
| commit | 579a875477d8f31f2d49aeb00628628a8ce5f340 (patch) | |
| tree | 4579c2632a0d693b2e300c69daba2351dfc38a08 /pkg/report/linux.go | |
| parent | 7b14e14df007095c58e6be2811d5e4a2ac31f875 (diff) | |
pkg/report: skip __read_once_word_nocheck frames
These are not the root cause of bugs and should be skipped.
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index fd8ae2cbe..7ae8a59ce 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -996,6 +996,7 @@ var linuxStackParams = &stackParams{ "kcsan_setup_watchpoint", "check_memory_region", "read_word_at_a_time", + "(read|write)_once_.*nocheck", "print_address_description", "panic", "invalid_op", |
