Use the correct length. The wrong one was too large.
MFC after: 3 days
This commit is contained in:
parent
e0ffee7d01
commit
61b7939ede
@ -225,7 +225,7 @@ sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo)
|
||||
if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) &&
|
||||
(seinfo->serinfo_next_flags & SCTP_NEXT_MSG_AVAIL)) {
|
||||
provide_nxt = 1;
|
||||
len += CMSG_SPACE(sizeof(struct sctp_rcvinfo));
|
||||
len += CMSG_SPACE(sizeof(struct sctp_nxtinfo));
|
||||
} else {
|
||||
provide_nxt = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user