zephyr/subsys/fs
Justin Brzozoski d0a368e2e0 nvs: fix overwriting with truncated data
When overwriting an NVS item with data that was a truncated version of
the existing data, the "is this already saved" logic was ignoring the
differing lengths and not saving the new item because the data matched.

Fixes #19250

Signed-off-by: Justin Brzozoski <justin.brzozoski@signal-fire.com>
2019-09-18 22:31:02 -04:00
..
fcb fcb: start using errno codes 2019-09-08 12:42:53 +02:00
nvs nvs: fix overwriting with truncated data 2019-09-18 22:31:02 -04:00
CMakeLists.txt
fat_fs.c
fs_impl.c
fs_impl.h
fs.c
fuse_fs_access.c
Kconfig subsys/fs/littlefs: Protect littlefs Kconfig options 2019-09-07 10:02:15 -04:00
Kconfig.littlefs
littlefs_fs.c
nffs_fs.c
shell.c