zephyr/subsys/net
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
..
ip net: ieee802154_shell: get_pan_id: Print ID in hex too 2017-10-26 09:30:32 +03:00
lib net: coap: Fix error handling for coap option length 2017-10-27 11:33:06 -04:00
buf.c
hostname.c net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Kconfig net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Kconfig.hostname net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Makefile net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
TODO