mbed-os/connectivity/nanostack/coap-service/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 Merge commit 'a7c7eede53437b0f1f62c89c38ae5a75dfb1b42d' 2021-09-23 13:31:31 +03:00
coap_connection_handler.c Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
coap_message_handler.c Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
coap_security_handler.c Merge commit 'a7c7eede53437b0f1f62c89c38ae5a75dfb1b42d' 2021-09-23 13:31:31 +03:00
coap_service_api.c Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00