aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKees Cook <kees@kernel.org>2024-09-22 16:14:12 -0700
committerKees Cook <kees@kernel.org>2024-09-22 16:14:12 -0700
commit886d518ca9a6b433736f74723813d8917e407f40 (patch)
treeddbfbc984de913bcb17d81d9219bf2634a63b9e2
parentlib/string_choices: Add some comments to make more clear for string choices helpers. (diff)
downloadwireguard-linux-886d518ca9a6b433736f74723813d8917e407f40.tar.xz
wireguard-linux-886d518ca9a6b433736f74723813d8917e407f40.zip
MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list
Usually it's possible to avoid adding an unsafe_memcpy() uses, so give the FORTIFY reviewers a chance to help avoid lying to the compiler about the destination buffer's type/size/etc. Signed-off-by: Kees Cook <kees@kernel.org> ---
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 36c0af94cf08..3a29f123e1be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8772,6 +8772,7 @@ F: include/linux/fortify-string.h
F: lib/fortify_kunit.c
F: lib/memcpy_kunit.c
F: lib/test_fortify/*
+K: \bunsafe_memcpy\b
K: \b__NO_FORTIFY\b
FPGA DFL DRIVERS