mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
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> Link: https://patch.msgid.link/20251124125455.5495-2-thorsten.blum@linux.dev |
||
|---|---|---|
| .. | ||
| Makefile | ||
| olpc_dt.c | ||
| olpc_ofw.c | ||
| olpc-xo1-pm.c | ||
| olpc-xo1-rtc.c | ||
| olpc-xo1-sci.c | ||
| olpc-xo15-sci.c | ||
| olpc.c | ||
| xo1-wakeup.S | ||