mbed-os/connectivity/nanostack
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
..
coap-service Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
include/nanostack-interface Add support of NSAPI_ICMP sockets in Nanostack 2023-01-03 15:12:26 +01:00
mbed-mesh-api Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
nanostack-hal-mbed-cmsis-rtos Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
sal-stack-nanostack Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
sal-stack-nanostack-eventloop Merge commit '1d440bc3adfe6afbd60ff8c39dd267aa925716c3' into nanostack_v15_1_0 2021-12-08 13:54:43 +02:00
source Add support of NSAPI_ICMP sockets in Nanostack 2023-01-03 15:12:26 +01:00
CMakeLists.txt Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
CONTRIBUTING.md Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
mbed_lib.json Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00