commit | 5ff223e86f5addbfae26419cbb5d61d98f6fbf7d | [log] [tgz] |
---|---|---|
author | zhanglin <zhang.lin16@zte.com.cn> | Sat Oct 26 15:54:16 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 26 11:20:10 2019 -0700 |
tree | 1b571abe9e6ab50b7b5708e865b98d9576469f3e | |
parent | 7c3bebc3d8688b84795c11848c314a2fbfe045e0 [diff] |
net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() memset() the structure ethtool_wolinfo that has padded bytes but the padded bytes have not been zeroed out. Signed-off-by: zhanglin <zhang.lin16@zte.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>