Re: [PATCH v1 1/1] hwrng: core - Replace strlcat() with better alternative
From: Thorsten Blum
Date: Mon May 04 2026 - 09:26:53 EST
On Mon, May 04, 2026 at 03:02:59PM +0200, Andy Shevchenko wrote:
> strlcpy() and strlcat() are confusing APIs and the former one already
> gone from the kernel.
>
> In preparation to kill strlcat() replace it with the better alternative.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
I already took care of this one a few days ago:
https://lore.kernel.org/lkml/20260430110047.248825-8-thorsten.blum@xxxxxxxxx/
Thanks,
Thorsten