Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c869f commit 794a3deCopy full SHA for 794a3de
1 file changed
cpp/ql/src/Security/CWE/CWE-457/ConditionallyUninitializedVariable.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name Conditionally uninitialized variable
3
- * @description When an initialization function is used to initialize a local variable, but the
4
- * returned status code is not checked, the variable may be left in an uninitialized
+ * @description An initialization function is used to initialize a local variable, but the
+ * returned status code is not checked. The variable may be left in an uninitialized
5
* state, and reading the variable may result in undefined behavior.
6
* @kind problem
7
* @problem.severity warning
0 commit comments