We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022276b commit 88a06ffCopy full SHA for 88a06ff
cpp/ql/lib/semmle/code/cpp/models/implementations/GetText.qll
@@ -28,8 +28,6 @@ class GetTextFunction extends DataFlowFunction {
28
GetTextFunction() { argInd = getTextArg(this) }
29
30
override predicate hasDataFlow(FunctionInput input, FunctionOutput output) {
31
- input.isParameter(argInd) and output.isReturnValue()
32
- or
33
input.isParameterDeref(argInd) and output.isReturnValueDeref()
34
}
35
0 commit comments