mptcp: Use struct_group() to avoid cross-field memset()
authorKees Cook <keescook@chromium.org>
Fri, 21 Jan 2022 07:39:35 +0000 (23:39 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 22 Jan 2022 03:26:03 +0000 (19:26 -0800)
commit63ec72bd58487935a2e40d2cdffe5c9498f1275e
tree0256004a79e7cced0d929163f246f9943193d818
parent2c13c05c5ff4b9fc907b07f7311821910ebaaf8a
mptcp: Use struct_group() to avoid cross-field memset()

In preparation for FORTIFY_SOURCE performing compile-time and run-time
field bounds checking for memcpy(), memmove(), and memset(), avoid
intentionally writing across neighboring fields.

Use struct_group() to capture the fields to be reset, so that memset()
can be appropriately bounds-checked by the compiler.

Cc: Matthieu Baerts <matthieu.baerts@tessares.net>
Cc: mptcp@lists.linux.dev
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Link: https://lore.kernel.org/r/20220121073935.1154263-1-keescook@chromium.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.h