zephyr/lib/iot/zoap
Vinicius Costa Gomes 75d7147fa4 iot/zoap: Fix comparing pointers of different signedness
strncmp() expects pointers of type 'char *', we could cast option.value
to 'char *', but we can use memcmp() instead, which has the benefit of
being simpler.

Change-Id: I8c4ee4401712f3617c134d8e5b6d84e8f5cc4e1d
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-10-04 12:29:07 +00:00
..
Kbuild lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00
Kconfig lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00
Makefile lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00
zoap.c iot/zoap: Fix comparing pointers of different signedness 2016-10-04 12:29:07 +00:00
zoap.h iot/zoap: Add helpers for dealing with integer options 2016-10-01 01:11:25 +00:00