Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()
authorPeilin Ye <yepeilin.cs@gmail.com>
Fri, 10 Jul 2020 21:45:26 +0000 (17:45 -0400)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 13 Jul 2020 16:40:58 +0000 (18:40 +0200)
commit629b49c848ee71244203934347bd7730b0ddee8d
tree42e45f49e1e4708931974cff86f8ea437041c6e2
parent75bbd2ea50ba1c5d9da878a17e92eac02fe0fd3a
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()

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

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