In usage(), don't use `usagestr' as the `fprintf' format string.
Instead, print the usage string using "%s". This is a safety bug found by -Wformat.
Showing
Please register or sign in to comment
Instead, print the usage string using "%s". This is a safety bug found by -Wformat.