Revision 7307616245babb12c923151d8ef69af02e46c255 authored by Dan Carpenter on 13 October 2016, 08:06:06 UTC, committed by David S. Miller on 13 October 2016, 16:10:01 UTC
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>
1 parent 6104e11
History
File Mode Size
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 446 bytes
actions.c -rw-r--r-- 31.3 KB
conntrack.c -rw-r--r-- 36.5 KB
conntrack.h -rw-r--r-- 2.6 KB
datapath.c -rw-r--r-- 59.0 KB
datapath.h -rw-r--r-- 6.5 KB
dp_notify.c -rw-r--r-- 2.6 KB
flow.c -rw-r--r-- 19.8 KB
flow.h -rw-r--r-- 6.8 KB
flow_netlink.c -rw-r--r-- 71.1 KB
flow_netlink.h -rw-r--r-- 2.7 KB
flow_table.c -rw-r--r-- 18.8 KB
flow_table.h -rw-r--r-- 2.8 KB
vport-geneve.c -rw-r--r-- 3.1 KB
vport-gre.c -rw-r--r-- 2.7 KB
vport-internal_dev.c -rw-r--r-- 7.8 KB
vport-internal_dev.h -rw-r--r-- 1.0 KB
vport-netdev.c -rw-r--r-- 5.3 KB
vport-netdev.h -rw-r--r-- 1.1 KB
vport-vxlan.c -rw-r--r-- 4.2 KB
vport.c -rw-r--r-- 12.8 KB
vport.h -rw-r--r-- 6.2 KB

back to top