mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Without this we get confusing results:
```
char *userAndFile = argv[2];
char *fileName = argv[1];
fopen(fileName, "wb+"); // Both argv[1] and argv[2] marked as source without
// this change.
```
While here add some more test cases.