SCTP: Fix the supported extensions paramter
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 29 Nov 2007 13:50:35 +0000 (08:50 -0500)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 29 Nov 2007 15:17:41 +0000 (10:17 -0500)
commit8ee4be37e8ac28e79ae673d441e83c1f51e7ecfd
tree4b37a0656b4dae8b272edb94c7dcf11fdfa76bff
parent9baffaa689a50ef9480ecd9017ffd1480c807328
SCTP: Fix the supported extensions paramter

Supported extensions parameter was not coded right and ended up
over-writing memory or causing skb overflows.  First, remove
the FWD_TSN support from as it shouldn't be there and also fix
the paramter encoding.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/sm_make_chunk.c