Skip to content

Commit 7f5b48d

Browse files
committed
C#: Fix join order in ExternalFlow::interpretElement/6 (only affects RTJO mode)
1 parent 254789c commit 7f5b48d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll

+2-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ Declaration interpretBaseDeclaration(string namespace, string type, string name,
408408
)
409409
}
410410

411-
pragma[inline]
411+
bindingset[d, ext]
412+
pragma[inline_late]
412413
private Declaration interpretExt(Declaration d, ExtPath ext) {
413414
ext = "" and result = d
414415
or

0 commit comments

Comments
 (0)