Re: [PATCH 2/4] [SCTP]: Prevent possible infinite recursion with multiple bundled DATA.

2006-05-05 Thread David S. Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Fri, 05 May 2006 12:14:38 -0700 > [SCTP]: Prevent possible infinite recursion with multiple bundled DATA. > > There is a rare situation that causes lksctp to go into infinite recursion > and crash the system. The trigger is a packet that contains

[PATCH 2/4] [SCTP]: Prevent possible infinite recursion with multiple bundled DATA.

2006-05-05 Thread Sridhar Samudrala
[SCTP]: Prevent possible infinite recursion with multiple bundled DATA. There is a rare situation that causes lksctp to go into infinite recursion and crash the system. The trigger is a packet that contains at least the first two DATA fragments of a message bundled together. The recursion is trig