From: Patrick McHardy Date: Tue, 2 May 2006 21:23:07 +0000 (+0200) Subject: [NETFILTER] SCTP conntrack: fix infinite loop X-Git-Tag: v2.6.17-rc4~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17df688f7064dae1417ce425dd1e4b71d24d63b;p=pandora-kernel.git [NETFILTER] SCTP conntrack: fix infinite loop fix infinite loop in the SCTP-netfilter code: check SCTP chunk size to guarantee progress of for_each_sctp_chunk(). (all other uses of for_each_sctp_chunk() are preceded by do_basic_checks(), so this fix should be complete.) Based on patch from Ingo Molnar CVE-2006-1527 Signed-off-by: Patrick McHardy Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed