blob: 99a9cd0dd2114908beffb61289e48dea495ef41b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
[
"warning",
"Use of memory after it is freed",
"clang-analyzer-cplusplus.NewDelete"
],
[
"warning",
"Use of memory after it is freed",
"clang-analyzer-cplusplus.NewDelete"
],
[
"warning",
"Attempt to free released memory",
"clang-analyzer-cplusplus.NewDelete"
],
[
"warning",
"Argument to 'delete' is the address of the local variable 'i', which is not memory allocated by 'new'",
"clang-analyzer-cplusplus.NewDelete"
],
{ "reliability": "medium" }
]
|