mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2025-12-16 10:33:04 +01:00
Remove guardEnsuresEqUnordered and update tests
GuardCondition::ensuresEq is sufficient. Update test-cases and expected results + removed a QL warning
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
WARNING: Unused method getInputParameter (/Users/kraiouchkine/internal/codeql-workshop-dataflow-c/solutions/Exercise7.ql:84,13-30)
|
||||
| test.c:32:10:32:17 | access to array | test.c:53:14:54:24 | ... == ... |
|
||||
| test.c:32:10:32:17 | access to array | test.c:58:7:58:75 | ... != ... |
|
||||
| test.c:32:10:32:17 | access to array | test.c:71:7:71:76 | ... == ... |
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
WARNING: Unused method getInputParameter (/Users/kraiouchkine/internal/codeql-workshop-dataflow-c/solutions/Exercise8.ql:107,13-30)
|
||||
| test.c:32:10:32:17 | access to array |
|
||||
| test.c:32:28:32:35 | access to array |
|
||||
| test.c:33:10:33:17 | access to array |
|
||||
|
||||
Reference in New Issue
Block a user