kernel-fxtec-pro1x/net/unix
Kyeongdon Kim 7ac437558e 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>
2019-12-01 09:16:33 +01:00
..
af_unix.c net: fix warning in af_unix 2019-12-01 09:16:33 +01:00
diag.c
garbage.c
Kconfig
Makefile
sysctl_net_unix.c