mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
put back missing condition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user