mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C++: Rename query
This new name is similar to its sister query "Signed overflow check".
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/**
|
||||
* @name Range check relying on pointer overflow
|
||||
* @name Pointer overflow check
|
||||
* @description Adding a value to a pointer to see if it overflows relies
|
||||
* on undefined behavior and may lead to memory corruption.
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @id cpp/pointer-overflow
|
||||
* @id cpp/pointer-overflow-check
|
||||
* @tags reliability
|
||||
* security
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user