summaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpevent.c
diff options
context:
space:
mode:
authorVlad Yasevich2008-02-14 16:18:20 +0100
committerVlad Yasevich2008-02-27 22:40:55 +0100
commitb90a137d30a6322d76023d879d40fc31f3edf0a6 (patch)
treec75cceeb0ef7206c65c57c659ae5dd606df67091 /net/sctp/ulpevent.c
parent[AF_KEY]: Fix oops by converting to proc_net_*(). (diff)
downloadkernel-qcow2-linux-b90a137d30a6322d76023d879d40fc31f3edf0a6.tar.gz
kernel-qcow2-linux-b90a137d30a6322d76023d879d40fc31f3edf0a6.tar.xz
kernel-qcow2-linux-b90a137d30a6322d76023d879d40fc31f3edf0a6.zip
[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: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to 'net/sctp/ulpevent.c')
-rw-r--r--net/sctp/ulpevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpevent.c b/net/sctp/ulpevent.c
index e27b11f18b7f..b43f1f110f87 100644
--- a/net/sctp/ulpevent.c
+++ b/net/sctp/ulpevent.c
@@ -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