Skip to content

Commit df1ea5b

Browse files
authored
Update BufferAccessWithIncorrectLengthValue.qhelp
1 parent 5a9061e commit df1ea5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>Using a size argument that is larger than the buffer size will result in an out-of-memory and possibly overflow. You need to limit the value of the length argument.</p>
6+
<p>Using a size argument that is larger than the buffer size will result in an out-of-bounds memory access and possibly overflow. You need to limit the value of the length argument.</p>
77

88
</overview>
99

@@ -20,4 +20,4 @@
2020
</li>
2121

2222
</references>
23-
</qhelp>
23+
</qhelp>

0 commit comments

Comments
 (0)