diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2013-01-29 10:44:23 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-14 10:48:53 -0800 |
commit | a256a4c2001293548f0851b66ea8f39b704bac72 (patch) | |
tree | 304505ae5ae7959b388c3c919975b738e2492af1 /drivers/hid/hid-kye.c | |
parent | 7308f843f36c30dd1247989a45611760567ea44f (diff) |
Bluetooth: Fix handling of unexpected SMP PDUs
commit 8cf9fa1240229cbdd888236c0c43fcbad680cf00 upstream.
The conn->smp_chan pointer can be NULL if SMP PDUs arrive at unexpected
moments. To avoid NULL pointer dereferences the code should be checking
for this and disconnect if an unexpected SMP PDU arrives. This patch
fixes the issue by adding a check for conn->smp_chan for all other PDUs
except pairing request and security request (which are are the first
PDUs to come to initialize the SMP context).
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hid/hid-kye.c')
0 files changed, 0 insertions, 0 deletions