mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C++: Add '_fsopen' as well.
This commit is contained in:
@@ -29,7 +29,7 @@ FunctionCall filenameOperation(Expr path) {
|
||||
name =
|
||||
[
|
||||
"remove", "unlink", "rmdir", "rename", "fopen", "open", "freopen", "_open", "_wopen",
|
||||
"_wfopen", "_wfsopen"
|
||||
"_wfopen", "_fsopen", "_wfsopen"
|
||||
] and
|
||||
result.getArgument(0) = path
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user