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
nvs
CMakeLists.txt
fat_fs.c
fs_impl.c
fs_impl.h
fs.c
fuse_fs_access.c
Kconfig
Kconfig.littlefs
littlefs_fs.c
nffs_fs.c
shell.c