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 1291f33 commit 98af52fCopy full SHA for 98af52f
1 file changed
cpp/ql/src/experimental/Security/CWE/CWE-125/DangerousUseMbtowc.ql
@@ -234,4 +234,4 @@ where
234
findUseMultibyteCharacter(exp, msg) or
235
findUseStringConversion(exp, msg, 1, 0, 2, ["mbstowcs", "_mbstowcs_l", "mbsrtowcs"]) or
236
findUseStringConversion(exp, msg, 2, 4, 5, ["MultiByteToWideChar", "WideCharToMultiByte"])
237
-select exp, msg + exp.getEnclosingFunction().getName()
+select exp, msg
0 commit comments