mbed-os/connectivity/FEATURE_BLE/libraries
Mingjie Shen 378f2f579d Fix null pointer dereferencing
Add null check for return values of functions that are mostly (but not
always) checked for null.
E.g., since 98% of calls to protocol_stack_interface_info_get_by_id
check for null, it is likely that the function can return null values in
some cases, and omitting the check could crash the program.
2023-04-20 00:54:47 -04:00
..
TARGET_CORDIO_LL the adv bit is actually optional in aux_adv_ind so is not required for periodic sync 2020-11-30 16:00:14 +00:00
cordio_stack Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
CMakeLists.txt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00