zephyr/tests
Tedd Ho-Jeong An 922f53864f tests: net: mqtt: Fix the error handling aftre read
If the rc = -EAGAIN from mqtt_read_publich_payload(), it shouldn't be
used in memcpy() since it is a negative value, and instead, it should
try to read again.

Fix: #13825
Coverity-CID: 191002

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
2019-03-09 10:50:25 -05:00
..
application_development
benchmarks tests: benchmarks: timing_info: Print all measurements. 2019-03-04 14:16:13 -05:00
bluetooth tests: bluetooth: MESH shell is observer not central 2019-03-05 11:22:39 +01:00
boards tests/boards/intel_s1000_crb: fix potential uninit variables 2019-02-26 01:44:42 +01:00
booting/stub
cmsis_rtos_v1 tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
cmsis_rtos_v2
compliance
crypto mbedtls: provide user mode access 2019-03-05 08:27:20 -05:00
drivers tests: spi: spi_loopback: Drop default SPI_1_NAME symbol 2019-03-08 05:38:04 -06:00
kernel tests/xip: exclude Minnowboard from test (does not do XIP) 2019-03-07 20:31:31 -05:00
lib lib/os: Conditionally eliminate alloca/VLA usage 2019-02-28 10:06:35 -08:00
misc
net tests: net: mqtt: Fix the error handling aftre read 2019-03-09 10:50:25 -05:00
posix posix/pthreads: fix pthread_barrier_wait() behavior to match Posix 2019-03-02 03:40:06 +01:00
shell shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
subsys tests/subsys/fs/nffs_fs_api: build ram back-end only for qemu_x86 2019-03-09 10:34:17 -05:00
unit tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00
ztest tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00