Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5f0875

Browse files
committed
Python: stay in control flow layer
1 parent af08c6e commit e5f0875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatchPointsTo.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ private module OutNodes {
786786
class ExprOutNode extends OutNode, ExprNode {
787787
private DataFlowCall call;
788788

789-
ExprOutNode() { call.(DataFlowSourceCall).getNode().getNode() = this.asExpr() }
789+
ExprOutNode() { call.(DataFlowSourceCall).getNode() = this.getNode() }
790790

791791
override DataFlowCall getCall(ReturnKind kind) {
792792
result = call and

0 commit comments

Comments
 (0)