commit | 03a94d7c923801a5c4d0bf5e3e50a88d69f373e4 | [log] [tgz] |
---|---|---|
author | Kyeongdon Kim <kyeongdon.kim@lge.com> | Tue Oct 16 14:57:26 2018 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 28 18:28:28 2019 +0100 |
tree | 556e8e426ef685df30bb201ec83c182125b04c58 | |
parent | d54fb73783825b7738fa79362777fb169ee22974 [diff] |
net: fix warning in af_unix [ Upstream commit 33c4368ee2589c165aebd8d388cbd91e9adb9688 ] This fixes the "'hash' may be used uninitialized in this function" net/unix/af_unix.c:1041:20: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] addr->hash = hash ^ sk->sk_type; Signed-off-by: Kyeongdon Kim <kyeongdon.kim@lge.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>