sctp: Do not reset the packet during sctp_packet_config().
authorVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 15 Sep 2010 14:00:26 +0000 (10:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:21:35 +0000 (17:21 -0700)
commitca92b22ffac5a8b47d6be1a6f2e0dbe68b485f18
tree160c2ef8ac7ec6ef49ee89c7ab7aff78de39069d
parentbded361d94196ecca089c8a3c28ed60af4906d8f
sctp: Do not reset the packet during sctp_packet_config().

commit 4bdab43323b459900578b200a4b8cf9713ac8fab upstream.

sctp_packet_config() is called when getting the packet ready
for appending of chunks.  The function should not touch the
current state, since it's possible to ping-pong between two
transports when sending, and that can result packet corruption
followed by skb overlfow crash.

Reported-by: Thomas Dreibholz <dreibh@iem.uni-due.de>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sctp/output.c