On Fri, Feb 23, 2024 at 10:23:07PM +0000, Justin Stitt wrote: > The replacement in mpt3sas_base.c is a trivial one because desc is > already zero-initialized meaning there is no functional change here. > > For mpt3sas_transport.c, we know edev is zero-initialized as well while > manufacture_reply comes from dma_alloc_coherent(). No functional change > here either. > > For all cases, use the more idiomatic strscpy() usage of: > strscpy(dest, src, sizeof(dest)) > > Signed-off-by: Justin Stitt <justinstitt@xxxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook