From: Yasuyuki Kozakai Date: Sat, 4 Feb 2006 10:12:14 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: check address family when finding protocol module X-Git-Tag: v2.6.16-rc3~146^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc8d029ac6813827849801bce2d8c8813070db6;p=pandora-kernel.git [NETFILTER]: nf_conntrack: check address family when finding protocol module __nf_conntrack_{l3}proto_find() doesn't check the passed protocol family, then it's possible to touch out of the array which has only AF_MAX items. Spotted by Pablo Neira Ayuso. Signed-off-by: Yasuyuki Kozakai Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed