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 nvs: fix return with held lock 2020-04-06 22:09:12 -04:00
jwt
logging
mgmt
net drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
power
random drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
settings
shell shell: telnet: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
stats
storage
testsuite
tracing
usb usb: Stop reversing the hardware identifier 2020-04-10 10:59:04 +02:00
CMakeLists.txt
Kconfig