Re: [PATCH] tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Date: 2025-09-08 23:53:12
Also in:
linux-hardening, lkml
From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Date: 2025-09-08 23:53:12
Also in:
linux-hardening, lkml
On Mon, 8 Sep 2025 12:13:23 +0200 Thorsten Blum [off-list ref] wrote:
Hi Masami, On 25. Aug 2025, at 09:05, Masami Hiramatsu (Google) wrote:quoted
On Wed, 20 Aug 2025 23:47:18 +0200 Thorsten Blum [off-list ref] wrote:quoted
strcpy() is deprecated; use memcpy() instead. Link: https://github.com/KSPP/linux/issues/88 Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>OK, looks good to me.Did you forget to add a Reviewed-by: tag and/or to add it to your tree?
Thanks for ping me. No problem, I will add my Signed-by when picking this to probes/for-next. Since I will be responsible for applying this patch and sending it to Linus, this includes the "Reviewed-by" as well. Thank you,
Thanks, Thorsten
-- Masami Hiramatsu (Google) [off-list ref]