mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
Update cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ class StrcatFunction extends TaintFunction, DataFlowFunction, ArrayFunction, Sid
|
||||
"_mbsncat_l", // _mbsncat_l(dst, src, max_amount, locale)
|
||||
"_mbsnbcat", // _mbsnbcat(dest, src, count)
|
||||
"_mbsnbcat_l", // _mbsnbcat_l(dest, src, count, locale)
|
||||
"strlcat" // strncat(dst, src, dst_size)
|
||||
"strlcat" // strlcat(dst, src, dst_size)
|
||||
])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user