]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: HCI: Use skb_pull_data to parse Command Complete event
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 1 Dec 2021 18:54:54 +0000 (10:54 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Dec 2021 16:05:49 +0000 (17:05 +0100)
commitc60bd46ed6842b74e25b841796d57f80d8684381
tree2b5d7c704cf6ccec8f4f5f12a356b414ea72f813
parent6751467b7b8607a542fb74970f7104a4e2d8f80f
Bluetooth: HCI: Use skb_pull_data to parse Command Complete event

This uses skb_pull_data to check the Command Complete 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>
net/bluetooth/hci_event.c