bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Sun, 25 Apr 2010 08:06:40 +0000 (08:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Apr 2010 18:26:58 +0000 (11:26 -0700)
commit1fafc7a9353ef68e1b8d4bb130cb6402cf7dfd5a
tree5e75cffd4a8ff91cd3f73d39db70ad784cf36565
parent4a4771a58e13b46bfdc999fe481e550f8c6937ff
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.

Even with commit 32dec5dd0233ebffa9cae25ce7ba6daeb7df4467 ("bridge
br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only
without IGMP snooping."), BR_INPUT_SKB_CB(skb)->mrouters_only is
not appropriately initialized if IGMP/MLD snooping support is
compiled and disabled, so we can see garbage.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c