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:
Jeroen Ketema
2023-11-09 17:48:45 +01:00
committed by GitHub
parent 0b91310357
commit a051a57e00

View File

@@ -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)
])
}