From: Eric Dumazet Date: Thu, 1 Apr 2010 10:54:09 +0000 (+0200) Subject: netfilter: CLUSTERIP: clusterip_seq_stop() fix X-Git-Tag: v2.6.35-rc1~473^2~168^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902a3dd5e6b19048604ec533203d7d38a39505a2;p=pandora-kernel.git netfilter: CLUSTERIP: clusterip_seq_stop() fix If clusterip_seq_start() memory allocation fails, we crash later in clusterip_seq_start(), trying to kfree(ERR_PTR(-ENOMEM)) Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed