mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Update cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.ql
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Buffer access with incorrect length value.
|
||||
* @name Buffer access with incorrect length value
|
||||
* @description Incorrect use of the length argument in some functions will result in out-of-memory accesses.
|
||||
* @kind problem
|
||||
* @id cpp/buffer-access-with-incorrect-length-value
|
||||
|
||||
Reference in New Issue
Block a user