Re: [PATCH 2/4] [SCTP]: Verify some mandatory parameters.

2007-01-23 Thread David Miller
From: Brian Haley <[EMAIL PROTECTED]> Date: Wed, 17 Jan 2007 15:22:21 -0500 > > --- a/net/sctp/sm_statefuns.c > > +++ b/net/sctp/sm_statefuns.c > > @@ -462,24 +461,6 @@ sctp_disposition_t sctp_sf_do_5_1C_ack(const struct > > sctp_endpoint *ep, > > > - if (!init_tag) { > > - struct sc

Re: [PATCH 2/4] [SCTP]: Verify some mandatory parameters.

2007-01-17 Thread Brian Haley
--- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c @@ -462,24 +461,6 @@ sctp_disposition_t sctp_sf_do_5_1C_ack(const struct sctp_endpoint *ep, - if (!init_tag) { - struct sctp_chunk *reply = sctp_make_abort(asoc, chunk, 0); - if (!reply) -

Re: [PATCH 2/4] [SCTP]: Verify some mandatory parameters.

2007-01-15 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Thu, 11 Jan 2007 11:41:27 -0800 > [SCTP]: Verify some mandatory parameters. > > Verify init_tag and a_rwnd mandatory parameters in INIT and > INIT-ACK chunks. > > Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> > Signed-off-by: Sridhar Samudrala

[PATCH 2/4] [SCTP]: Verify some mandatory parameters.

2007-01-11 Thread Sridhar Samudrala
[SCTP]: Verify some mandatory parameters. Verify init_tag and a_rwnd mandatory parameters in INIT and INIT-ACK chunks. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> --- net/sctp/sm_make_chunk.c |4 +++- net/sctp/sm_statefuns.c | 19