]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
audit: Replace deprecated strcpy() with strscpy()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 18 Jul 2025 20:37:34 +0000 (22:37 +0200)
committerPaul Moore <paul@paul-moore.com>
Mon, 11 Aug 2025 15:44:55 +0000 (11:44 -0400)
commitd8c09d7b55da39a10c8fd7f2b3a3f88f5f55764c
treea97afaaf4628dd8ca9105434d7dd512bef3fc014
parentc5055d0c8eddfb89ed895ae0642e2a2a0804143d
audit: Replace deprecated strcpy() with strscpy()

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

Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit_tree.c