Re: [PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
From: Magnus Lindholm
Date: Tue Sep 09 2025 - 04:05:21 EST
>
> The current code feels unnecessarily inconsistent, with one line using
> strscpy() and the next using the platform-specific strcpy().
>
I guess you have a point there, I believe that this already existing instance
of strscpy came from the patch you referred to as an attempt to replace strlcpy.
strlcpy does not have an Alpha specific implementation.
Regards
Magnus