Re: [PATCH wireless-next v2] wl18xx: use strscpy() to instead of strncpy()

From: Simon Horman
Date: Thu Jan 05 2023 - 06:44:27 EST


On Mon, Dec 26, 2022 at 07:14:06PM +0800, yang.yang29@xxxxxxxxxx wrote:
> From: Xu Panda <xu.panda@xxxxxxxxxx>
>
> The implementation of strscpy() is more robust and safer.
> That's now the recommended way to copy NUL-terminated strings.
>
> Signed-off-by: Xu Panda <xu.panda@xxxxxxxxxx>
> Signed-off-by: Yang Yang <yang.yang29@xxxxxxx>
> ---
> change for v2
> - use the right tag of wireless-next.

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>