Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1f433 commit c10f41bCopy full SHA for c10f41b
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -405,8 +405,7 @@ private Element interpretElement0(
405
or
406
// Member functions
407
exists(Class namedClass, Class classWithMethod, Function method |
408
- method.getName() = name and
409
- method = classWithMethod.getAMember() and
+ classWithMethod = method.getClassAndName(name) and
410
namedClass.getName() = type and
411
matchesSignature(method, signature) and
412
result = method
0 commit comments