zephyr/subsys/net/lib/coap
Benjamin Cabé 79c677c0ef net: lib: coap: Fix NULL pointer dereference
As reported by Coverity, cpkt was being used before checking it's not
NULL.
Fixes #65372 / CID: 323075

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-11-20 09:23:12 +01:00
..
CMakeLists.txt net: lib: coap: Add CoAP server shell 2023-11-09 11:21:42 +01:00
coap_client.c net: coap: add support for Echo option (RFC 9175) 2023-10-20 15:09:44 +02:00
coap_link_format.c net: lib: coap: Add resources length based variants 2023-11-09 11:21:42 +01:00
coap_server_shell.c net: lib: coap: Add CoAP server shell 2023-11-09 11:21:42 +01:00
coap_server.c net: lib: coap: coap_server: Allow clients to refresh observe requests 2023-11-13 09:50:19 +01:00
coap.c net: lib: coap: Fix NULL pointer dereference 2023-11-20 09:23:12 +01:00
Kconfig net: lib: coap: Add CoAP server shell 2023-11-09 11:21:42 +01:00