zephyr/subsys/net/lib/coap
Michael Scott 2567b9fb6a net: coap: Fix error handling for coap option length
Currently, we check the length of an option value in the
coap_packet_append_option() function.  This isn't required as
we're appending to a net_pkt and not using struct coap_option
where the limitation is imposed.

Instead, we should check the option value length in
parse_option() where we assign the value to a struct
coap_option.

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-27 11:33:06 -04:00
..
coap_link_format.c net: coap: Add multi fragment support to CoAP library 2017-10-06 22:07:37 -04:00
coap.c net: coap: Fix error handling for coap option length 2017-10-27 11:33:06 -04:00
Kbuild
Kconfig net: coap: Add multi fragment support to CoAP library 2017-10-06 22:07:37 -04:00
Makefile