mbed-os/connectivity/nanostack/mbed-mesh-api/source
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
..
include Enable nanostack system time read/write 2021-06-23 14:17:03 +03:00
CallbackHandler.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
LoWPANNDInterface.cpp Define default parameters of functions of derived class the same as the base class 2023-04-19 01:35:19 -04:00
MeshInterfaceNanostack.cpp Fix mesh connect semaphore not releasing causing blockage 2023-01-03 15:25:10 +01:00
NanostackEMACInterface.cpp New feature: send/recv message implementation added to network stack 2021-09-01 09:13:57 +01:00
NanostackEthernetInterface.cpp Added missing const qualifier to mesh ethernet mac addr get 2021-02-10 13:17:03 +02:00
NanostackMemoryManager.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
NanostackPPPInterface.cpp Corrected nanostack coverity warnings 2021-01-13 13:05:51 +02:00
ThreadInterface.cpp Define default parameters of functions of derived class the same as the base class 2023-04-19 01:35:19 -04:00
WisunBorderRouter.cpp Added new start methods to Wi-SUN BR with WisunInterface parameter and deprecated the old ones 2021-04-07 11:34:33 +03:00
WisunInterface.cpp Define default parameters of functions of derived class the same as the base class 2023-04-19 01:35:19 -04:00
ethernet_tasklet.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
mesh_system.c Enable nanostack system time read/write 2021-06-23 14:17:03 +03:00
nd_tasklet.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_tasklet.c Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
wisun_tasklet.c Added API to get Wi-SUN Neighbor Table 2021-05-10 20:00:32 +05:30