From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: Johan Hovold From: Johan Hovold To: Marcel Holtmann , Gustavo Padovan , Johan Hedberg Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] Bluetooth: fix hci-uart crashes Date: Wed, 29 Mar 2017 18:15:26 +0200 Message-Id: <20170329161528.17843-1-johan@kernel.org> List-ID: 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