aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2017-03-08 18:08:16 +0100
committerDavid S. Miller <davem@davemloft.net>2017-03-09 17:21:21 -0800
commit9f138fa609c47403374a862a08a41394be53d461 (patch)
tree4f70381934fe8a919b2b60d180dda52ae353ffa0 /net/tipc/socket.c
parent8ddbb3124da9b1ea73567374ff01de5f62a6637b (diff)
net: initialize msg.msg_flags in recvfrom
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>
Diffstat (limited to 'net/tipc/socket.c')
0 files changed, 0 insertions, 0 deletions