|
1 | 1 | edges
|
2 |
| -| test.c:9:23:9:26 | argv | test.c:17:11:17:18 | fileName | |
3 | 2 | | test.c:9:23:9:26 | argv | test.c:17:11:17:18 | fileName indirection |
|
4 |
| -| test.c:31:22:31:25 | argv | test.c:32:11:32:18 | fileName | |
5 | 3 | | test.c:31:22:31:25 | argv | test.c:32:11:32:18 | fileName indirection |
|
6 | 4 | | test.c:37:17:37:24 | fileName | test.c:38:11:38:18 | fileName indirection |
|
7 | 5 | | test.c:37:17:37:24 | scanf output argument | test.c:38:11:38:18 | fileName indirection |
|
8 |
| -| test.c:43:17:43:24 | fileName | test.c:44:11:44:18 | fileName | |
9 | 6 | | test.c:43:17:43:24 | fileName | test.c:44:11:44:18 | fileName indirection |
|
10 |
| -| test.c:43:17:43:24 | scanf output argument | test.c:44:11:44:18 | fileName | |
11 | 7 | | test.c:43:17:43:24 | scanf output argument | test.c:44:11:44:18 | fileName indirection |
|
12 | 8 | nodes
|
13 | 9 | | test.c:9:23:9:26 | argv | semmle.label | argv |
|
14 |
| -| test.c:17:11:17:18 | fileName | semmle.label | fileName | |
15 | 10 | | test.c:17:11:17:18 | fileName indirection | semmle.label | fileName indirection |
|
16 | 11 | | test.c:31:22:31:25 | argv | semmle.label | argv |
|
17 |
| -| test.c:32:11:32:18 | fileName | semmle.label | fileName | |
18 | 12 | | test.c:32:11:32:18 | fileName indirection | semmle.label | fileName indirection |
|
19 | 13 | | test.c:37:17:37:24 | fileName | semmle.label | fileName |
|
20 | 14 | | test.c:37:17:37:24 | scanf output argument | semmle.label | scanf output argument |
|
21 | 15 | | test.c:38:11:38:18 | fileName indirection | semmle.label | fileName indirection |
|
22 | 16 | | test.c:43:17:43:24 | fileName | semmle.label | fileName |
|
23 | 17 | | test.c:43:17:43:24 | scanf output argument | semmle.label | scanf output argument |
|
24 |
| -| test.c:44:11:44:18 | fileName | semmle.label | fileName | |
25 | 18 | | test.c:44:11:44:18 | fileName indirection | semmle.label | fileName indirection |
|
26 | 19 | subpaths
|
27 | 20 | #select
|
28 |
| -| test.c:17:11:17:18 | fileName | test.c:9:23:9:26 | argv | test.c:17:11:17:18 | fileName | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:9:23:9:26 | argv | user input (argv) | |
29 |
| -| test.c:32:11:32:18 | fileName | test.c:31:22:31:25 | argv | test.c:32:11:32:18 | fileName | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:31:22:31:25 | argv | user input (argv) | |
| 21 | +| test.c:17:11:17:18 | fileName | test.c:9:23:9:26 | argv | test.c:17:11:17:18 | fileName indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:9:23:9:26 | argv | user input (argv) | |
| 22 | +| test.c:32:11:32:18 | fileName | test.c:31:22:31:25 | argv | test.c:32:11:32:18 | fileName indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:31:22:31:25 | argv | user input (argv) | |
30 | 23 | | test.c:38:11:38:18 | fileName | test.c:37:17:37:24 | fileName | test.c:38:11:38:18 | fileName indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:37:17:37:24 | fileName | user input (scanf) |
|
31 |
| -| test.c:44:11:44:18 | fileName | test.c:43:17:43:24 | fileName | test.c:44:11:44:18 | fileName | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:43:17:43:24 | fileName | user input (scanf) | |
| 24 | +| test.c:44:11:44:18 | fileName | test.c:43:17:43:24 | fileName | test.c:44:11:44:18 | fileName indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:43:17:43:24 | fileName | user input (scanf) | |
0 commit comments