Skip to content

Commit 6312f31

Browse files
author
Felicity Chapman
committed
Remove the duplicate overview tag
1 parent 978fc49 commit 6312f31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/src/Critical/OverflowCalculated.qhelp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ zero terminator into consideration.</li>
1313
<li><code>strcat</code> or <code>strncat</code> that use buffers that are too small to contain the new string.</li>
1414
</ul>
1515
</p>
16-
</overview>
1716

1817
<p>
1918
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).
2221
</p>
2322

2423
<include src="aliasAnalysisWarning.qhelp" />
25-
2624
</overview>
25+
2726
<recommendation>
2827
<p>
2928
Increase the size of the buffer being allocated.

0 commit comments

Comments
 (0)