mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +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
|
* @description Adding a value to a pointer to see if it overflows relies
|
||||||
* on undefined behavior and may lead to memory corruption.
|
* on undefined behavior and may lead to memory corruption.
|
||||||
* @kind problem
|
* @kind problem
|
||||||
* @problem.severity error
|
* @problem.severity error
|
||||||
* @precision high
|
* @precision high
|
||||||
* @id cpp/pointer-overflow
|
* @id cpp/pointer-overflow-check
|
||||||
* @tags reliability
|
* @tags reliability
|
||||||
* security
|
* security
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user