mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: Add change note
Also fix discrepancies between `SignedOverflowCheck.ql` and its change note.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Undefined result of signed test for overflow
|
||||
* @name Signed overflow check
|
||||
* @description Testing for overflow by adding a value to a variable
|
||||
* to see if it "wraps around" works only for
|
||||
* unsigned integer values.
|
||||
@@ -7,7 +7,7 @@
|
||||
* @problem.severity warning
|
||||
* @precision high
|
||||
* @id cpp/signed-overflow-check
|
||||
* @tags reliability
|
||||
* @tags correctness
|
||||
* security
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user