Files
linux/net/bluetooth
Brian Gix 3bc363545d Bluetooth: refactor malicious adv data check
commit 899663be5e upstream.

Check for out-of-bound read was being performed at the end of while
num_reports loop, and would fill journal with false positives. Added
check to beginning of loop processing so that it doesn't get checked
after ptr has been advanced.

Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: syphyr <syphyr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-16 12:34:35 +09:00
..
2015-07-30 13:31:59 +02:00
2018-03-22 09:54:47 +01:00
2015-07-30 13:31:59 +02:00
2023-05-15 09:11:48 +09:00