We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1945f commit 1fbe232Copy full SHA for 1fbe232
1 file changed
cpp/ql/test/query-tests/Security/CWE/CWE-134/semmle/argv/argvLocal.c
@@ -164,7 +164,7 @@ int main(int argc, char **argv) {
164
printf(i91);
165
printWrapper(i91);
166
167
- // BAD: i10 value comes from argv
+ // BAD: i10 value comes from argv [NOT DETECTED]
168
int i10 = (int) argv[1];
169
printf((char *) i10);
170
printWrapper((char *) i10);
0 commit comments