From a051a57e00a2a97791027e80ca68f6e0483473ac Mon Sep 17 00:00:00 2001 From: Jeroen Ketema <93738568+jketema@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:48:45 +0100 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll Co-authored-by: Mathias Vorreiter Pedersen --- cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll b/cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll index 97a25fb9d37..3e9312da771 100644 --- a/cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll +++ b/cpp/ql/lib/semmle/code/cpp/models/implementations/Strcat.qll @@ -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) ]) }