Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b90a137d authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

[SCTP]: Correctly set the length of sctp_assoc_change notification



sctp_assoc_change notification may contain the data from a received
ABORT chunk.  Set the length correctly to account for that.

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent d9595a7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ struct sctp_ulpevent *sctp_ulpevent_make_assoc_change(
	 * This field is the total length of the notification data, including
	 * the notification header.
	 */
	sac->sac_length = sizeof(struct sctp_assoc_change);
	sac->sac_length = skb->len;

	/* Socket Extensions for SCTP
	 * 5.3.1.1 SCTP_ASSOC_CHANGE