zephyr/samples
Baohong Liu b18e4307b6 samples: net: fix a memcmp len error
The memcmp is a comparison between two strings or buffers.
So, the length should be the buffer length, not the length
of the pointer to the buffer. This was caught by LLVM.

Jira: ZEP-1179

Change-Id: I7fd6b199686b19e7f4a2e1288897483e69ad091e
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-11-18 00:20:12 +00:00
..
basic samples: button: fix variable type mismatching issue 2016-11-16 02:09:11 +00:00
bluetooth Bluetooth: Fix left-over usage of TICKS_NONE and TICKS_UNLIMITED 2016-11-12 19:27:34 +02:00
drivers samples: drivers: gpio: Exit from testcase if device not found 2016-11-18 00:05:31 +00:00
environmental_sensing Bluetooth: Kconfig: Restructure for a more logical hierarchy 2016-11-11 07:59:15 +02:00
grove samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
hello_world samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
ipm samples: ipm: convert sample to use unified APIs 2016-11-13 13:53:53 +00:00
legacy samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
net samples: net: fix a memcmp len error 2016-11-18 00:20:12 +00:00
nfc/nfc_hello samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
philosophers samples: remove old kernel support 2016-11-07 11:34:18 -08:00
power/power_mgr samples: power_mgmt: Remove platform filtering of testcases 2016-11-16 02:18:27 +00:00
sensor sensors/mcp9808: Evaluate sensor_channel_get return code 2016-11-17 01:30:00 -06:00
shell samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
static_lib build: Document outputexports 2016-11-12 02:08:08 +00:00
synchronization samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
testing net: buf: Use unified k_fifo API for FIFOs 2016-11-11 06:00:17 +00:00
usb samples :usb : Check return value fix 2016-11-18 00:12:23 +00:00