From 9a6daa43677360f4be51b0f4b9b35536d3d9cd23 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 13 Jun 2023 12:18:51 +0200 Subject: pkg/report: ignore print_tainted Sample bug: https://syzkaller.appspot.com/bug?extid=fae676d3cf469331fc89 --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') 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. -- cgit mrf-deployment