mirror of
https://github.com/hohn/codeql-workshop-dataflow-c.git
synced 2025-12-16 18:43:03 +01:00
Initial commit
This commit is contained in:
20
exercises-tests/Exercise7/Exercise7.expected
Normal file
20
exercises-tests/Exercise7/Exercise7.expected
Normal file
@@ -0,0 +1,20 @@
|
||||
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 | ... == ... |
|
||||
| test.c:32:28:32:35 | access to array | test.c:53:14:54:24 | ... == ... |
|
||||
| test.c:32:28:32:35 | access to array | test.c:58:7:58:75 | ... != ... |
|
||||
| test.c:32:28:32:35 | access to array | test.c:71:7:71:76 | ... == ... |
|
||||
| test.c:33:10:33:17 | access to array | test.c:53:14:54:24 | ... == ... |
|
||||
| test.c:33:10:33:17 | access to array | test.c:58:7:58:75 | ... != ... |
|
||||
| test.c:33:10:33:17 | access to array | test.c:71:7:71:76 | ... == ... |
|
||||
| test.c:63:10:63:17 | access to array | test.c:58:7:58:75 | ... != ... |
|
||||
| test.c:63:28:63:35 | access to array | test.c:58:7:58:75 | ... != ... |
|
||||
| test.c:64:10:64:17 | access to array | test.c:58:7:58:75 | ... != ... |
|
||||
| test.c:72:18:72:25 | access to array | test.c:71:7:71:76 | ... == ... |
|
||||
| test.c:73:18:73:25 | access to array | test.c:71:7:71:76 | ... == ... |
|
||||
| test.c:74:19:74:26 | access to array | test.c:71:7:71:76 | ... == ... |
|
||||
| test.c:86:12:86:19 | access to array | test.c:85:7:85:75 | ... == ... |
|
||||
| test.c:86:31:86:38 | access to array | test.c:85:7:85:75 | ... == ... |
|
||||
| test.c:87:19:87:26 | access to array | test.c:85:7:85:75 | ... == ... |
|
||||
| test.c:89:26:89:33 | access to array | test.c:85:7:85:75 | ... == ... |
|
||||
1
exercises-tests/Exercise7/Exercise7.qlref
Normal file
1
exercises-tests/Exercise7/Exercise7.qlref
Normal file
@@ -0,0 +1 @@
|
||||
Exercise7.ql
|
||||
Reference in New Issue
Block a user