summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKees Cook <kees@kernel.org>2026-05-13 08:08:07 +0300
committerAlexei Starovoitov <ast@kernel.org>2026-05-13 20:52:32 +0300
commit74a9bb761a434ea3be1e0c59cd67b37217eb042c (patch)
treea26b7f3c76c3e32a71150199c5e440626652d153 /include/linux
parentcd59fa185a031417d2699c68172676f4671153d8 (diff)
downloadlinux-74a9bb761a434ea3be1e0c59cd67b37217eb042c.tar.xz
libbpf: Use strscpy() in kernel code for skel_map_create()
Linux has deprecated[1] strncpy(), and the use in skel_map_create() is best replaced with strscpy(). Since we still need to build this file in userspace, leave the strncpy() in place in that case. This is the last use of strncpy() in the kernel. Link: https://github.com/KSPP/linux/issues/90 [1] Signed-off-by: Kees Cook <kees@kernel.org> Link: https://lore.kernel.org/r/20260513050806.do.620-kees@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions