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 f932e51 commit 42ee501Copy full SHA for 42ee501
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -760,7 +760,7 @@ pragma[inline_late]
760
private predicate funcHasQualifiedName(Function func, string namespace, string name) {
761
exists(string nameWithoutArgs |
762
parseAngles(name, nameWithoutArgs, _, "") and
763
- func.hasQualifiedName(namespace, name)
+ func.hasQualifiedName(namespace, nameWithoutArgs)
764
)
765
}
766
0 commit comments