History log of /linux-master/lib/test_fortify/write_overflow_field-memmove.c
Revision Date Author Comments
# 938a000e 16-Jun-2021 Kees Cook <keescook@chromium.org>

fortify: Detect struct member overflows in memmove() at compile-time

As done for memcpy(), also update memmove() to use the same tightened
compile-time checks under CONFIG_FORTIFY_SOURCE.

Signed-off-by: Kees Cook <keescook@chromium.org>