mirror of
https://github.com/CTCaer/hekate.git
synced 2025-01-27 06:35:15 +00:00
99d15eaac8
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.