linux/net/tipc
Kulikov Vasiliy 4312007ec4 net: tipc: fix information leak to userland
commit 88f8a5e3e7 upstream.

Structure sockaddr_tipc is copied to userland with padding bytes after
"id" field in union field "name" unitialized.  It leads to leaking of
contents of kernel stack memory.  We have to initialize them to zero.

Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-04-14 16:53:50 -07:00
..
addr.c
addr.h
bcast.c tipc: fix non-const printf format arguments 2009-03-18 19:11:29 -07:00
bcast.h tipc: fix non-const printf format arguments 2009-03-18 19:11:29 -07:00
bearer.c tipc: Fix oops on send prior to entering networked mode (v3) 2010-07-05 11:11:16 -07:00
bearer.h tipc: Fix oops on send prior to entering networked mode (v3) 2010-07-05 11:11:16 -07:00
cluster.c
cluster.h
config.c
config.h
core.c
core.h
dbg.c tipc: fix non-const printf format arguments 2009-03-18 19:11:29 -07:00
dbg.h
discover.c
discover.h
eth_media.c net: remove needless (now buggy) & from dev->dev_addr 2009-05-17 11:59:47 -07:00
handler.c
Kconfig
link.c
link.h
Makefile
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c tipc: trivial endian annotation in debug statement 2008-11-07 23:37:50 -08:00
name_table.h
net.c tipc: Fix oops on send prior to entering networked mode (v3) 2010-07-05 11:11:16 -07:00
net.h
netlink.c genetlink: make netns aware 2009-07-12 14:03:27 -07:00
node_subscr.c
node_subscr.h
node.c tipc: fix non-const printf format arguments 2009-03-18 19:11:29 -07:00
node.h
port.c
port.h
ref.c
ref.h
socket.c net: tipc: fix information leak to userland 2011-04-14 16:53:50 -07:00
subscr.c
subscr.h
user_reg.c
user_reg.h
zone.c
zone.h