Re: [PATCH v2] net: sctp: Fix negotiation of the number of data streams.
From: David Miller <davem@davemloft.net>
Date: 2020-08-20 23:38:41
Also in:
linux-sctp
From: David Miller <davem@davemloft.net>
Date: 2020-08-20 23:38:41
Also in:
linux-sctp
From: David Laight <redacted> Date: Wed, 19 Aug 2020 14:40:52 +0000
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 <redacted>Applied and queued up for -stable, thanks David.