Skip to content

Commit 1fbe232

Browse files
committed
C++: Update test to reflect updated test results
1 parent bb1945f commit 1fbe232

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/query-tests/Security/CWE/CWE-134/semmle/argv

1 file changed

+1
-1
lines changed

cpp/ql/test/query-tests/Security/CWE/CWE-134/semmle/argv/argvLocal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ int main(int argc, char **argv) {
164164
printf(i91);
165165
printWrapper(i91);
166166

167-
// BAD: i10 value comes from argv
167+
// BAD: i10 value comes from argv [NOT DETECTED]
168168
int i10 = (int) argv[1];
169169
printf((char *) i10);
170170
printWrapper((char *) i10);

0 commit comments

Comments
 (0)