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 c1cc441 commit 40b3598Copy full SHA for 40b3598
go/ql/lib/semmle/go/dataflow/internal/DataFlowNodes.qll
@@ -473,6 +473,7 @@ module Public {
473
private DataFlow::Node getACalleeSource(DataFlow::CallNode cn) {
474
result = cn.getCalleeNode() or
475
basicLocalFlowStep(result, getACalleeSource(cn)) or
476
+ jumpStep(result, getACalleeSource(cn)) or
477
result.asExpr() = getACalleeSource(cn).asExpr().(GenericFunctionInstantiationExpr).getBase()
478
}
479
0 commit comments