commit | c6945fbb1d8d6a2ab1840d01e6b3f9680efd1c0a | [log] [tgz] |
---|---|---|
author | Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no> | Thu Jun 24 10:47:12 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 24 11:30:26 2021 -0400 |
tree | 1d53746866059448e08ffb43d0a251197e198bd2 | |
parent | 72985d5f32f285c57e5fb9d1c545a2cc1f8a4fc9 [diff] |
Bluetooth: Mesh: Ensure proxy_send's attribute is always set Initializes proxy_send's attr pointer, which in theory could be uninitialized if neither gatt proxy or PB GATT is enabled while proxy.c is enabled. This scenario is not really possible with the current kconfig structure, but is reported as a potential error by Coverity, and should be fixed for future proofing purposes. Fixes #36314. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>