We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 032a6b1 + 5f32e1f commit ab6221dCopy full SHA for ab6221d
cpp/ql/src/Security/CWE/CWE-676/DangerousFunctionOverflow.qhelp
@@ -17,7 +17,7 @@ rules</strong> below for rules that identify other dangerous functions.</p>
17
</recommendation>
18
<example>
19
<p>The following example gets a string from standard input in two ways:</p>
20
-<sample src="DangerousUseOfGets" />
+<sample src="DangerousFunctionOverflow.c" />
21
22
<p>The first version uses <code>gets</code> and will overflow if the input
23
is longer than the buffer. The second version of the code
0 commit comments