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.
2 parents 5d08a0e + 140051c commit a9b6b2cCopy full SHA for a9b6b2c
cpp/ql/src/Critical/DescriptorNeverClosed.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Open descriptor never closed
3
- * @description Functions that always return before closing the socket or file they opened leak resources.
+ * @description Functions that always return before closing the socket they opened leak resources.
4
* @kind problem
5
* @id cpp/descriptor-never-closed
6
* @problem.severity warning
0 commit comments