zephyr/subsys/bluetooth/controller
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
..
crypto
hal
hci Bluetooth: Controller: Add todos for per adv chain scan 2021-08-27 11:46:31 -04:00
include Bluetooth: Controller: Fix radio packet size for Extended Scanning 2021-08-26 13:42:41 -04:00
ll_sw Bluetooth: Controller: Fix null pointer dereferencing in Extended Scan 2021-09-01 08:38:37 -04:00
ticker Bluetooth: controller: Add ticker_yield_abs interface 2021-06-14 15:19:33 +02:00
util Bluetooth: controller: Add function to calculate BIS access address 2021-05-05 08:41:09 -04:00
CMakeLists.txt Bluetooth: Controller: Warn when building experimental features 2021-07-10 14:53:26 -04:00
Kconfig Bluetooth: Controller: Fix radio packet size for Extended Scanning 2021-08-26 13:42:41 -04:00
Kconfig.df Bluetooth: Controller: Fix DF for per adv chains scanning 2021-08-27 11:46:31 -04:00
Kconfig.ll_sw_split Bluetooth: Controller: clean up nRF DFE 2021-08-17 17:52:43 -04:00