aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorMathias Krause <[email protected]>2013-04-07 01:51:59 +0000
committerDavid S. Miller <[email protected]>2013-04-07 16:28:02 -0400
commit4a184233f21645cf0b719366210ed445d1024d72 (patch)
treee42640b4410b0a4d19ae8b8fb3b767bd73e70a16 /include/linux/fpga/fpga-mgr.h
parentd26d6504f23e803824e8ebd14e52d4fc0a0b09cb (diff)
rose: fix info leak via msg_name in rose_recvmsg()
The code in rose_recvmsg() does not initialize all of the members of struct sockaddr_rose/full_sockaddr_rose when filling the sockaddr info. Nor does it initialize the padding bytes of the structure inserted by the compiler for alignment. This will lead to leaking uninitialized kernel stack bytes in net/socket.c. Fix the issue by initializing the memory used for sockaddr info with memset(0). Cc: Ralf Baechle <[email protected]> Signed-off-by: Mathias Krause <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions