Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 794a3de

Browse files
committed
CPP: Break up a long sentence in query description.
1 parent 77c869f commit 794a3de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/Security/CWE/CWE-457/ConditionallyUninitializedVariable.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @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
3+
* @description 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
55
* state, and reading the variable may result in undefined behavior.
66
* @kind problem
77
* @problem.severity warning

0 commit comments

Comments
 (0)