]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
authorPeilin Ye <yepeilin.cs@gmail.com>
Fri, 10 Jul 2020 21:39:18 +0000 (17:39 -0400)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 13 Jul 2020 16:40:58 +0000 (18:40 +0200)
commitda01e627cb428e5b073699446ff5a8445c19f6e8
treefa06ec12f718acee518acacabfdaf98f374cf4df
parentebfac373935eddf4cf716b3d2f6a636aa03321b3
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()

Check `num_rsp` before using it as for-loop counter.

Cc: stable@vger.kernel.org
Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c