commit | 61b433579b6ffecb1d3534fd482dcd48535277c8 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu May 29 19:36:53 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri May 30 21:23:29 2014 -0700 |
tree | 5ce7ede7192da000d2ef9d747a1c656b022d121f | |
parent | 3abb56de8750675a2d70705687254c9e653ffd4c [diff] |
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