zephyr/tests/subsys/fs/fcb/src
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
..
fcb_test_append_fill.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_test_append_too_big.c
fcb_test_append.c
fcb_test_empty_walk.c
fcb_test_init.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_test_last_of_n.c tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
fcb_test_len.c
fcb_test_multiple_scratch.c tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
fcb_test_reset.c
fcb_test_rotate.c tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
fcb_test.h fcb: start using errno codes 2019-09-08 12:42:53 +02:00
main.c