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 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
fcb.c fs/fcb: improve error handling in fcb_offset_last_n 2019-11-14 19:33:36 -05:00
fcb_append.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_elem_info.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_getnext.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_priv.h
fcb_rotate.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_walk.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00