mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C++: Model 'gets'.
This commit is contained in:
@@ -10,4 +10,6 @@
|
||||
| test.cpp:68:28:68:33 | call to getenv | test.cpp:71:12:71:15 | copy | AST only |
|
||||
| test.cpp:87:12:87:15 | call to gets | test.cpp:87:2:87:8 | pointer | AST only |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:84:7:84:12 | buffer | AST only |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:85:8:85:14 | pointer | IR only |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:87:12:87:15 | call to gets | IR only |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:87:17:87:22 | array to pointer conversion | IR only |
|
||||
|
||||
@@ -43,5 +43,7 @@
|
||||
| test.cpp:87:12:87:15 | call to gets | test.cpp:85:8:85:14 | pointer | |
|
||||
| test.cpp:87:12:87:15 | call to gets | test.cpp:87:12:87:15 | call to gets | |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:80:18:80:18 | s | |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:85:8:85:14 | pointer | |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:87:12:87:15 | call to gets | |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:87:17:87:22 | array to pointer conversion | |
|
||||
| test.cpp:87:17:87:22 | buffer | test.cpp:87:17:87:22 | buffer | |
|
||||
|
||||
Reference in New Issue
Block a user