|
|
@@ -222,7 +222,7 @@ enabling only "format" and "fortify" can be achieved with:
|
|
|
This setting (enabled by default) adds
|
|
|
.B \-Wformat \-Werror=format\-security
|
|
|
to \fBCFLAGS\fP and \fBCXXFLAGS\fP. This will warn about improper format
|
|
|
-string uses, and will fail when format functions are used in a way that
|
|
|
+string uses, and will fail when format functions are used in a way
|
|
|
that represent possible security problems. At present, this warns about
|
|
|
calls to \fBprintf\fP and \fBscanf\fP functions where the format string is
|
|
|
not a string literal and there are no format arguments, as in
|