Skip to content

Commit 2d72a9c

Browse files
committed
C++: Rename query
This new name is similar to its sister query "Signed overflow check".
1 parent 1b849db commit 2d72a9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/Likely Bugs/Memory Management/PointerOverflow.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* @name Range check relying on pointer overflow
2+
* @name Pointer overflow check
33
* @description Adding a value to a pointer to see if it overflows relies
44
* on undefined behavior and may lead to memory corruption.
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @id cpp/pointer-overflow
8+
* @id cpp/pointer-overflow-check
99
* @tags reliability
1010
* security
1111
*/

0 commit comments

Comments
 (0)