]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: Fix possibly wrong MLD queries' ethernet source address
authorLinus Lüssing <linus.luessing@web.de>
Tue, 22 Mar 2011 11:40:32 +0000 (11:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Mar 2011 02:26:42 +0000 (19:26 -0700)
commit820a16e6c6c081e1bfad6aa7b8620092e75ddcdc
tree4e87f5cb94772624b1f035baefb7a6c21586984d
parent45bf9e6b658b06fc9cc3cf4d5ccaaf3d06b9022f
bridge: Fix possibly wrong MLD queries' ethernet source address

The ipv6_dev_get_saddr() is currently called with an uninitialized
destination address. Although in tests it usually seemed to nevertheless
always fetch the right source address, there seems to be a possible race
condition.

Therefore this commit changes this, first setting the destination
address and only after that fetching the source address.

Reported-by: Jan Beulich <JBeulich@novell.com>
Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c