mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
C++: I think this is more correct.
This commit is contained in:
@@ -36,7 +36,7 @@ class StdStringPlus extends TaintFunction {
|
||||
input.isParameterDeref(0) or
|
||||
input.isParameterDeref(1)
|
||||
) and
|
||||
output.isReturnValueDeref()
|
||||
output.isReturnValue()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user