]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: hci_bcm: add missing tty-device sanity check
authorJohan Hovold <johan@kernel.org>
Wed, 29 Mar 2017 16:15:27 +0000 (18:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 May 2017 12:49:50 +0000 (14:49 +0200)
commita86af7983d81ad4ff2de3bc1a2d05da8ce960d8c
treeb80f54b724b487d522a85fed4ca36d5969a39708
parentded39dd9f00affd2170cf7eeb737f681c0f88b4f
Bluetooth: hci_bcm: add missing tty-device sanity check

commit 95065a61e9bf25fb85295127fba893200c2bbbd8 upstream.

Make sure to check the tty-device pointer before looking up the sibling
platform device to avoid dereferencing a NULL-pointer when the tty is
one end of a Unix98 pty.

Fixes: 0395ffc1ee05 ("Bluetooth: hci_bcm: Add PM for BCM devices")
Cc: Frederic Danis <frederic.danis@linux.intel.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bluetooth/hci_bcm.c