zephyr/subsys/bluetooth
Johan Hedberg 2b273444c1 Bluetooth: Mesh: Fix NULL pointer access with GATT Proxy
The conversion to the new net_buf_simple API was done incorrectly
here. The buffer initialization should use net_buf_simple_init()
instead of net_buf_simple_reset(), so that buf->__buf gets properly
initialized (and not left pointing at NULL).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-02-13 15:03:34 +02:00
..
common Bluetooth: Move HCI command buffer user data into separate array 2018-02-12 09:48:32 +02:00
controller Bluetooth: controller: Refactor ticker integration into hal 2018-02-13 13:26:37 +01:00
host Bluetooth: Mesh: Fix NULL pointer access with GATT Proxy 2018-02-13 15:03:34 +02:00
shell Bluetooth: controller: Refactor ticker integration into hal 2018-02-13 13:26:37 +01:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig samples: Bluetooth: add HCI SPI raw handler sample 2017-08-15 22:58:02 +03:00