diff options
author | Alexander Potapenko <glider@google.com> | 2017-03-08 18:08:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-10 02:21:21 +0100 |
commit | 9f138fa609c47403374a862a08a41394be53d461 (patch) | |
tree | 4f70381934fe8a919b2b60d180dda52ae353ffa0 /ipc/mqueue.c | |
parent | Merge branch 'bpf-htab-fixes' (diff) | |
download | linux-9f138fa609c47403374a862a08a41394be53d461.tar.xz linux-9f138fa609c47403374a862a08a41394be53d461.zip |
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 'ipc/mqueue.c')
0 files changed, 0 insertions, 0 deletions