forked from github/codeql-coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMissingConstructorCallForManuallyManagedObject.expected
29 lines (29 loc) · 3.39 KB
/
MissingConstructorCallForManuallyManagedObject.expected
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
WARNING: Module DataFlow has been deprecated and may be removed in future (/home/runner/work/semmle-code/semmle-code/codeql-coding-standards/cpp/cert/src/rules/MEM53-CPP/MissingConstructorCallForManuallyManagedObject.ql:18,8-16)
WARNING: Module DataFlow has been deprecated and may be removed in future (/home/runner/work/semmle-code/semmle-code/codeql-coding-standards/cpp/cert/src/rules/MEM53-CPP/MissingConstructorCallForManuallyManagedObject.ql:25,38-46)
WARNING: Module DataFlow has been deprecated and may be removed in future (/home/runner/work/semmle-code/semmle-code/codeql-coding-standards/cpp/cert/src/rules/MEM53-CPP/MissingConstructorCallForManuallyManagedObject.ql:25,65-73)
edges
| test.cpp:65:21:65:34 | call to operator new | test.cpp:67:26:67:32 | call to realloc |
nodes
| test.cpp:16:26:16:31 | call to malloc | semmle.label | call to malloc |
| test.cpp:17:38:17:43 | call to malloc | semmle.label | call to malloc |
| test.cpp:18:26:18:39 | call to operator new | semmle.label | call to operator new |
| test.cpp:20:29:20:42 | call to operator new | semmle.label | call to operator new |
| test.cpp:45:26:45:31 | call to malloc | semmle.label | call to malloc |
| test.cpp:46:38:46:43 | call to malloc | semmle.label | call to malloc |
| test.cpp:47:26:47:39 | call to operator new | semmle.label | call to operator new |
| test.cpp:49:29:49:42 | call to operator new | semmle.label | call to operator new |
| test.cpp:51:29:51:42 | call to operator new | semmle.label | call to operator new |
| test.cpp:65:21:65:34 | call to operator new | semmle.label | call to operator new |
| test.cpp:67:26:67:32 | call to realloc | semmle.label | call to realloc |
subpaths
#select
| 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 |
| test.cpp:17:38:17:43 | call to malloc | test.cpp:17:38:17:43 | call to malloc | test.cpp:17:38:17:43 | call to malloc | Allocation to cast without constructor call |
| test.cpp:18:26:18:39 | call to operator new | test.cpp:18:26:18:39 | call to operator new | test.cpp:18:26:18:39 | call to operator new | Allocation to cast without constructor call |
| test.cpp:20:29:20:42 | call to operator new | test.cpp:20:29:20:42 | call to operator new | test.cpp:20:29:20:42 | call to operator new | Allocation to cast without constructor call |
| test.cpp:45:26:45:31 | call to malloc | test.cpp:45:26:45:31 | call to malloc | test.cpp:45:26:45:31 | call to malloc | Allocation to cast without constructor call |
| test.cpp:46:38:46:43 | call to malloc | test.cpp:46:38:46:43 | call to malloc | test.cpp:46:38:46:43 | call to malloc | Allocation to cast without constructor call |
| 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 |
| 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 |
| 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 |
| 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 |