diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-06-14 10:15:43 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-06-14 08:29:56 +0000 |
| commit | 5b167eff09f7af34775a86da207980a3e0b16bc2 (patch) | |
| tree | 09798756810887e88bbd3903920ff80ca640d4dd /pkg/report/linux.go | |
| parent | 286c38bd1ae34870c40986e8ddebfd65d6e5049e (diff) | |
pkg/report: ignore __fortify_report
This is a too generic frame.
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 1dd5879cf..902d4d55a 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1279,6 +1279,7 @@ var linuxStackParams = &stackParams{ "find_lock_entries", "truncate_inode_pages_range", "__phys_addr", + "__fortify_report", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
