Skip to content

Commit d296a8a

Browse files
committed
Fix bug so property accesses can be barrier guards
1 parent 2c9c0c2 commit d296a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ private module Cached {
474474
kmp = TMkPair(kind, model) and
475475
gv = convertAcceptingValue(acceptingvalue)
476476
|
477-
g.(Call).getAnArgument() = e or g.(MethodCall).getQualifier() = e
477+
g.(Call).getAnArgument() = e or g.(QualifiableExpr).getQualifier() = e
478478
)
479479
}
480480

0 commit comments

Comments
 (0)