diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-06-13 12:18:51 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-06-13 14:43:52 +0200 |
| commit | 9a6daa43677360f4be51b0f4b9b35536d3d9cd23 (patch) | |
| tree | 040848242a5f3a706bb49b7b39dcfe91c25e164a /pkg/report/linux.go | |
| parent | 749afb64a55dba8e4a50d96bc287ae06346b4244 (diff) | |
pkg/report: ignore print_tainted
Sample bug: https://syzkaller.appspot.com/bug?extid=fae676d3cf469331fc89
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 c37f38884..71c6e6aee 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1249,6 +1249,7 @@ var linuxStackParams = &stackParams{ "do_mem_abort", "el1_abort", "el1h_64_sync(?:_handler)?", + "print_tainted", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
