Update cpp/ql/src/Security/CWE/CWE-190/Bounded.qll

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2021-06-23 14:38:36 +02:00
committed by GitHub
parent 6379463bcf
commit c44475458e

View File

@@ -40,7 +40,7 @@ private predicate boundedBitwiseAnd(Expr e, Expr andExpr, Expr operand1, Expr op
/**
* Holds if `e` is an arithmetic expression that cannot overflow, or if `e` is an operand of an
* operation that may greatly reduces the range of possible values.
* operation that may greatly reduce the range of possible values.
*/
predicate bounded(Expr e) {
(