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: rule_packages/c/Concurrency4.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,20 @@
6
6
},
7
7
"queries": [
8
8
{
9
-
"description": "",
9
+
"description": "Failing to clean up thread-specific resources can lead to unpredictable program behavior.",
10
10
"kind": "problem",
11
11
"name": "Clean up thread-specific storage",
12
12
"precision": "medium",
13
13
"severity": "error",
14
14
"short_name": "CleanUpThreadSpecificStorage",
15
-
"tags": []
15
+
"tags": [
16
+
"correctness",
17
+
"concurrency"
18
+
],
19
+
"implementation_scope": {
20
+
"description": "This query does not attempt to ensure that the deallocation function in fact deallocates memory and instead assumes the contract is valid."
0 commit comments