From: Patrick McHardy Date: Mon, 13 Mar 2006 04:40:43 +0000 (-0800) Subject: [NETFILTER]: arp_tables: fix NULL pointer dereference X-Git-Tag: v2.6.16~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31fe4d331729e9687db84521c3ceb8e43390efcf;p=pandora-kernel.git [NETFILTER]: arp_tables: fix NULL pointer dereference The check is wrong and lets NULL-ptrs slip through since !IS_ERR(NULL) is true. Coverity #190 Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed