Mathias Krause 9b3e617f3d atm: update msg_namelen in vcc_recvmsg()
The current code does not fill the msg_name member in case it is set.
It also does not set the msg_namelen member to 0 and therefore makes
net/socket.c leak the local, uninitialized sockaddr_storage variable
to userland -- 128 bytes of kernel stack memory.

Fix that by simply setting msg_namelen to 0 as obviously nobody cared
about vcc_recvmsg() not filling the msg_name in case it was set.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-07 16:28:00 -04:00
..
2008-06-17 16:20:06 -07:00
2012-03-28 18:30:03 +01:00
2011-11-22 16:15:42 -05:00
2008-01-28 15:00:11 -08:00
2006-12-02 21:32:08 -08:00
2005-04-16 15:20:36 -07:00
2012-08-15 21:36:30 -07:00
2012-08-31 16:14:33 -04:00
2007-02-10 23:19:16 -08:00