Skip to content

Commit f007083

Browse files
committed
C++: Switch back to a 'Bound' instead of a 'SemBound'.
1 parent f6e774e commit f007083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PhpEmalloc extends AllocationFunction {
3434
override int getSizeArg() { result = 0 }
3535
}
3636

37-
predicate bounded(Instruction i, SemBound b, int delta, boolean upper) {
37+
predicate bounded(Instruction i, Bound b, int delta, boolean upper) {
3838
// TODO: reason
3939
semBounded(getSemanticExpr(i), b, delta, upper, _)
4040
}

0 commit comments

Comments
 (0)