Re: [PATCH linux-next v3] s390/zcrypt: use strscpy() to instead of strncpy()

From: Heiko Carstens
Date: Thu Jan 05 2023 - 10:35:47 EST


On Thu, Jan 05, 2023 at 08:24:34PM +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@xxxxxxxxxx>
> ---
> chang for v3
> - fix the sign-off Email address
> chang for v2
> - match the FROM with the Email
> ---
> drivers/s390/crypto/zcrypt_api.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)

Applied, thanks.