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 1a2b4a3 commit 813f08eCopy full SHA for 813f08e
cpp/ql/lib/semmle/code/cpp/models/implementations/StdString.qll
@@ -66,7 +66,7 @@ abstract private class StdStringTaintFunction extends TaintFunction {
66
* Gets the index of a parameter to this function that is an iterator.
67
*/
68
final int getAnIteratorParameterIndex() {
69
- this.getParameter(result).getType() instanceof Iterator
+ this.getParameter(result).getUnspecifiedType() instanceof Iterator
70
}
71
72
0 commit comments