From: Xin Long <lucien.xin@xxxxxxxxx> Date: Thu, 30 Mar 2017 01:00:53 +0800 > When sending a msg without asoc established, sctp will send INIT packet > first and then enqueue chunks. > > Before receiving INIT_ACK, stream info is not yet alloced. But enqueuing > chunks needs to access stream info, like out stream state and out stream > cnt. > > This patch is to fix it by allocing out stream info when initializing an > asoc, allocing in stream and re-allocing out stream when processing init. > > Signed-off-by: Xin Long <lucien.xin@xxxxxxxxx> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html