Skip to content

Commit 4f09545

Browse files
authored
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
1 parent 15e76d1 commit 4f09545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-783/OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ predicate isDifferentSize(Expr exp1, Expr exp2, Expr exp3) {
127127
)
128128
}
129129

130-
/** Holds if it is possible to get different values of the expression */
130+
/** Holds if different values of the expression obtained from the parameters of the predicate can be obtained. */
131131
pragma[inline]
132132
predicate isDifferentResults(
133133
Expr exp1, Expr exp2, Expr exp3, BinaryBitwiseOperation op1, BinaryBitwiseOperation op2

0 commit comments

Comments
 (0)