zephyr/subsys/bluetooth
Emil Gydesen 01c4d597b3 Bluetooth: Host: Avoid memcpy'ing bt_addr_t to same pointer
From le_ext_adv_param_set we will occasionally attempt
to call bt_addr_copy where the `addr` and &adv->random_addr.a
are the same pointer. Doing a memcpy where source and destination
is the same pointer is undefined behavior and should not be
done.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-05-20 13:22:21 +02:00
..
audio Bluetooth: Audio: Move NULL check for conn in bt_vcs_discover 2021-05-20 13:02:56 +02:00
common Bluetooth: Refactor bluetooth buffer configuration for simplification 2021-05-06 14:56:18 +02:00
controller Bluetooth: controller: Avoid deferencing null return value 2021-05-19 17:10:08 -04:00
host Bluetooth: Host: Avoid memcpy'ing bt_addr_t to same pointer 2021-05-20 13:22:21 +02:00
mesh Bluetooth: Mesh: Don't reset PB ADV reliable timer on retransmit 2021-05-19 15:54:20 +03:00
services Bluetooth: OTS: Update OTS to use correct reserve define 2021-05-06 14:56:18 +02:00
shell Bluetooth: Audio: Fix VCS client shell missing compile 2021-05-20 13:19:17 +02:00
CMakeLists.txt Bluetooth: Audio: Volume Offset Control Service and Client 2021-03-22 13:05:56 -04:00
Kconfig driver: esp32: add bluetooth support 2021-04-30 16:51:30 -04:00