|
2 | 2 | | test1.c:7:26:7:29 | **argv | test1.c:8:11:8:14 | call to atoi | provenance | TaintFunction |
|
3 | 3 | | test1.c:8:11:8:14 | call to atoi | test1.c:9:9:9:9 | i | provenance | |
|
4 | 4 | | test1.c:8:11:8:14 | call to atoi | test1.c:11:9:11:9 | i | provenance | |
|
| 5 | +| test1.c:8:11:8:14 | call to atoi | test1.c:12:9:12:9 | i | provenance | | |
5 | 6 | | test1.c:8:11:8:14 | call to atoi | test1.c:13:9:13:9 | i | provenance | |
|
6 | 7 | | test1.c:9:9:9:9 | i | test1.c:16:16:16:16 | i | provenance | |
|
7 | 8 | | test1.c:11:9:11:9 | i | test1.c:32:16:32:16 | i | provenance | |
|
| 9 | +| test1.c:12:9:12:9 | i | test1.c:40:16:40:16 | i | provenance | | |
8 | 10 | | test1.c:13:9:13:9 | i | test1.c:48:16:48:16 | i | provenance | |
|
9 | 11 | | test1.c:16:16:16:16 | i | test1.c:18:16:18:16 | i | provenance | |
|
10 | 12 | | test1.c:32:16:32:16 | i | test1.c:33:11:33:11 | i | provenance | |
|
| 13 | +| test1.c:40:16:40:16 | i | test1.c:41:11:41:11 | i | provenance | | |
11 | 14 | | test1.c:48:16:48:16 | i | test1.c:51:3:51:7 | ... = ... | provenance | |
|
12 | 15 | | test1.c:51:3:51:7 | ... = ... | test1.c:53:15:53:15 | j | provenance | |
|
13 | 16 | nodes
|
14 | 17 | | test1.c:7:26:7:29 | **argv | semmle.label | **argv |
|
15 | 18 | | test1.c:8:11:8:14 | call to atoi | semmle.label | call to atoi |
|
16 | 19 | | test1.c:9:9:9:9 | i | semmle.label | i |
|
17 | 20 | | test1.c:11:9:11:9 | i | semmle.label | i |
|
| 21 | +| test1.c:12:9:12:9 | i | semmle.label | i | |
18 | 22 | | test1.c:13:9:13:9 | i | semmle.label | i |
|
19 | 23 | | test1.c:16:16:16:16 | i | semmle.label | i |
|
20 | 24 | | test1.c:18:16:18:16 | i | semmle.label | i |
|
21 | 25 | | test1.c:32:16:32:16 | i | semmle.label | i |
|
22 | 26 | | test1.c:33:11:33:11 | i | semmle.label | i |
|
| 27 | +| test1.c:40:16:40:16 | i | semmle.label | i | |
| 28 | +| test1.c:41:11:41:11 | i | semmle.label | i | |
23 | 29 | | test1.c:48:16:48:16 | i | semmle.label | i |
|
24 | 30 | | test1.c:51:3:51:7 | ... = ... | semmle.label | ... = ... |
|
25 | 31 | | test1.c:53:15:53:15 | j | semmle.label | j |
|
26 | 32 | subpaths
|
27 | 33 | #select
|
28 | 34 | | test1.c:18:16:18:16 | i | test1.c:7:26:7:29 | **argv | test1.c:18:16:18:16 | i | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
29 | 35 | | test1.c:33:11:33:11 | i | test1.c:7:26:7:29 | **argv | test1.c:33:11:33:11 | i | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
| 36 | +| test1.c:41:11:41:11 | i | test1.c:7:26:7:29 | **argv | test1.c:41:11:41:11 | i | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument | |
30 | 37 | | test1.c:53:15:53:15 | j | test1.c:7:26:7:29 | **argv | test1.c:53:15:53:15 | j | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
0 commit comments