]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI event
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 1 Dec 2021 18:54:57 +0000 (10:54 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Dec 2021 16:05:50 +0000 (17:05 +0100)
commitff5ffed0c2f6257d3f7253c3b461a46ad0338220
tree3bb3caa096765561e2126647a716c755b4dd7e9f
parent7bebca2c1638c3f9f016f482d1e9094588d3e05a
Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI event

This uses skb_pull_data to check the Inquiry Result with RSSI events
received have the minimum required length.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h
net/bluetooth/hci_event.c