Skip to content

Commit

Permalink
C++: Make ql-for-ql happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasVP committed Oct 9, 2024
1 parent 954235e commit 6965cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private class Fopen extends Function, AliasFunction, SideEffectFunction, TaintFu
output.isReturnValueDeref()
or
// The out parameter is a pointer to a `FILE*`.
this.hasGlobalOrStdName(["fopen_s"]) and
this.hasGlobalOrStdName("fopen_s") and
input.isParameterDeref(1) and
output.isParameterDeref(0, 2)
or
Expand Down

0 comments on commit 6965cf7

Please sign in to comment.