Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5561558

Browse files
committed
C++: Address review comments.
1 parent 47ab9ba commit 5561558

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • cpp/ql/src/semmle/code/cpp/models/implementations

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ private class StrsetFunction extends ArrayFunction, DataFlowFunction, AliasFunct
4040
// flow from the input string to the output string
4141
input.isParameter(0) and
4242
output.isReturnValue()
43-
or
44-
input.isParameterDeref(0) and
45-
output.isReturnValueDeref()
4643
}
4744

4845
override predicate parameterNeverEscapes(int index) { none() }

0 commit comments

Comments
 (0)