mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
C++: Update test to reflect updated test results
This commit is contained in:
@@ -164,7 +164,7 @@ int main(int argc, char **argv) {
|
||||
printf(i91);
|
||||
printWrapper(i91);
|
||||
|
||||
// BAD: i10 value comes from argv
|
||||
// BAD: i10 value comes from argv [NOT DETECTED]
|
||||
int i10 = (int) argv[1];
|
||||
printf((char *) i10);
|
||||
printWrapper((char *) i10);
|
||||
|
||||
Reference in New Issue
Block a user