mirror of
https://github.com/github/codeql.git
synced 2026-06-14 01:11:09 +02:00
9 lines
439 B
Plaintext
9 lines
439 B
Plaintext
| test.c:19:2:19:6 | call to scanf | 0 | s | 0 | 0 |
|
|
| test.c:20:2:20:7 | call to fscanf | 0 | s | 10 | 10 |
|
|
| test.c:20:2:20:7 | call to fscanf | 1 | i | 0 | 0 |
|
|
| test.c:21:2:21:7 | call to sscanf | 0 | s | 0 | 0 |
|
|
| test.c:22:2:22:8 | call to swscanf | 0 | s | 10 | 10 |
|
|
| test.c:23:2:23:8 | call to scanf_s | 0 | d | 0 | 0 |
|
|
| test.c:23:2:23:8 | call to scanf_s | 1 | s | 0 | 0 |
|
|
| test.c:23:2:23:8 | call to scanf_s | 2 | d | 0 | 0 |
|