We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GOOD
1 parent 2bc035c commit 352610dCopy full SHA for 352610d
1 file changed
cpp/ql/test/query-tests/Security/CWE/CWE-457/semmle/tests/too_many_constants.cpp
@@ -38,5 +38,5 @@ char *too_many_constants(const char *h, bool k, int i) {
38
39
too_many_constants_init(s);
40
41
- return m;
+ return m; // GOOD - initialized by too_many_constants_init
42
}
0 commit comments