mbed-os/connectivity
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
..
FEATURE_BLE Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
cellular Fix missing GLOBAL_UP callback on successful connect 2022-07-25 09:25:36 +02:00
docs Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
drivers fix(drivers/emac): Add missing SPDX indetifier to ST driver files 2023-01-26 11:19:59 +08:00
libraries Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
lorawan apply astyle patch 2022-08-18 00:25:21 -04:00
lwipstack lwiperf: fix double-free of pcb on error 2022-06-11 00:08:46 +08:00
mbedtls Mbed TLS: Fix wrong MPI N in ECP Curve448 curve 2022-05-24 16:24:46 +08:00
nanostack Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
netsocket test: Disable failing tests due to echo server 2023-01-06 13:15:24 +00:00
nfc Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
CMakeLists.txt Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00