mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Update BufferAccessWithIncorrectLengthValue.qhelp
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"qhelp.dtd">
|
"qhelp.dtd">
|
||||||
<qhelp>
|
<qhelp>
|
||||||
<overview>
|
<overview>
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
</overview>
|
</overview>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user