C#: Remove a Cartesian product

This commit is contained in:
Tom Hvitved
2019-12-06 10:42:59 +00:00
parent a3efcf66a6
commit 3a95cd5e9c

View File

@@ -117,6 +117,7 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
e2 = any(OperatorCall oc |
oc.getTarget().(ConversionOperator).fromLibrary() and
e1 = oc.getAnArgument() and
scope = e2 and
isSuccessor = true
)
)