You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/cert/test/rules/MEM53-CPP/MissingConstructorCallForManuallyManagedObject.expected
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
edges
2
-
| test.cpp:65:21:65:34 | call to operator new | test.cpp:67:26:67:32 | call to realloc |
3
2
nodes
4
3
| test.cpp:16:26:16:31 | call to malloc | semmle.label | call to malloc |
5
4
| test.cpp:17:38:17:43 | call to malloc | semmle.label | call to malloc |
@@ -10,8 +9,6 @@ nodes
10
9
| test.cpp:47:26:47:39 | call to operator new | semmle.label | call to operator new |
11
10
| test.cpp:49:29:49:42 | call to operator new | semmle.label | call to operator new |
12
11
| test.cpp:51:29:51:42 | call to operator new | semmle.label | call to operator new |
13
-
| test.cpp:65:21:65:34 | call to operator new | semmle.label | call to operator new |
14
-
| test.cpp:67:26:67:32 | call to realloc | semmle.label | call to realloc |
15
12
subpaths
16
13
#select
17
14
| test.cpp:16:26:16:31 | call to malloc | test.cpp:16:26:16:31 | call to malloc | test.cpp:16:26:16:31 | call to malloc | Allocation to cast without constructor call |
@@ -23,4 +20,3 @@ subpaths
23
20
| test.cpp:47:26:47:39 | call to operator new | test.cpp:47:26:47:39 | call to operator new | test.cpp:47:26:47:39 | call to operator new | Allocation to cast without constructor call |
24
21
| test.cpp:49:29:49:42 | call to operator new | test.cpp:49:29:49:42 | call to operator new | test.cpp:49:29:49:42 | call to operator new | Allocation to cast without constructor call |
25
22
| test.cpp:51:29:51:42 | call to operator new | test.cpp:51:29:51:42 | call to operator new | test.cpp:51:29:51:42 | call to operator new | Allocation to cast without constructor call |
26
-
| test.cpp:67:26:67:32 | call to realloc | test.cpp:65:21:65:34 | call to operator new | test.cpp:67:26:67:32 | call to realloc | Allocation to cast without constructor call |
0 commit comments