android_kernel_oneplus_msm8998/net/unix
Kyeongdon Kim fd773539c2 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-11-28 18:25:43 +01:00
..
af_unix.c net: fix warning in af_unix 2019-11-28 18:25:43 +01:00
diag.c missing barriers in some of unix_sock ->addr and ->path accesses 2019-03-23 08:44:31 +01:00
garbage.c net: unix: properly re-increment inflight counter of GC discarded candidates 2017-03-30 09:35:13 +02:00
Kconfig
Makefile
sysctl_net_unix.c