[SCTP]: Correctly handle AUTH parameters in unexpected INIT
authorVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 7 Jan 2008 08:27:45 +0000 (00:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jan 2008 07:30:03 +0000 (23:30 -0800)
commit6df9cfc1ad45839e2a11330ab354330c6128cb73
treeb605e2e3d0d664c81f3a4e2b04868b6ad1664c78
parentf691724c4d3b150bfa9cc8a969ea2020e20dfb12
[SCTP]: Correctly handle AUTH parameters in unexpected INIT

When processing an unexpected INIT chunk, we do not need to
do any preservation of the old AUTH parameters.  In fact,
doing such preservations will nullify AUTH and allow connection
stealing.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_statefuns.c