Skip to content

Commit b36e07e

Browse files
committed
Update shared library files for go to PR github#10505
Merge commit: 8b424d1
1 parent de9fc06 commit b36e07e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,8 @@ private module Cached {
709709
*/
710710
pragma[nomagic]
711711
private DataFlowCallable viableImplInCallContextExt(DataFlowCall call, DataFlowCall ctx) {
712-
result = viableImplInCallContext(call, ctx)
712+
result = viableImplInCallContext(call, ctx) and
713+
result = viableCallable(call)
713714
or
714715
result = viableCallableLambda(call, TDataFlowCallSome(ctx))
715716
or

0 commit comments

Comments
 (0)