put back missing condition

This commit is contained in:
Philippe Antoine
2020-07-10 14:40:58 +02:00
parent 3117c67a66
commit 50b2b12ce2

View File

@@ -44,6 +44,7 @@ where
unchecked.getTarget() = param and
// this function parameter is not overwritten
count(param.getAnAssignment()) = 0 and
check.getTarget() = param and
// which is once checked
candidateResultChecked(check, eqop) and
// and which has not been checked before in this code path