C++: I think this is more correct.

This commit is contained in:
Geoffrey White
2020-08-11 17:28:31 +01:00
parent 50558257fc
commit a655124213

View File

@@ -36,7 +36,7 @@ class StdStringPlus extends TaintFunction {
input.isParameterDeref(0) or
input.isParameterDeref(1)
) and
output.isReturnValueDeref()
output.isReturnValue()
}
}