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:
ihsinme
2022-05-30 20:41:39 +03:00
committed by GitHub
parent 9499961a9c
commit 5609d5200b

View File

@@ -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