Add fixes for -Wformat-security warnings (seems to be enabled on Ubuntu).
This doesn't allow non-string literals as formats, these may include format specifiers and can cause buffer overruns, maybe.
Please register or sign in to comment
This doesn't allow non-string literals as formats, these may include format specifiers and can cause buffer overruns, maybe.