Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 987a990

Browse files
committedApr 16, 2025·
C#: Fix join order in ExternalFlow::interpretElement/6 (only affects RTJO mode)
1 parent 4ae49cf commit 987a990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎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+
pragma[inline_late]
412+
bindingset[d,ext]
412413
private Declaration interpretExt(Declaration d, ExtPath ext) {
413414
ext = "" and result = d
414415
or

0 commit comments

Comments
 (0)
Please sign in to comment.