]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list
authorKees Cook <kees@kernel.org>
Sun, 22 Sep 2024 23:14:12 +0000 (16:14 -0700)
committerKees Cook <kees@kernel.org>
Sun, 22 Sep 2024 23:14:12 +0000 (16:14 -0700)
commit886d518ca9a6b433736f74723813d8917e407f40
treeddbfbc984de913bcb17d81d9219bf2634a63b9e2
parentc121d5cc3a993cdbfab46a152bdd50227a4d5e8c
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>
---
MAINTAINERS