From: Patrick McHardy Date: Thu, 15 Apr 2010 11:29:28 +0000 (+0200) Subject: ipv4: ipmr: fix NULL pointer deref during unres queue destruction X-Git-Tag: v2.6.35-rc1~473^2~461^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de53dfbf9a0a0f7538c005137059c5c021476e1;p=pandora-kernel.git ipv4: ipmr: fix NULL pointer deref during unres queue destruction Fix an oversight in ipmr_destroy_unres() - the net pointer is unconditionally initialized to NULL, resulting in a NULL pointer dereference later on. Fix by adding a net pointer to struct mr_table and using it in ipmr_destroy_unres(). Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed