zephyr/subsys
David Leach 87e02c62bd subsys/testsuite: Fix coverity null dereference warning
Coverity is not able to detect that the call to ztest_test_fail()
will not return so it emits a warning on a later access to
param. Add a return; after the call so coverity won't complain.

Fixes #25790

Signed-off-by: David Leach <david.leach@nxp.com>
2020-07-24 21:51:14 -04:00
..
bluetooth Bluetooth: controller: Added some comments for fields in node rx struct 2020-07-23 11:39:47 +02:00
canbus
console
cpp
debug
dfu config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
disk disk: Remove unused variables in nxp usdhc driver 2020-07-09 07:56:44 -05:00
fb
fs
jwt
logging logging: added new logging backend - Spinel protocol 2020-07-21 15:11:55 +02:00
mgmt mgmt: smp: Missing socket close in error path 2020-07-22 15:22:50 -05:00
net net: openthread: Added config options for NCP vendor hooks. 2020-07-23 10:44:19 +02:00
power
random random: Add syscalls for random subsystem 2020-07-08 21:05:36 -04:00
settings
shell shell: Export shell_hexdump_line() 2020-07-07 17:19:26 -04:00
stats
storage storage: flash_map: Fix partition device retrieval 2020-07-16 11:51:46 -05:00
testsuite subsys/testsuite: Fix coverity null dereference warning 2020-07-24 21:51:14 -04:00
tracing
usb soc: sam0: add support for the BOSSA bootloader 2020-07-22 13:24:37 +02:00
CMakeLists.txt
Kconfig