|
1 | 1 | edges |
| 2 | +| test.c:9:23:9:26 | argv | test.c:17:11:17:18 | Convert indirection | |
| 3 | +| test.c:9:23:9:26 | argv indirection | test.c:17:11:17:18 | Convert indirection | |
| 4 | +| test.c:9:23:9:26 | argv indirection | test.c:17:11:17:18 | Convert indirection | |
| 5 | +| test.c:31:22:31:25 | argv indirection | test.c:32:11:32:18 | Convert indirection | |
| 6 | +| test.c:31:22:31:25 | argv indirection | test.c:32:11:32:18 | Convert indirection | |
| 7 | +| test.c:37:17:37:24 | scanf output argument | test.c:38:11:38:18 | Convert indirection | |
| 8 | +| test.c:43:17:43:24 | scanf output argument | test.c:44:11:44:18 | Convert indirection | |
| 9 | +| test.c:57:10:57:13 | argv indirection | test.c:57:10:57:16 | access to array indirection | |
| 10 | +| test.c:57:10:57:13 | argv indirection | test.c:57:10:57:16 | access to array indirection | |
2 | 11 | nodes |
| 12 | +| test.c:9:23:9:26 | argv | semmle.label | argv | |
| 13 | +| test.c:9:23:9:26 | argv indirection | semmle.label | argv indirection | |
| 14 | +| test.c:9:23:9:26 | argv indirection | semmle.label | argv indirection | |
| 15 | +| test.c:17:11:17:18 | Convert indirection | semmle.label | Convert indirection | |
| 16 | +| test.c:31:22:31:25 | argv indirection | semmle.label | argv indirection | |
| 17 | +| test.c:31:22:31:25 | argv indirection | semmle.label | argv indirection | |
| 18 | +| test.c:32:11:32:18 | Convert indirection | semmle.label | Convert indirection | |
| 19 | +| test.c:37:17:37:24 | scanf output argument | semmle.label | scanf output argument | |
| 20 | +| test.c:38:11:38:18 | Convert indirection | semmle.label | Convert indirection | |
| 21 | +| test.c:43:17:43:24 | scanf output argument | semmle.label | scanf output argument | |
| 22 | +| test.c:44:11:44:18 | Convert indirection | semmle.label | Convert indirection | |
| 23 | +| test.c:57:10:57:13 | argv indirection | semmle.label | argv indirection | |
| 24 | +| test.c:57:10:57:13 | argv indirection | semmle.label | argv indirection | |
| 25 | +| test.c:57:10:57:16 | access to array indirection | semmle.label | access to array indirection | |
3 | 26 | subpaths |
4 | 27 | #select |
| 28 | +| test.c:17:11:17:18 | fileName | test.c:9:23:9:26 | argv | test.c:17:11:17:18 | Convert 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 (a command-line argument) | |
| 29 | +| test.c:17:11:17:18 | fileName | test.c:9:23:9:26 | argv indirection | test.c:17:11:17:18 | Convert indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:9:23:9:26 | argv indirection | user input (a command-line argument) | |
| 30 | +| test.c:17:11:17:18 | fileName | test.c:9:23:9:26 | argv indirection | test.c:17:11:17:18 | Convert indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:9:23:9:26 | argv indirection | user input (a command-line argument) | |
| 31 | +| test.c:32:11:32:18 | fileName | test.c:31:22:31:25 | argv indirection | test.c:32:11:32:18 | Convert indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:31:22:31:25 | argv indirection | user input (a command-line argument) | |
| 32 | +| test.c:32:11:32:18 | fileName | test.c:31:22:31:25 | argv indirection | test.c:32:11:32:18 | Convert indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:31:22:31:25 | argv indirection | user input (a command-line argument) | |
| 33 | +| test.c:38:11:38:18 | fileName | test.c:37:17:37:24 | scanf output argument | test.c:38:11:38:18 | Convert indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:37:17:37:24 | scanf output argument | user input (value read by scanf) | |
| 34 | +| test.c:44:11:44:18 | fileName | test.c:43:17:43:24 | scanf output argument | test.c:44:11:44:18 | Convert indirection | This argument to a file access function is derived from $@ and then passed to fopen(filename). | test.c:43:17:43:24 | scanf output argument | user input (value read by scanf) | |
| 35 | +| test.c:57:10:57:16 | access to array | test.c:57:10:57:13 | argv indirection | test.c:57:10:57:16 | access to array indirection | This argument to a file access function is derived from $@ and then passed to read(fileName), which calls fopen(filename). | test.c:57:10:57:13 | argv indirection | user input (a command-line argument) | |
| 36 | +| test.c:57:10:57:16 | access to array | test.c:57:10:57:13 | argv indirection | test.c:57:10:57:16 | access to array indirection | This argument to a file access function is derived from $@ and then passed to read(fileName), which calls fopen(filename). | test.c:57:10:57:13 | argv indirection | user input (a command-line argument) | |
0 commit comments