Re: [PATCH] kconfig/lxdialog: replace strcpy() with strscpy() in inputbox.c
From: Suchit K
Date: Sat Jul 26 2025 - 13:07:06 EST
>
> For the concrete code I'd use strlcpy, for some other uses of strcpy in
> scripts/kconfig/ I'd probably choose differently.
>
Sure, I'll make the necessary changes.
> As Franko already wrote: it would be nice if you could also send patches
> for the other strcpy calls below scripts/kconfig/.
>
> But please always compile and test your changes.
>
Yes, I’ll send patches for the other strcpy usages as well. Apologies
for not compiling it earlier, I’m still new to kernel development and
appreciate your patience. Thanks!