mirror of
https://github.com/github/codeql.git
synced 2026-01-25 04:12:58 +01:00
Merge pull request #12559 from MathiasVP/test9-range-check
This commit is contained in:
@@ -119,6 +119,7 @@ int test9(int x, int y) {
|
||||
}
|
||||
range(x); // $ range=>=4
|
||||
}
|
||||
range(x); // $ MISSING: range=>=4
|
||||
return x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user