commit | 7307616245babb12c923151d8ef69af02e46c255 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Oct 13 11:06:06 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 13 12:10:01 2016 -0400 |
tree | 29f946b13c80eaf048850bc920a185587aa4c9d3 | |
parent | 6104e112f4a613506ba1ea9d4b974279f888006b [diff] |
tipc: info leak in __tipc_nl_add_udp_addr() We should clear out the padding and unused struct members so that we don't expose stack information to userspace. Fixes: fdb3accc2c15 ('tipc: add the ability to get UDP options via netlink') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>