1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-13 10:05:39 +00:00
Thorsten Blum 5228ed2c62 riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pkt
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 <thorsten.blum@linux.dev>
Link: https://lore.kernel.org/r/20251011004750.461954-1-thorsten.blum@linux.dev
Signed-off-by: Paul Walmsley <pjw@kernel.org>
2025-10-27 23:30:01 -06:00
..
2025-01-18 12:33:39 -08:00
2025-05-21 16:46:37 +02:00
2025-06-26 16:06:40 +02:00
2024-11-07 14:25:15 -08:00
2024-09-03 07:57:55 -07:00
2025-02-14 13:06:44 -08:00
2025-04-01 07:03:03 +00:00
2025-03-18 12:59:03 +00:00
2025-06-05 14:03:08 -07:00
2025-09-16 16:28:02 -06:00