nuttx/fs/fat
chao an 6104f32afc fs/fat: fix ubsan warning of shift-out-of-bounds
ubsan_prologue: ================================================================================
ubsan_prologue: UBSAN: shift-out-of-bounds in fat/fs_fat32util.c:989:40
__ubsan_handle_shift_out_of_bounds: left shift of 268435455 by 4 places cannot be represented in type 'int'
ubsan_epilogue: ================================================================================

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-15 07:14:41 -08:00
..
CMakeLists.txt
fs_fat32.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
fs_fat32.h
fs_fat32attrib.c
fs_fat32dirent.c
fs_fat32util.c fs/fat: fix ubsan warning of shift-out-of-bounds 2023-11-15 07:14:41 -08:00
Kconfig
Make.defs