On Sat, 11 Oct 2025, Thorsten Blum wrote: > strcpy() is deprecated because it can cause a buffer overflow when the > sizes of the source and the destination are not known at compile time. > Use strscpy() instead. > > Link: https://github.com/KSPP/linux/issues/88 > Signed-off-by: Thorsten Blum <[email protected]>
Thanks, queued for v6.18-rc fixes. - Paul
