Skip to content

Commit a051a57

Browse files
jketemaMathiasVP
andauthored
Update cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 0b91310 commit a051a57

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/models/implementations

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class StrcatFunction extends TaintFunction, DataFlowFunction, ArrayFunction, Sid
2626
"_mbsncat_l", // _mbsncat_l(dst, src, max_amount, locale)
2727
"_mbsnbcat", // _mbsnbcat(dest, src, count)
2828
"_mbsnbcat_l", // _mbsnbcat_l(dest, src, count, locale)
29-
"strlcat" // strncat(dst, src, dst_size)
29+
"strlcat" // strlcat(dst, src, dst_size)
3030
])
3131
}
3232

0 commit comments

Comments
 (0)