We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229250d commit 8734df3Copy full SHA for 8734df3
python/ql/src/semmle/python/dataflow/new/internal/DataFlowPublic.qll
@@ -468,8 +468,8 @@ class BarrierGuard extends GuardNode {
468
}
469
470
private predicate comes_from_cfgnode(Node node) {
471
- exists(Node second |
472
- simpleLocalFlowStep(any(CfgNode c), second) and
+ exists(CfgNode first, Node second |
+ simpleLocalFlowStep(first, second) and
473
simpleLocalFlowStep*(second, node)
474
)
475
0 commit comments