Jeroen Ketema
718663415b
C++: Stop flow from going through another source
...
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.
2022-11-29 10:52:57 +01:00
..
2021-06-15 13:25:17 +01:00
2022-08-22 21:22:39 +02:00
2022-11-29 10:52:57 +01:00
2022-09-23 14:45:59 +02:00
2021-06-15 13:25:17 +01:00
2022-09-23 14:45:59 +02:00
2022-09-23 14:45:59 +02:00
2021-06-15 13:25:17 +01:00
2022-10-14 15:08:44 -04:00
2022-10-10 11:00:18 +01:00
2022-09-23 14:53:54 +02:00
2022-01-17 16:26:22 +00:00
2022-09-23 14:45:59 +02:00
2022-09-23 14:45:59 +02:00
2022-10-14 15:08:44 -04:00
2022-01-10 17:28:14 +00:00
2022-09-23 14:45:59 +02:00
2021-06-15 13:25:17 +01:00
2022-08-22 21:22:35 +02:00
2022-09-23 14:45:59 +02:00
2022-09-23 14:45:59 +02:00
2022-09-23 14:45:59 +02:00
2022-03-15 10:54:36 +00:00
2021-06-21 11:55:29 +01:00
2022-01-06 15:39:40 +00:00
2022-08-01 17:30:23 +01:00
2022-09-26 20:20:52 +02:00
2022-09-23 14:45:59 +02:00
2022-08-22 21:22:35 +02:00
2021-10-04 15:15:40 +01:00
2022-08-25 20:52:27 +02:00
2022-09-23 14:45:59 +02:00
2022-08-01 17:30:23 +01:00
2022-10-12 04:40:26 -04:00
2021-06-15 13:25:17 +01:00
2022-09-23 14:45:59 +02:00
2021-06-15 13:25:17 +01:00