diff options
author | 2018-04-20 15:46:24 +0800 | |
---|---|---|
committer | 2018-05-18 06:37:51 +0200 | |
commit | ee6493462f74013c6f365429401b716500aff838 (patch) | |
tree | 29fed836bb393f20e99c2e3c9f3876db58602144 /net/bluetooth/hci_request.c | |
parent | Bluetooth: btbcm: btbcm_initialize(): Initialize hw_name to "BCM" (diff) | |
download | wireguard-linux-ee6493462f74013c6f365429401b716500aff838.tar.xz wireguard-linux-ee6493462f74013c6f365429401b716500aff838.zip |
Bluetooth: Prevent buffer overflow for large advertisement data
There are some controllers sending out advertising data with illegal
length value which is longer than HCI_MAX_AD_LENGTH, causing the
buffer last_adv_data overflows. To avoid these controllers from
overflowing the buffer, we do not process the advertisement data
if its length is incorrect.
Signed-off-by: Chriz Chow <chriz.chow@aminocom.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_request.c')
0 files changed, 0 insertions, 0 deletions