Skip to content

Commit 6965cf7

Browse files
committed
C++: Make ql-for-ql happy.
1 parent 954235e commit 6965cf7

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/models/implementations

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/implementations/Fopen.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private class Fopen extends Function, AliasFunction, SideEffectFunction, TaintFu
5454
output.isReturnValueDeref()
5555
or
5656
// The out parameter is a pointer to a `FILE*`.
57-
this.hasGlobalOrStdName(["fopen_s"]) and
57+
this.hasGlobalOrStdName("fopen_s") and
5858
input.isParameterDeref(1) and
5959
output.isParameterDeref(0, 2)
6060
or

0 commit comments

Comments
 (0)