Skip to content

Commit f05da69

Browse files
committed
Update shared library files for go to PR github#10007
Merge commit: a3fb54c
1 parent ae40829 commit f05da69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3061,7 +3061,7 @@ private class PathNodeMid extends PathNodeImpl, TPathNodeMid {
30613061
else cc instanceof CallContextAny
30623062
) and
30633063
sc instanceof SummaryCtxNone and
3064-
ap instanceof AccessPathNil
3064+
ap = TAccessPathNil(node.getDataFlowType())
30653065
}
30663066

30673067
predicate isAtSink() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3061,7 +3061,7 @@ private class PathNodeMid extends PathNodeImpl, TPathNodeMid {
30613061
else cc instanceof CallContextAny
30623062
) and
30633063
sc instanceof SummaryCtxNone and
3064-
ap instanceof AccessPathNil
3064+
ap = TAccessPathNil(node.getDataFlowType())
30653065
}
30663066

30673067
predicate isAtSink() {

0 commit comments

Comments
 (0)