+4
−3
Loading
strcpy() has been deprecated¹ because it performs no bounds checking on the destination buffer, which can lead to buffer overflows. Use the safer strscpy() instead. ¹ https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy Signed-off-by:Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by:
Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by:
Qiuxu Zhuo <qiuxu.zhuo@intel.com> Link: https://patch.msgid.link/20251118135621.101148-2-thorsten.blum@linux.dev