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-- 1.3 KB
Makefile -rw-r--r-- 343 bytes
acl.c -rw-r--r-- 5.4 KB
acl.h -rw-r--r-- 1.4 KB
balloc.c -rw-r--r-- 45.0 KB
dir.c -rw-r--r-- 17.5 KB
ext2.h -rw-r--r-- 28.1 KB
file.c -rw-r--r-- 6.2 KB
ialloc.c -rw-r--r-- 18.3 KB
inode.c -rw-r--r-- 47.3 KB
ioctl.c -rw-r--r-- 4.3 KB
namei.c -rw-r--r-- 9.9 KB
super.c -rw-r--r-- 42.4 KB
symlink.c -rw-r--r-- 890 bytes
xattr.c -rw-r--r-- 29.0 KB
xattr.h -rw-r--r-- 3.2 KB
xattr_security.c -rw-r--r-- 1.4 KB
xattr_trusted.c -rw-r--r-- 1.0 KB
xattr_user.c -rw-r--r-- 1.2 KB

back to top