]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 17 Aug 2025 23:13:49 +0000 (01:13 +0200)
committerDaniel Thompson (RISCstar) <danielt@kernel.org>
Sat, 20 Sep 2025 18:12:13 +0000 (19:12 +0100)
commit05c81eddc44733fee60d4c55508c76017995900e
treefb0546dfc0b1f77f20645079da86df42c08ac2f1
parent76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c
kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()

strcpy() is deprecated; use strscpy() instead.

Link: https://github.com/KSPP/linux/issues/88
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
kernel/debug/gdbstub.c