Files
linux/net
Mathias Krause d5e0d0f607 VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()
The code misses to update 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.

Cc: Andy King <acking@vmware.com>
Cc: Dmitry Torokhov <dtor@vmware.com>
Cc: George Zhang <georgezhang@vmware.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-07 16:28:02 -04:00
..
2013-02-11 14:16:26 -05:00
2013-03-10 05:19:26 -04:00
2013-03-08 00:35:44 -05:00
2012-09-26 21:10:25 -04:00
2013-02-10 19:41:08 -05:00
2010-10-15 15:53:27 +02:00