zephyr/subsys
Luiz Augusto von Dentz 8863b72b05 Bluetooth: ATT: Fix passing wrong pointer when disconnecting
When disconnecting att_reset is called and all requests are notified
but instead of passing req->user_data like it should it pass the req
itself which nowdays comes from a k_mem_slab, rather than being a
contiguous memory that would contain the request and its user data,
which would likely cause invalid access.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2020-04-15 11:38:41 +03:00
..
bluetooth Bluetooth: ATT: Fix passing wrong pointer when disconnecting 2020-04-15 11:38:41 +03:00
canbus
console
cpp
debug
dfu
disk
fb
fs
jwt
logging
mgmt
net
power
random
settings
shell
stats
storage
testsuite
tracing
usb
CMakeLists.txt
Kconfig