Skip to content

Commit 2f44d83

Browse files
committed
checkpoint
1 parent ebb05f4 commit 2f44d83

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

rule_packages/c/Concurrency4.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@
66
},
77
"queries": [
88
{
9-
"description": "",
9+
"description": "Failing to clean up thread-specific resources can lead to unpredictable program behavior.",
1010
"kind": "problem",
1111
"name": "Clean up thread-specific storage",
1212
"precision": "medium",
1313
"severity": "error",
1414
"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."
21+
}
22+
1623
}
1724
],
1825
"title": "Clean up thread-specific storage"

0 commit comments

Comments
 (0)