Skip to content

Commit 6603c25

Browse files
committed
C++: Accept path changes caused by codeql#20040.
1 parent 0e8f03e commit 6603c25

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

c/misra/test/rules/RULE-21-14/MemcmpUsedToCompareNullTerminatedStrings.expected

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
edges
2-
| test.c:6:6:6:6 | *c | test.c:6:15:6:17 | 97 | provenance | |
32
| test.c:6:6:6:6 | *c | test.c:16:10:16:10 | *c | provenance | |
43
| test.c:6:6:6:6 | *c | test.c:26:13:26:13 | *c | provenance | |
54
| test.c:6:6:6:6 | *c | test.c:27:10:27:10 | *c | provenance | |
65
| test.c:6:14:6:26 | {...} | test.c:6:6:6:6 | *c | provenance | |
7-
| test.c:6:15:6:17 | 97 | test.c:6:20:6:22 | 98 | provenance | |
8-
| test.c:6:20:6:22 | 98 | test.c:6:25:6:25 | {...} | provenance | |
96
| test.c:6:25:6:25 | {...} | test.c:6:14:6:26 | {...} | provenance | |
10-
| test.c:7:6:7:6 | *d | test.c:7:15:7:17 | 97 | provenance | |
117
| test.c:7:6:7:6 | *d | test.c:16:13:16:13 | *d | provenance | |
128
| test.c:7:14:7:26 | {...} | test.c:7:6:7:6 | *d | provenance | |
13-
| test.c:7:15:7:17 | 97 | test.c:7:20:7:22 | 98 | provenance | |
14-
| test.c:7:20:7:22 | 98 | test.c:7:25:7:25 | {...} | provenance | |
159
| test.c:7:25:7:25 | {...} | test.c:7:14:7:26 | {...} | provenance | |
1610
| test.c:12:13:12:15 | *a | test.c:14:10:14:10 | *a | provenance | DataFlowFunction |
1711
| test.c:12:13:12:15 | *a | test.c:23:13:23:13 | *a | provenance | DataFlowFunction |
@@ -24,13 +18,9 @@ edges
2418
nodes
2519
| test.c:6:6:6:6 | *c | semmle.label | *c |
2620
| test.c:6:14:6:26 | {...} | semmle.label | {...} |
27-
| test.c:6:15:6:17 | 97 | semmle.label | 97 |
28-
| test.c:6:20:6:22 | 98 | semmle.label | 98 |
2921
| test.c:6:25:6:25 | {...} | semmle.label | {...} |
3022
| test.c:7:6:7:6 | *d | semmle.label | *d |
3123
| test.c:7:14:7:26 | {...} | semmle.label | {...} |
32-
| test.c:7:15:7:17 | 97 | semmle.label | 97 |
33-
| test.c:7:20:7:22 | 98 | semmle.label | 98 |
3424
| test.c:7:25:7:25 | {...} | semmle.label | {...} |
3525
| test.c:10:10:10:12 | *a | semmle.label | *a |
3626
| test.c:10:15:10:17 | *b | semmle.label | *b |

0 commit comments

Comments
 (0)