commit | c46b98bea5691c0ed99da85cf0cb87bc146468e9 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Feb 18 10:19:29 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Feb 18 00:47:01 2014 -0800 |
tree | 5f494bdab63e96708e19835353cae906d7e0d2c7 | |
parent | c6beca0e0dc70c439894337e82609ec3b79ed900 [diff] |
Bluetooth: Fix missing PDU length checks for SMP For each received SMP PDU we need to check that we have enough data to fit the specified size of the PDU. This patch adds the necessary checks for each SMP PDU handler and ensures that buffer overflows do not occur if to little data has been received. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>