commit | 9f138fa609c47403374a862a08a41394be53d461 | [log] [tgz] |
---|---|---|
author | Alexander Potapenko <glider@google.com> | Wed Mar 08 18:08:16 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 09 17:21:21 2017 -0800 |
tree | 4f70381934fe8a919b2b60d180dda52ae353ffa0 | |
parent | 8ddbb3124da9b1ea73567374ff01de5f62a6637b [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>