|
1 | 1 | edges
|
2 | 2 | | tests.c:16:26:16:29 | argv indirection | tests.c:28:22:28:28 | access to array indirection |
|
3 | 3 | | tests.c:16:26:16:29 | argv indirection | tests.c:29:28:29:34 | access to array indirection |
|
| 4 | +| tests.c:16:26:16:29 | argv indirection | tests.c:31:15:31:23 | buffer100 indirection | |
| 5 | +| tests.c:16:26:16:29 | argv indirection | tests.c:33:21:33:29 | buffer100 indirection | |
4 | 6 | | tests.c:16:26:16:29 | argv indirection | tests.c:34:10:34:16 | access to array indirection |
|
5 | 7 | nodes
|
6 | 8 | | tests.c:16:26:16:29 | argv indirection | semmle.label | argv indirection |
|
7 | 9 | | tests.c:28:22:28:28 | access to array indirection | semmle.label | access to array indirection |
|
8 | 10 | | tests.c:29:28:29:34 | access to array indirection | semmle.label | access to array indirection |
|
| 11 | +| tests.c:31:15:31:23 | buffer100 indirection | semmle.label | buffer100 indirection | |
9 | 12 | | tests.c:31:15:31:23 | scanf output argument | semmle.label | scanf output argument |
|
| 13 | +| tests.c:33:21:33:29 | buffer100 indirection | semmle.label | buffer100 indirection | |
10 | 14 | | tests.c:33:21:33:29 | scanf output argument | semmle.label | scanf output argument |
|
11 | 15 | | tests.c:34:10:34:16 | access to array indirection | semmle.label | access to array indirection |
|
12 | 16 | subpaths
|
13 | 17 | #select
|
14 | 18 | | tests.c:28:3:28:9 | call to sprintf | tests.c:16:26:16:29 | argv indirection | tests.c:28:22:28:28 | access to array indirection | This 'call to sprintf' with input from $@ may overflow the destination. | tests.c:16:26:16:29 | argv indirection | a command-line argument |
|
15 | 19 | | tests.c:29:3:29:9 | call to sprintf | tests.c:16:26:16:29 | argv indirection | tests.c:29:28:29:34 | access to array indirection | This 'call to sprintf' with input from $@ may overflow the destination. | tests.c:16:26:16:29 | argv indirection | a command-line argument |
|
| 20 | +| tests.c:31:15:31:23 | buffer100 | tests.c:16:26:16:29 | argv indirection | tests.c:31:15:31:23 | buffer100 indirection | This 'scanf string argument' with input from $@ may overflow the destination. | tests.c:16:26:16:29 | argv indirection | a command-line argument | |
16 | 21 | | tests.c:31:15:31:23 | buffer100 | tests.c:31:15:31:23 | scanf output argument | tests.c:31:15:31:23 | scanf output argument | This 'scanf string argument' with input from $@ may overflow the destination. | tests.c:31:15:31:23 | scanf output argument | value read by scanf |
|
| 22 | +| tests.c:33:21:33:29 | buffer100 | tests.c:16:26:16:29 | argv indirection | tests.c:33:21:33:29 | buffer100 indirection | This 'scanf string argument' with input from $@ may overflow the destination. | tests.c:16:26:16:29 | argv indirection | a command-line argument | |
17 | 23 | | tests.c:33:21:33:29 | buffer100 | tests.c:33:21:33:29 | scanf output argument | tests.c:33:21:33:29 | scanf output argument | This 'scanf string argument' with input from $@ may overflow the destination. | tests.c:33:21:33:29 | scanf output argument | value read by scanf |
|
18 | 24 | | tests.c:34:25:34:33 | buffer100 | tests.c:16:26:16:29 | argv indirection | tests.c:34:10:34:16 | access to array indirection | This 'sscanf string argument' with input from $@ may overflow the destination. | tests.c:16:26:16:29 | argv indirection | a command-line argument |
|
0 commit comments