igmp: Avoid zero delay when receiving odd mixture of IGMP queries
authorBen Hutchings <ben@decadent.org.uk>
Mon, 9 Jan 2012 22:06:46 +0000 (14:06 -0800)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 5 Apr 2013 06:12:57 +0000 (09:12 +0300)
commiteedd2403a3297dd6a3b46d35fc2d834b2a5eb8f2
tree1731102f6ba77841cf478dd07e2f55da2370b2b9
parentf130bd7d97212a51998ea5560ec9e5c7edb08d35
igmp: Avoid zero delay when receiving odd mixture of IGMP queries

commit a8c1f65c79cbbb2f7da782d4c9d15639a9b94b27 upstream.

Commit 5b7c84066733c5dfb0e4016d939757b38de189e4 ('ipv4: correct IGMP
behavior on v3 query during v2-compatibility mode') added yet another
case for query parsing, which can result in max_delay = 0.  Substitute
a value of 1, as in the usual v3 case.

Reported-by: Simon McVittie <smcv@debian.org>
References: http://bugs.debian.org/654876
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c