zephyr/subsys/bluetooth
Lingao Meng e6d27c77ef Bluetooth: Host: Fix ATT security vulnerabilities
When the client receives att error rsp, but the error code
is an illegal value, such as 0, an exception will be triggered.

gatt_read_type --> gatt_read_type_rsp --> parse_characteristic

`switch (rsp->len) {` null address access.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2022-06-22 12:29:26 +02:00
..
audio Bluetooth: host: ASCS: Correction code comments 2022-06-13 12:12:50 +02:00
common Bluetooth: monitor: Fix sending logs over RTT 2022-06-09 11:32:39 +02:00
controller Bluetooth: Controller: Fix Tx Buffer allocation for Encryption Request 2022-06-22 12:22:29 +02:00
host Bluetooth: Host: Fix ATT security vulnerabilities 2022-06-22 12:29:26 +02:00
mesh Bluetooth: Mesh: fix not initialized uuid in model publication 2022-06-21 10:49:01 +02:00
services subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell Bluetooth: Shell: Fix unused variable in iso.c 2022-06-22 12:28:21 +02:00
CMakeLists.txt
Kconfig bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00
Kconfig.adv bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00
Kconfig.iso bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00