Files
linux/net
Alexander Potapenko accbd99507 net: initialize msg.msg_flags in recvfrom
[ Upstream commit 9f138fa609 ]

KMSAN reports a use of uninitialized memory in put_cmsg() because
msg.msg_flags in recvfrom haven't been initialized properly.
The flag values don't affect the result on this path, but it's still a
good idea to initialize them explicitly.

Signed-off-by: Alexander Potapenko <glider@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-20 10:04:53 +01:00
..
2015-03-02 16:43:41 -05:00
2017-11-15 17:13:11 +01:00
2015-11-23 14:56:15 -05:00
2017-12-16 10:33:56 +01:00
2015-10-07 04:27:43 -07:00
2015-10-21 00:49:24 +02:00
2017-10-08 10:14:18 +02:00