We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5a05 commit 1776ebdCopy full SHA for 1776ebd
cpp/ql/src/Critical/OverflowCalculated.qhelp
@@ -32,7 +32,7 @@ Increase the size of the buffer being allocated.
32
<p>This example includes three annotated calls that copy a string into a buffer.
33
The first call to <code>malloc</code> creates a buffer that's the
34
same size as the string, leaving no space for the zero terminator
35
-and causing an overflow. The second call to <ocde>malloc</code>
+and causing an overflow. The second call to <code>malloc</code>
36
correctly calculates the required buffer size. The call to
37
<code>strcat</code> appends an additional string to the same buffer
38
causing a second overflow.</p>
0 commit comments