From: Hagen Paul Pfeifer Date: Fri, 20 Feb 2009 09:48:06 +0000 (+0100) Subject: netfilter: fix hardcoded size assumptions X-Git-Tag: v2.6.30-rc1~662^2~48^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af07d241dc76f0a52c7ff04df3a3970020fe6157;p=pandora-kernel.git netfilter: fix hardcoded size assumptions get_random_bytes() is sometimes called with a hard coded size assumption of an integer. This could not be true for next centuries. This patch replace it with a compile time statement. Signed-off-by: Hagen Paul Pfeifer Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed