mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C++: Undo changes to iterator models.
This commit is contained in:
@@ -176,7 +176,7 @@ private class StdStringAppend extends TaintFunction {
|
||||
) and
|
||||
(
|
||||
output.isQualifierObject() or
|
||||
output.isReturnValue()
|
||||
output.isReturnValueDeref()
|
||||
)
|
||||
or
|
||||
// reverse flow from returned reference to the qualifier (for writes to
|
||||
|
||||
Reference in New Issue
Block a user