Skip to content

Commit 7a03350

Browse files
committed
CPP: localFlowStep* -> localFlow.
1 parent b8c9e49 commit 7a03350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/OverflowStatic.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class CallWithBufferSize extends FunctionCall
9393
}
9494
int statedSizeValue() {
9595
exists(Expr statedSizeSrc |
96-
DataFlow::localFlowStep*(DataFlow::exprNode(statedSizeSrc), DataFlow::exprNode(statedSizeExpr())) and
96+
DataFlow::localFlow(DataFlow::exprNode(statedSizeSrc), DataFlow::exprNode(statedSizeExpr())) and
9797
result = statedSizeSrc.getValue().toInt()
9898
)
9999
}

0 commit comments

Comments
 (0)