mbed-os/connectivity/nanostack/mbed-mesh-api
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
..
mbed-mesh-api Merge pull request #14629 from artokin/phy_mode_and_channel_plan_master 2021-05-25 14:04:32 +01:00
source Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
.gitignore Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
.mbedignore Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
CMakeLists.txt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
LICENSE Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
apache-2.0.txt Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
mbed_lib.json Enable nanostack system time read/write 2021-06-23 14:17:03 +03:00