Skip to content

Commit 886d518

Browse files
committed
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 <[email protected]> ---
1 parent c121d5c commit 886d518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8772,6 +8772,7 @@ F: include/linux/fortify-string.h
87728772
F: lib/fortify_kunit.c
87738773
F: lib/memcpy_kunit.c
87748774
F: lib/test_fortify/*
8775+
K: \bunsafe_memcpy\b
87758776
K: \b__NO_FORTIFY\b
87768777

87778778
FPGA DFL DRIVERS

0 commit comments

Comments
 (0)