netfilter: ip6t_eui: fix read outside array bounds
authorPatrick McHardy <kaber@trash.net>
Mon, 31 Aug 2009 13:30:31 +0000 (15:30 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 31 Aug 2009 13:30:31 +0000 (15:30 +0200)
Use memcmp() instead of open coded comparison that reads one byte past
the intended end.

Based on patch from Roel Kluin <roel.kluin@gmail.com>

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found