Skip to content
Commit a7bff75b authored by Linus Lüssing's avatar Linus Lüssing Committed by David S. Miller
Browse files

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: default avatarJan Beulich <JBeulich@novell.com>
Signed-off-by: default avatarLinus Lüssing <linus.luessing@web.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a1fef6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment