There was an error while loading. Please reload this page.
1 parent 1b849db commit 2d72a9cCopy full SHA for 2d72a9c
1 file changed
cpp/ql/src/Likely Bugs/Memory Management/PointerOverflow.ql
@@ -1,11 +1,11 @@
1
/**
2
- * @name Range check relying on pointer overflow
+ * @name Pointer overflow check
3
* @description Adding a value to a pointer to see if it overflows relies
4
* on undefined behavior and may lead to memory corruption.
5
* @kind problem
6
* @problem.severity error
7
* @precision high
8
- * @id cpp/pointer-overflow
+ * @id cpp/pointer-overflow-check
9
* @tags reliability
10
* security
11
*/
0 commit comments