mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
C++: Add a MaD model for 'CAtlFile' and mark reads as local flow sources.
This commit is contained in:
@@ -133,5 +133,5 @@ struct CAtlFile : public CHandle {
|
||||
void test_CAtlFile() {
|
||||
CAtlFile catFile;
|
||||
char buffer[1024];
|
||||
catFile.Read(buffer, 1024); // $ MISSING: local_source
|
||||
catFile.Read(buffer, 1024); // $ local_source
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user