Re: [PATCH] ALSA: jack: use scnprintf to improve parse_mask_bits
From: Takashi Iwai
Date: Mon May 04 2026 - 07:29:05 EST
On Sun, 03 May 2026 12:11:02 +0200,
Thorsten Blum wrote:
>
> Use the return value of scnprintf() to keep track of the current string
> length and also replace strlcat() with scnprintf(). Return the string
> length directly instead of calling strlen(buf).
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
Thanks, applied now.
Takashi