net: sctp: Fix negotiation of the number of data streams.
authorDavid Laight <David.Laight@ACULAB.COM>
Wed, 19 Aug 2020 14:40:52 +0000 (14:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Aug 2020 07:30:48 +0000 (09:30 +0200)
commiteb1a1c016ebadf87db872785f4bb4e1a80039c75
tree50d7b510ab26aeb51d65a54628ca5db47a277db6
parentbfc6e25c15f8575a7122ecdc69dfa953f7853847
net: sctp: Fix negotiation of the number of data streams.

[ Upstream commit ab921f3cdbec01c68705a7ade8bec628d541fc2b ]

The number of output and input streams was never being reduced, eg when
processing received INIT or INIT_ACK chunks.
The effect is that DATA chunks can be sent with invalid stream ids
and then discarded by the remote system.

Fixes: 2075e50caf5ea ("sctp: convert to genradix")
Signed-off-by: David Laight <david.laight@aculab.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sctp/stream.c