zephyr/subsys/bluetooth/mesh
Lingao Meng 0bcd66ac36 Bluetooth: Mesh: Fix build warning with Warray-bounds
../zephyrNew/subsys/bluetooth/mesh/prov.c: In function
'bt_mesh_prov_reset_state': ../zephyrNew/subsys/bluetooth/mesh
/prov.c:61:2⚠️ '__builtin_memset' offset [52, 292] from
the object at 'bt_mesh_prov_link' is out of the bounds of referenced
subobject 'dhkey' with type 'uint8_t[32]' {aka 'unsigned char[32]'}
at offset 19 [-Warray-bounds] 61 | memset(&bt_mesh_prov_link.dhkey, 0,

Fixes: #29634

Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
2020-10-30 10:59:55 +02:00
..
access.c
access.h
adv.c
adv.h
app_keys.c
app_keys.h
beacon.c
beacon.h
cdb.c
cfg_cli.c Bluetooth: Mesh: Add Config Client API 2020-10-29 14:13:36 +02:00
cfg_srv.c Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00
CMakeLists.txt
crypto.c
crypto.h
foundation.h Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00
friend.c Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00
friend.h
health_cli.c
health_srv.c
Kconfig
lpn.c
lpn.h
main.c Bluetooth: Mesh: Remove bt_mesh_net_start 2020-10-29 14:17:09 +02:00
mesh.h
net.c Bluetooth: Mesh: Remove bt_mesh_net_start 2020-10-29 14:17:09 +02:00
net.h Bluetooth: Mesh: Remove bt_mesh_net_start 2020-10-29 14:17:09 +02:00
pb_adv.c
pb_gatt.c
prov_bearer.h
prov_device.c
prov.c Bluetooth: Mesh: Fix build warning with Warray-bounds 2020-10-30 10:59:55 +02:00
prov.h
provisioner.c
provisioner.h
proxy.c
proxy.h
rpl.c
rpl.h
settings.c Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00
settings.h
shell.c Bluetooth: Mesh: Add Config Client API 2020-10-29 14:13:36 +02:00
subnet.c
subnet.h
test.c
test.h
TODO
transport.c Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00
transport.h Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00