From: Herbert Xu Date: Mon, 5 Jul 2010 14:50:08 +0000 (+0000) Subject: bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference X-Git-Tag: v2.6.35-rc5~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f285fa78d4b81b8458f05e77fb6b46245121b4e;p=pandora-kernel.git bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference On Tue, Jul 06, 2010 at 08:48:35AM +0800, Herbert Xu wrote: > > bridge: Restore NULL check in br_mdb_ip_get Resend with proper attribution. bridge: Restore NULL check in br_mdb_ip_get Somewhere along the line the NULL check in br_mdb_ip_get went AWOL, causing crashes when we receive an IGMP packet with no multicast table allocated. This patch restores it and ensures all br_mdb_*_get functions use it. Reported-by: Frank Arnold Signed-off-by: Herbert Xu Thanks, Signed-off-by: David S. Miller --- Reading git-diff-tree failed