From: David Howells Date: Wed, 9 Jul 2008 22:06:45 +0000 (-0700) Subject: netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP X-Git-Tag: v2.6.26~25^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252815b0cfe711001eff0327872209986b36d490;p=pandora-kernel.git netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP Fix a range check in netfilter IP NAT for SNMP to always use a big enough size variable that the compiler won't moan about comparing it to ULONG_MAX/8 on a 64-bit platform. Signed-off-by: David Howells Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed