Re: [PATCH] [SCTP]: Fix err_hdr assignment in sctp_init_cause.

2007-01-10 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Wed, 10 Jan 2007 11:29:24 -0800 > On Tue, 2007-01-09 at 14:36 -0800, David Miller wrote: > > From: Sridhar Samudrala <[EMAIL PROTECTED]> > > Date: Tue, 09 Jan 2007 11:26:49 -0800 > > > > > [SCTP]: Fix err_hdr assignment in sctp_init_cause. > > > >

Re: [PATCH] [SCTP]: Fix err_hdr assignment in sctp_init_cause.

2007-01-10 Thread Sridhar Samudrala
On Tue, 2007-01-09 at 14:36 -0800, David Miller wrote: > From: Sridhar Samudrala <[EMAIL PROTECTED]> > Date: Tue, 09 Jan 2007 11:26:49 -0800 > > > [SCTP]: Fix err_hdr assignment in sctp_init_cause. > > > > The subh->err_hdr should point to the error header, not the data. > > > > Signed-off-by: Vla

Re: [PATCH] [SCTP]: Fix err_hdr assignment in sctp_init_cause.

2007-01-09 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Tue, 09 Jan 2007 11:26:49 -0800 > [SCTP]: Fix err_hdr assignment in sctp_init_cause. > > The subh->err_hdr should point to the error header, not the data. > > Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> > Signed-off-by: Sridhar Samudrala <[E

[PATCH] [SCTP]: Fix err_hdr assignment in sctp_init_cause.

2007-01-09 Thread Sridhar Samudrala
[SCTP]: Fix err_hdr assignment in sctp_init_cause. The subh->err_hdr should point to the error header, not the data. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> --- net/sctp/sm_make_chunk.c |4 ++-- 1 files changed, 2 insertions(+),