We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db06c commit fc9c206Copy full SHA for fc9c206
rule_packages/c/Concurrency3.json
@@ -125,13 +125,16 @@
125
},
126
"queries": [
127
{
128
- "description": "",
+ "description": "Failing to wrap a function that may fail spuriously may result in unreliable program behavior.",
129
"kind": "problem",
130
"name": "Wrap functions that can fail spuriously in a loop",
131
"precision": "very-high",
132
"severity": "error",
133
"short_name": "WrapFunctionsThatCanFailSpuriouslyInLoop",
134
- "tags": []
+ "tags": [
135
+ "correctness",
136
+ "concurrency"
137
+ ]
138
}
139
],
140
"title": "Wrap functions that can fail spuriously in a loop"
0 commit comments