]> www.infradead.org Git - users/dwmw2/linux.git/commit
Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result event
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 1 Dec 2021 18:54:56 +0000 (10:54 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Dec 2021 16:05:50 +0000 (17:05 +0100)
commit27d9eb4bcac16446ddbbea8860c11720b7afa891
tree8c56e54a048c7d71f59e98bb3b39e324e5efce41
parentaadc3d2f42a5bfcec597bfd0d997e3982f740846
Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result event

This uses skb_pull_data to check the Inquiry Result 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