zephyr/subsys/net/lib/coap
Dave Lacerte d9aab69fbf net: coap: Fix uninitialized variable warning
The variable block_len in function coap_next_block_for_option()
can be used uninitialized in case of empty packet in
coap_packet_get_payload(). Mute the compiler warning with
default value of 0.

Signed-off-by: Dave Lacerte <lacerte.dave@hydroquebec.com>
2025-02-06 17:49:42 +01:00
..
CMakeLists.txt
coap_client.c net: lib: coap_client: Release non-confirmable requests 2024-11-21 14:47:38 +01:00
coap_link_format.c
coap_server_shell.c
coap_server.c net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00
coap.c net: coap: Fix uninitialized variable warning 2025-02-06 17:49:42 +01:00
Kconfig net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00