diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-10-04 09:12:33 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-10-04 12:10:54 +0200 |
| commit | 77d3f68986094b5a8d09dcf4f3b84008e9d1962f (patch) | |
| tree | 149e237d910b9acc353f48cce491a075ddebcb8c /pkg/report/linux.go | |
| parent | 7e842493ba51b12de7884e8c41b0bd7bdd8f884e (diff) | |
pkg/report: ignore hex_dump calls
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 d1bab7a3f..92c5880b4 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1204,6 +1204,8 @@ var linuxStackParams = &stackParams{ "^iput$", "^iput_final$", "^ihold$", + "hex_dump_to_buffer", + "print_hex_dump", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
