From: Eric Dumazet Date: Mon, 19 Jul 2010 03:24:14 +0000 (+0000) Subject: bonding: fix bond_inet6addr_event() X-Git-Tag: v2.6.36-rc1~571^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5dda905759c931ceb8f3f2fcfd7719009acc98;p=pandora-kernel.git bonding: fix bond_inet6addr_event() After commit ad1afb0039391 (vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)), bond_inet6addr_event() might be called with a NULL bond->vlgrp pointer, and a non empty bond->vlan_list. vlan_group_get_device() is dereferencing a NULL pointer. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed