Commit 886d518c authored by Kees Cook's avatar Kees Cook
Browse files

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: default avatarKees Cook <kees@kernel.org>
---
parent c121d5cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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