From: Patrick McHardy Date: Mon, 31 Aug 2009 13:30:31 +0000 (+0200) Subject: netfilter: ip6t_eui: fix read outside array bounds X-Git-Tag: v2.6.32-rc1~703^2~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488908696971c5ea1dcc5d13f29c158ba4f6ae7d;p=pandora-kernel.git netfilter: ip6t_eui: fix read outside array bounds Use memcmp() instead of open coded comparison that reads one byte past the intended end. Based on patch from Roel Kluin Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed