|
@@ -200,7 +200,7 @@ input and contains "%n".
|
|
|
.B fortify
|
|
.B fortify
|
|
|
This setting (enabled by default) adds
|
|
This setting (enabled by default) adds
|
|
|
.B \-D_FORTIFY_SOURCE=2
|
|
.B \-D_FORTIFY_SOURCE=2
|
|
|
-to \fBCFLAGS\fP and \fBCXXFLAGS\fP. During code generation the compiler
|
|
|
|
|
|
|
+to \fBCPPFLAGS\fP. During code generation the compiler
|
|
|
knows a great deal of information about buffer sizes (where possible), and
|
|
knows a great deal of information about buffer sizes (where possible), and
|
|
|
attempts to replace insecure unlimited length buffer function calls with
|
|
attempts to replace insecure unlimited length buffer function calls with
|
|
|
length-limited ones. This is especially useful for old, crufty code.
|
|
length-limited ones. This is especially useful for old, crufty code.
|