We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978fc49 commit 6312f31Copy full SHA for 6312f31
cpp/ql/src/Critical/OverflowCalculated.qhelp
@@ -13,7 +13,6 @@ zero terminator into consideration.</li>
13
<li><code>strcat</code> or <code>strncat</code> that use buffers that are too small to contain the new string.</li>
14
</ul>
15
</p>
16
-</overview>
17
18
<p>
19
The highlighted expression will cause a buffer overflow because the buffer is too small to contain
@@ -22,8 +21,8 @@ if the array is on stack-allocated memory).
22
21
23
24
<include src="aliasAnalysisWarning.qhelp" />
25
-
26
</overview>
+
27
<recommendation>
28
29
Increase the size of the buffer being allocated.
0 commit comments