commit a120571fbdfc8f543eea64248abe3c4d7f210450 Author: Greg Kroah-Hartman Date: Tue May 2 14:38:44 2006 -0700 Linux 2.6.16.13 commit 25b6badde42165b717e3c232e4992b3f6761920a Author: Patrick McHardy Date: Tue May 2 23:23:07 2006 +0200 [PATCH] NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527) [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 Signed-off-by: Patrick McHardy Signed-off-by: Greg Kroah-Hartman