zephyr/subsys/bluetooth
Emil Gydesen 4e4971b25d Bluetooth: GATT: Fix issue with 0/NULL for bt_gatt_attr_read
The bt_gatt_attr_read function did not properly handle cases
where value is NULL and/or value_len is 0, or bad mixes of the
two.

The important part is here is that we do not perform the pointer
arithmetic on NULL and/or call memcpy with a NULL src with a
non-0 length.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-09-23 18:09:13 -04:00
..
audio Bluetooth: Audio: Add helpers for assisted listening stream 2024-09-23 10:03:47 +02:00
common subsys/bluetooth: Correct BT_HCI_VS_EXT_DETECT default 2024-08-14 09:14:10 -04:00
controller style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
crypto bluetooth: fix typo in (common, crypto, services, shell) 2024-06-25 10:27:23 -04:00
host Bluetooth: GATT: Fix issue with 0/NULL for bt_gatt_attr_read 2024-09-23 18:09:13 -04:00
lib
mesh Bluetooth: Mesh: Use dfd_phase_set() in dfu_suspended() 2024-09-20 09:02:21 +02:00
services lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
shell bluetooth: host: CS support for CS Test 2024-09-19 18:27:20 +01:00
CMakeLists.txt
Kconfig bluetooth: kconfig: Add channel sounding kconfigs 2024-09-16 10:02:58 +02:00
Kconfig.adv
Kconfig.iso kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.logging Bluetooth: Mesh: Adds subnet bridge states 2024-09-17 05:22:32 -04:00