Home
last modified time | relevance | path

Searched hist:"812 ad3d2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dstats.c812ad3d2 Thu Nov 18 14:34:56 CST 2021 Kees Cook <keescook@chromium.org> ethtool: stats: Use struct_group() to clear all stats at once

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

Add struct_group() to mark region of struct stats_reply_data that should
be initialized, which can now be done in a single memset() call.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>