zephyr/tests/subsys/fs
Peter Bigot 8bb99dc9ce tests: fcb: initialize buffers to avoid processing uninitialized values
Running the test under valgrind identified three places where an
uninitialized stack buffer was used as the source of data over which a
CRC was incidently calculated, causing an uninitialized value warning
in the CRC calculation.  Zero out the source buffers before using them
as a data source.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-11-06 16:58:57 -06:00
..
fat_fs_api tests: remove duplicate names for the filesystem tests 2019-10-25 00:16:31 -04:00
fat_fs_dual_drive tests: remove duplicate names for the filesystem tests 2019-10-25 00:16:31 -04:00
fcb tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
littlefs samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
multi-fs cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
nffs_fs_api cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
nvs tests/subsys/fs/nvs: extend entry delete test 2019-09-02 12:31:42 +02:00