1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-11-05 02:27:39 +00:00
hekate/bdk/libs/fatfs
CTCaer 99d15eaac8 bdk: fatfs: check if string is null for puts/printf
Avoid writing garbage to a file by checking string pointer passed to f_puts and f_printf.

Important on many embedded platforms that do not abort on NULL dereference.
2021-10-01 14:27:57 +03:00
..
diskio.h fatfs: Add raw emuMMC support for USER partition 2021-02-06 17:11:32 +02:00
ff.c bdk: fatfs: check if string is null for puts/printf 2021-10-01 14:27:57 +03:00
ff.h fatfs: Add PrFile2Safe creation in format tool 2021-02-06 03:59:20 +02:00
ffunicode.c