zephyr/subsys/bluetooth
Vinayak Kariappa Chettimada a63158fdde Bluetooth: Controller: Fix null pointer dereferencing in Extended Scan
Fix null pointer dereferencing in Extended Scanning when
there are more peer devices than the allocated auxiliary
contexts.

When LLL scheduling does not get an auxiliary context
assigned in the ULL execution context, then further chain
reception is aborted, access to `lll->lll_aux` which is
NULL causes null pointer dereferencing in
`ull_scan_aux_release`.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-09-01 08:38:37 -04:00
..
audio Bluetooth: Audio: Add initial server values in bt_vcs_register_param 2021-08-26 09:13:58 -04:00
common Bluetooth: Controller: Set default HCI event size with per adv 2021-08-27 11:46:31 -04:00
controller Bluetooth: Controller: Fix null pointer dereferencing in Extended Scan 2021-09-01 08:38:37 -04:00
host Bluetooth: ISO: Pointer check in bt_iso_connected was incorrect 2021-09-01 08:38:12 -04:00
mesh Bluetooth: Mesh: Initialize UUID in shell's mod_pub_set 2021-08-31 11:03:06 -04:00
services Bluetooth: ots: Fix output formatting 2021-08-19 10:20:37 -04:00
shell Bluetooth: ISO: Make ISO/ACL bt_conn pointers clear in ISO API 2021-08-27 11:46:07 -04:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig Bluetooth: ISO: Update connected ISO API 2021-08-24 07:29:11 -04:00