zephyr/tests/subsys/fs/fcb
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
..
src tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj_native_posix_64.conf tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
prj_native_posix.conf tests: Added native POSIX to flash based tests 2019-05-28 21:14:19 -04:00
prj.conf arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
testcase.yaml tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00