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>
---
This commit is contained in:
Kees Cook 2024-09-22 16:14:12 -07:00
parent c121d5cc3a
commit 886d518ca9

View File

@ -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