Searched hist:"248 ba8ec05a2c3b118c2224e57eb10c128176ab1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff 248ba8ec05a2c3b118c2224e57eb10c128176ab1 Mon Aug 05 17:32:05 CDT 2013 Linus Lüssing <linus.luessing@web.de> bridge: don't try to update timers in case of broken MLD queries
Currently we are reading an uninitialized value for the max_delay variable when snooping an MLD query message of invalid length and would update our timers with that.
Fixing this by simply ignoring such broken MLD queries (just like we do for IGMP already).
This is a regression introduced by: "bridge: disable snooping if there is no querier" (b00589af3b04)
Reported-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|