Skip to content

Commit 404145d

Browse files
committed
CPP: Update tests
1 parent b44c458 commit 404145d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cpp/ql/test/query-tests/Security/CWE/CWE-416/semmle/tests/UseAfterFree.expected

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ edges
99
| test.cpp:116:7:116:10 | data | test.cpp:119:6:119:9 | data |
1010
| test.cpp:127:7:127:10 | data | test.cpp:130:6:130:9 | data |
1111
| test.cpp:127:7:127:10 | data | test.cpp:130:6:130:9 | data |
12-
| test.cpp:138:7:138:10 | data | test.cpp:141:6:141:9 | data |
13-
| test.cpp:138:7:138:10 | data | test.cpp:141:6:141:9 | data |
1412
| test.cpp:164:9:164:9 | c | test.cpp:165:2:165:2 | c |
1513
| test.cpp:164:9:164:9 | c | test.cpp:166:3:166:4 | * ... |
1614
| test.cpp:164:9:164:9 | c | test.cpp:166:4:166:4 | c |
@@ -39,9 +37,6 @@ nodes
3937
| test.cpp:127:7:127:10 | data | semmle.label | data |
4038
| test.cpp:127:7:127:10 | data | semmle.label | data |
4139
| test.cpp:130:6:130:9 | data | semmle.label | data |
42-
| test.cpp:138:7:138:10 | data | semmle.label | data |
43-
| test.cpp:138:7:138:10 | data | semmle.label | data |
44-
| test.cpp:141:6:141:9 | data | semmle.label | data |
4540
| test.cpp:164:9:164:9 | c | semmle.label | c |
4641
| test.cpp:165:2:165:2 | c | semmle.label | c |
4742
| test.cpp:166:3:166:4 | * ... | semmle.label | * ... |
@@ -72,8 +67,6 @@ subpaths
7267
| test.cpp:119:6:119:9 | data | test.cpp:116:7:116:10 | data | test.cpp:119:6:119:9 | data | Memory may have been previously freed by $@. | test.cpp:116:2:116:5 | call to free | call to free |
7368
| test.cpp:130:6:130:9 | data | test.cpp:127:7:127:10 | data | test.cpp:130:6:130:9 | data | Memory may have been previously freed by $@. | test.cpp:127:2:127:5 | call to free | call to free |
7469
| test.cpp:130:6:130:9 | data | test.cpp:127:7:127:10 | data | test.cpp:130:6:130:9 | data | Memory may have been previously freed by $@. | test.cpp:127:2:127:5 | call to free | call to free |
75-
| test.cpp:141:6:141:9 | data | test.cpp:138:7:138:10 | data | test.cpp:141:6:141:9 | data | Memory may have been previously freed by $@. | test.cpp:138:2:138:5 | call to free | call to free |
76-
| test.cpp:141:6:141:9 | data | test.cpp:138:7:138:10 | data | test.cpp:141:6:141:9 | data | Memory may have been previously freed by $@. | test.cpp:138:2:138:5 | call to free | call to free |
7770
| test.cpp:165:2:165:2 | c | test.cpp:164:9:164:9 | c | test.cpp:165:2:165:2 | c | Memory may have been previously freed by $@. | test.cpp:164:2:164:10 | delete | delete |
7871
| test.cpp:166:3:166:4 | * ... | test.cpp:164:9:164:9 | c | test.cpp:166:3:166:4 | * ... | Memory may have been previously freed by $@. | test.cpp:164:2:164:10 | delete | delete |
7972
| test.cpp:166:4:166:4 | c | test.cpp:164:9:164:9 | c | test.cpp:166:4:166:4 | c | Memory may have been previously freed by $@. | test.cpp:164:2:164:10 | delete | delete |

0 commit comments

Comments
 (0)