|
1 |
| -WARNING: module 'DataFlow' has been deprecated and may be removed in future (DoNotModifyConstantObjects.ql:40,30-38) |
2 |
| -WARNING: module 'DataFlow' has been deprecated and may be removed in future (DoNotModifyConstantObjects.ql:41,22-30) |
3 |
| -WARNING: module 'DataFlow' has been deprecated and may be removed in future (DoNotModifyConstantObjects.ql:47,20-28) |
4 |
| -WARNING: module 'DataFlow' has been deprecated and may be removed in future (DoNotModifyConstantObjects.ql:52,19-27) |
5 | 1 | edges
|
6 |
| -| test.c:5:8:5:9 | & ... | test.c:6:4:6:5 | aa | provenance | | |
7 |
| -| test.c:26:15:26:15 | a | test.c:27:4:27:4 | a | provenance | | |
| 2 | +| test.c:5:3:5:9 | ... = ... | test.c:6:3:6:5 | * ... | provenance | | |
| 3 | +| test.c:5:8:5:9 | & ... | test.c:5:3:5:9 | ... = ... | provenance | | |
| 4 | +| test.c:26:15:26:15 | a | test.c:27:3:27:4 | * ... | provenance | | |
| 5 | +| test.c:34:13:34:14 | & ... | test.c:34:13:34:14 | & ... | provenance | | |
| 6 | +| test.c:34:13:34:14 | & ... | test.c:37:3:37:10 | ... = ... | provenance | | |
8 | 7 | | test.c:34:13:34:14 | & ... | test.c:39:7:39:8 | p1 | provenance | |
|
| 8 | +| test.c:37:3:37:10 | ... = ... | test.c:40:7:40:9 | * ... | provenance | | |
9 | 9 | | test.c:39:7:39:8 | p1 | test.c:26:15:26:15 | a | provenance | |
|
10 | 10 | | test.c:40:7:40:9 | * ... | test.c:26:15:26:15 | a | provenance | |
|
11 |
| -| test.c:59:7:59:8 | & ... | test.c:60:4:60:4 | p | provenance | | |
12 |
| -| test.c:79:11:79:16 | call to strchr | test.c:81:6:81:12 | ... ++ | provenance | | |
| 11 | +| test.c:59:3:59:8 | ... = ... | test.c:60:3:60:4 | * ... | provenance | | |
| 12 | +| test.c:59:7:59:8 | & ... | test.c:59:3:59:8 | ... = ... | provenance | | |
| 13 | +| test.c:79:3:79:31 | ... = ... | test.c:81:5:81:12 | * ... | provenance | | |
| 14 | +| test.c:79:11:79:16 | call to strchr | test.c:79:3:79:31 | ... = ... | provenance | | |
13 | 15 | nodes
|
| 16 | +| test.c:5:3:5:9 | ... = ... | semmle.label | ... = ... | |
14 | 17 | | test.c:5:8:5:9 | & ... | semmle.label | & ... |
|
15 |
| -| test.c:6:4:6:5 | aa | semmle.label | aa | |
| 18 | +| test.c:6:3:6:5 | * ... | semmle.label | * ... | |
16 | 19 | | test.c:26:15:26:15 | a | semmle.label | a |
|
17 |
| -| test.c:27:4:27:4 | a | semmle.label | a | |
| 20 | +| test.c:27:3:27:4 | * ... | semmle.label | * ... | |
18 | 21 | | test.c:34:13:34:14 | & ... | semmle.label | & ... |
|
| 22 | +| test.c:34:13:34:14 | & ... | semmle.label | & ... | |
| 23 | +| test.c:37:3:37:10 | ... = ... | semmle.label | ... = ... | |
19 | 24 | | test.c:39:7:39:8 | p1 | semmle.label | p1 |
|
20 | 25 | | test.c:40:7:40:9 | * ... | semmle.label | * ... |
|
| 26 | +| test.c:59:3:59:8 | ... = ... | semmle.label | ... = ... | |
21 | 27 | | test.c:59:7:59:8 | & ... | semmle.label | & ... |
|
22 |
| -| test.c:60:4:60:4 | p | semmle.label | p | |
23 |
| -| test.c:74:12:74:12 | s | semmle.label | s | |
| 28 | +| test.c:60:3:60:4 | * ... | semmle.label | * ... | |
| 29 | +| test.c:74:3:74:12 | * ... | semmle.label | * ... | |
| 30 | +| test.c:79:3:79:31 | ... = ... | semmle.label | ... = ... | |
24 | 31 | | test.c:79:11:79:16 | call to strchr | semmle.label | call to strchr |
|
25 |
| -| test.c:81:6:81:12 | ... ++ | semmle.label | ... ++ | |
| 32 | +| test.c:81:5:81:12 | * ... | semmle.label | * ... | |
26 | 33 | subpaths
|
27 | 34 | #select
|
28 |
| -| test.c:6:4:6:5 | aa | test.c:5:8:5:9 | & ... | test.c:6:4:6:5 | aa | Const variable assigned with non const-value. | |
29 |
| -| test.c:27:4:27:4 | a | test.c:34:13:34:14 | & ... | test.c:27:4:27:4 | a | Const variable assigned with non const-value. | |
30 |
| -| test.c:27:4:27:4 | a | test.c:40:7:40:9 | * ... | test.c:27:4:27:4 | a | Const variable assigned with non const-value. | |
31 |
| -| test.c:60:4:60:4 | p | test.c:59:7:59:8 | & ... | test.c:60:4:60:4 | p | Const variable assigned with non const-value. | |
32 |
| -| test.c:74:12:74:12 | s | test.c:74:12:74:12 | s | test.c:74:12:74:12 | s | Const variable assigned with non const-value. | |
33 |
| -| test.c:81:6:81:12 | ... ++ | test.c:79:11:79:16 | call to strchr | test.c:81:6:81:12 | ... ++ | Const variable assigned with non const-value. | |
| 35 | +| test.c:6:3:6:5 | * ... | test.c:5:8:5:9 | & ... | test.c:6:3:6:5 | * ... | Const variable assigned with non const-value. | |
| 36 | +| test.c:27:3:27:4 | * ... | test.c:34:13:34:14 | & ... | test.c:27:3:27:4 | * ... | Const variable assigned with non const-value. | |
| 37 | +| test.c:27:3:27:4 | * ... | test.c:40:7:40:9 | * ... | test.c:27:3:27:4 | * ... | Const variable assigned with non const-value. | |
| 38 | +| test.c:60:3:60:4 | * ... | test.c:59:7:59:8 | & ... | test.c:60:3:60:4 | * ... | Const variable assigned with non const-value. | |
| 39 | +| test.c:74:3:74:12 | * ... | test.c:74:3:74:12 | * ... | test.c:74:3:74:12 | * ... | Const variable assigned with non const-value. | |
| 40 | +| test.c:81:5:81:12 | * ... | test.c:79:11:79:16 | call to strchr | test.c:81:5:81:12 | * ... | Const variable assigned with non const-value. | |
0 commit comments