diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-09-25 14:20:31 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-09-25 14:55:31 +0200 |
| commit | a3355dba737fedcd171f8b9e60bf35d733986f16 (patch) | |
| tree | f1db1493aa5195ade1716795345124be4e84dd5f /pkg | |
| parent | e38a6630eb6b89a4b3c344dc62ecb3b60f078028 (diff) | |
pkg/report: improve USB reports
tty_unregister_device looks generic enough, add to ignore list.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/linux.go | 1 | ||||
| -rw-r--r-- | pkg/report/testdata/linux/report/422 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 390da9b86..18b1c3f91 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -779,6 +779,7 @@ var linuxStackParams = &stackParams{ "unregister_netdev", "sysfs_remove", "device_remove_file", + "tty_unregister_device", "dummy_urb_enqueue", "usb_kill_urb", "usb_kill_anchored_urbs", diff --git a/pkg/report/testdata/linux/report/422 b/pkg/report/testdata/linux/report/422 index 0d2cc1dd5..1074ab12b 100644 --- a/pkg/report/testdata/linux/report/422 +++ b/pkg/report/testdata/linux/report/422 @@ -1,4 +1,4 @@ -TITLE: KASAN: use-after-free Read in tty_unregister_device +TITLE: KASAN: use-after-free Read in hso_probe [ 54.689586][ T1737] ================================================================== [ 54.697746][ T1737] BUG: KASAN: use-after-free in __mutex_lock+0xf23/0x1360 |
