Re: [PATCH 4/4] [SCTP]: Fix state table entries for chunks received in CLOSED state.

2006-05-05 Thread David S. Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Fri, 05 May 2006 12:14:50 -0700 > [SCTP]: Fix state table entries for chunks received in CLOSED state. > > Discard an unexpected chunk in CLOSED state rather can calling BUG(). > > Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> Applied, th

[PATCH 4/4] [SCTP]: Fix state table entries for chunks received in CLOSED state.

2006-05-05 Thread Sridhar Samudrala
[SCTP]: Fix state table entries for chunks received in CLOSED state. Discard an unexpected chunk in CLOSED state rather can calling BUG(). Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> --- net/sctp/sm_statetable.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff