From: Linus Lüssing <linus.luessing@xxxxxx> Date: Tue, 6 Aug 2013 00:32:05 +0200 > 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@xxxxxxxxxx> > Signed-off-by: Linus Lüssing <linus.luessing@xxxxxx> Applied, thanks.