zephyr/subsys/fs/fcb
Andrzej Puzdrowski 1c777dd52e fs/fcb: improve error handling in fcb_offset_last_n
Fix for not served error code in fcb_offset_last_n()
implementation.
Issue was reported by static code analyze scan.
Looks like the function might have failed silently
if aggressive access to the fcb instance
from another thread have been occurring while the function
have been processing the fcb storage.

fixes #20512

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-11-14 19:33:36 -05:00
..
CMakeLists.txt
Kconfig
fcb.c
fcb_append.c
fcb_elem_info.c
fcb_getnext.c
fcb_priv.h
fcb_rotate.c
fcb_walk.c