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
"description": "Using advanced memory management that either alters allocation and deallocation or constructs object construction on uninitalized memory may result in undefined behavior.",
11
+
"kind": "problem",
12
+
"name": "Advanced memory management shall not be used",
13
+
"precision": "very-high",
14
+
"severity": "error",
15
+
"short_name": "AdvancedMemoryManagementUsed",
16
+
"tags": [
17
+
"scope/single-translation-unit"
18
+
]
19
+
}
20
+
],
21
+
"title": "Using advanced memory management that either alters allocation and deallocation or constructs object construction on uninitalized memory may result in undefined behavior."
0 commit comments