Re: [PATCH] ALSA: dbri: replace strcpy() with strscpy()

From: Takashi Iwai
Date: Mon May 19 2025 - 16:38:27 EST


On Mon, 19 May 2025 21:48:33 +0200,
Siddarth Gundu wrote:
>
> strcpy() is deprecated; use strscpy() instead.
>
> Both the destination and source buffer are of fixed length
> so strscpy with 2-arguments is used.
>
> Link: https://github.com/KSPP/linux/issues/88
> Signed-off-by: Siddarth Gundu <siddarthsgml@xxxxxxxxx>

Applied now. Thanks.


Takashi