zephyr/subsys/fs
Jan Van Winkel 0b30dc3478 fs: fcb: Increase temporary buffer in fcb_append
Increase temporary buffer size to 8 bytes in fcb_append to prevent
stack overflow in case flash alignment is bigger then 2 bytes.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-08-27 11:49:33 +02:00
..
fcb fs: fcb: Increase temporary buffer in fcb_append 2019-08-27 11:49:33 +02:00
nvs fs/nvs: skip deletion on non existing entry 2019-08-08 11:07:48 +02:00
CMakeLists.txt subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02:00
fat_fs.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
fs_impl.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs_impl.h subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs.c subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
fuse_fs_access.c cleanup: include/: move fs.h to fs/fs.h 2019-06-27 22:55:49 -04:00
Kconfig subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
Kconfig.littlefs subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
littlefs_fs.c subsys/fs/littlefs: fix Coverity issues 2019-08-19 08:34:17 +02:00
nffs_fs.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
shell.c subsys/fs/shell: avoid warning about output format truncation 2019-08-06 19:39:26 +02:00