aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/anycast.c
diff options
context:
space:
mode:
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>2015-03-20 10:26:21 -0300
committerDavid S. Miller <davem@davemloft.net>2015-03-20 13:31:24 -0400
commit149d7549c22045bc777a377720809b108639f9e9 (patch)
treec9949bfad84037991bb365466a2782802aa9abb6 /net/ipv6/anycast.c
parentxen-netback: making the bandwidth limiter runtime settable (diff)
downloadlinux-dev-149d7549c22045bc777a377720809b108639f9e9.tar.xz
linux-dev-149d7549c22045bc777a377720809b108639f9e9.zip
vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}
Test robot noticed that we check the return of vxlan_igmp_join and leave but inside them there was a path that it could be used initialized. It's not really possible because those if() inside these igmp functions would always match as we can't have sockets of other type in there, but this way we keep the compiler happy. Fixes: 56ef9c909b40 ("vxlan: Move socket initialization to within rtnl scope") Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/anycast.c')
0 files changed, 0 insertions, 0 deletions