forked from github/codeql-coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoNotSubtractPointersAddressingDifferentArrays.expected
More file actions
38 lines (38 loc) · 2.6 KB
/
DoNotSubtractPointersAddressingDifferentArrays.expected
File metadata and controls
38 lines (38 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
problems
| test.c:12:10:12:11 | p1 | test.c:4:14:4:15 | l1 | test.c:12:10:12:11 | p1 | Subtraction between left operand pointing to array $@ and other operand pointing to array $@. | test.c:2:7:2:8 | l1 | l1 | test.c:3:7:3:8 | l2 | l2 |
| test.c:12:15:12:16 | p2 | test.c:5:14:5:15 | l2 | test.c:12:15:12:16 | p2 | Subtraction between right operand pointing to array $@ and other operand pointing to array $@. | test.c:3:7:3:8 | l2 | l2 | test.c:2:7:2:8 | l1 | l1 |
| test.c:13:10:13:11 | p4 | test.c:5:14:5:15 | l2 | test.c:13:10:13:11 | p4 | Subtraction between left operand pointing to array $@ and other operand pointing to array $@. | test.c:3:7:3:8 | l2 | l2 | test.c:2:7:2:8 | l1 | l1 |
| test.c:13:15:13:16 | l1 | test.c:13:15:13:16 | l1 | test.c:13:15:13:16 | l1 | Subtraction between right operand pointing to array $@ and other operand pointing to array $@. | test.c:2:7:2:8 | l1 | l1 | test.c:3:7:3:8 | l2 | l2 |
edges
| test.c:4:13:4:18 | & ... | test.c:4:13:4:18 | & ... | provenance | |
| test.c:4:13:4:18 | & ... | test.c:10:10:10:11 | p1 | provenance | |
| test.c:4:13:4:18 | & ... | test.c:12:10:12:11 | p1 | provenance | |
| test.c:4:14:4:15 | l1 | test.c:4:13:4:18 | & ... | provenance | Config |
| test.c:5:13:5:19 | & ... | test.c:5:13:5:19 | & ... | provenance | |
| test.c:5:13:5:19 | & ... | test.c:6:13:6:14 | p2 | provenance | |
| test.c:5:13:5:19 | & ... | test.c:11:10:11:11 | p2 | provenance | |
| test.c:5:13:5:19 | & ... | test.c:12:15:12:16 | p2 | provenance | |
| test.c:5:14:5:15 | l2 | test.c:5:13:5:19 | & ... | provenance | Config |
| test.c:6:13:6:14 | p2 | test.c:7:13:7:14 | p3 | provenance | |
| test.c:7:13:7:14 | p3 | test.c:13:10:13:11 | p4 | provenance | |
| test.c:7:13:7:14 | p3 | test.c:14:10:14:11 | p4 | provenance | |
nodes
| test.c:4:13:4:18 | & ... | semmle.label | & ... |
| test.c:4:13:4:18 | & ... | semmle.label | & ... |
| test.c:4:14:4:15 | l1 | semmle.label | l1 |
| test.c:5:13:5:19 | & ... | semmle.label | & ... |
| test.c:5:13:5:19 | & ... | semmle.label | & ... |
| test.c:5:14:5:15 | l2 | semmle.label | l2 |
| test.c:6:13:6:14 | p2 | semmle.label | p2 |
| test.c:7:13:7:14 | p3 | semmle.label | p3 |
| test.c:10:10:10:11 | p1 | semmle.label | p1 |
| test.c:10:15:10:16 | l1 | semmle.label | l1 |
| test.c:11:10:11:11 | p2 | semmle.label | p2 |
| test.c:11:15:11:16 | l2 | semmle.label | l2 |
| test.c:12:10:12:11 | p1 | semmle.label | p1 |
| test.c:12:15:12:16 | p2 | semmle.label | p2 |
| test.c:13:10:13:11 | p4 | semmle.label | p4 |
| test.c:13:15:13:16 | l1 | semmle.label | l1 |
| test.c:14:10:14:11 | p4 | semmle.label | p4 |
| test.c:14:15:14:16 | l2 | semmle.label | l2 |
subpaths