zephyr/lib
Guðni Már Gilbert 952970d6cb lib: libc: minimal: add check on returned value
Fix #32938 [Coverity CID :219508] "Unchecked return value in
lib/libc/minimal/source/stdlib/malloc.c"

The Coverity complains about sys_mutex_lock() which returns 0 if
locked. I added also the same check on returned value for
sys_mutex_unlock() which returns 0 if unlocked.

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
2021-03-23 12:13:00 +01:00
..
cmsis_rtos_v1 cmsis: align buffer containing struct k_timer 2020-11-13 14:53:55 -08:00
cmsis_rtos_v2 clock: rename z_tick_get_32 -> sys_clock_tick_get_32 2021-03-19 11:22:17 -04:00
gui lib/gui/lvgl: Add fs_dir_t type variable initialization … 2021-02-05 07:32:20 -05:00
libc lib: libc: minimal: add check on returned value 2021-03-23 12:13:00 +01:00
open-amp lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00
os fdtable: fdtable: do not use tag name fd_entry 2021-03-22 19:48:14 -04:00
posix kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
util lib: add freebsd getopt library 2021-03-01 09:50:32 -05:00
CMakeLists.txt lib: move fnmatch to lib/util 2021-03-01 09:50:32 -05:00
Kconfig lib: move fnmatch to lib/util 2021-03-01 09:50:32 -05:00