]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix properly ignoring LTKs of unknown types
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 29 May 2014 16:36:53 +0000 (19:36 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 31 May 2014 04:23:29 +0000 (21:23 -0700)
commit97569875e750a4288db5b1f64155dc0b981f647e
tree5ce7ede7192da000d2ef9d747a1c656b022d121f
parent9097d7d9f9fc04aa7f8d999318707ff047ba2864
Bluetooth: Fix properly ignoring LTKs of unknown types

In case there are new LTK types in the future we shouldn't just blindly
assume that != MGMT_LTK_UNAUTHENTICATED means that the key is
authenticated. This patch adds explicit checks for each allowed key type
in the form of a switch statement and skips any key which has an unknown
value.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org
net/bluetooth/mgmt.c