Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1612113
| From | Johan Hovold <johan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Bluetooth: fix hci-uart crashes |
| Date | 2017-03-29 18:20 +0200 |
| Message-ID | <tqoue-Wy-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Not every tty has a class device and this could be used to trigger NULL-pointer dereferences in two hci-uart drivers that lacked the required sanity checks. Johan Johan Hovold (2): Bluetooth: hci_bcm: add missing tty-device sanity check Bluetooth: hci_intel: add missing tty-device sanity check drivers/bluetooth/hci_bcm.c | 5 ++++- drivers/bluetooth/hci_intel.c | 13 ++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Bluetooth: fix hci-uart crashes Johan Hovold <johan@kernel.org> - 2017-03-29 18:20 +0200 [PATCH 2/2] Bluetooth: hci_intel: add missing tty-device sanity check Johan Hovold <johan@kernel.org> - 2017-03-29 18:20 +0200 [PATCH 1/2] Bluetooth: hci_bcm: add missing tty-device sanity check Johan Hovold <johan@kernel.org> - 2017-03-29 18:20 +0200 Re: [PATCH 0/2] Bluetooth: fix hci-uart crashes Marcel Holtmann <marcel@holtmann.org> - 2017-03-29 21:00 +0200
csiph-web