Skip to content

Commit a655124

Browse files
committed
C++: I think this is more correct.
1 parent 5055825 commit a655124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/StdString.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class StdStringPlus extends TaintFunction {
3636
input.isParameterDeref(0) or
3737
input.isParameterDeref(1)
3838
) and
39-
output.isReturnValueDeref()
39+
output.isReturnValue()
4040
}
4141
}
4242

0 commit comments

Comments
 (0)