aa9b762d12
The usdhc driver was incorrectly post-decrementing a do/while loop iterator, causing an extra iteration of the loop and an out-of-bounds array access. Change the iterator to decrement within the loop instead. Tested samples/subsys/fs/fat_fs on the mimxrt1050_evk board. Coverity-CID: 203403 Signed-off-by: Maureen Helm <maureen.helm@nxp.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
disk_access.c | ||
disk_access_flash.c | ||
disk_access_ram.c | ||
disk_access_sdhc.h | ||
disk_access_spi_sdhc.c | ||
disk_access_usdhc.c | ||
fat12_ramdisk.h |