]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/commit
MF10 r273000 (r272750 in head)
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Oct 2014 19:38:31 +0000 (19:38 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Oct 2014 19:38:31 +0000 (19:38 +0000)
commit1d486b0ee492cf1366c22c69983323861d6d27e8
tree535176429dc6d7c4ac5cfc52a59a3d566d456aa1
parent4c3757679e0d9a7ef4855d4763091b0d01c38fbd
MF10 r273000 (r272750 in head)
Ensure that the number of stream reported in srs_number_streams is
consistent with the amount of data provided in the SCTP_RESET_STREAMS
socket option.
Thanks to Peter Bostroem from Google for drawing my attention to
this part of the code.

MF10 r273001 (r272751 in head):
Ensure that the list of streams sent in a stream reset parameter fits
in an mbuf-cluster.
Thanks to Peter Bostroem for drawing my attention to this part of the code.

MF10 r273002 (r272841 in head):
Ensure that the flags field of sctp_tmit_chunks is initialized.
Thanks to Peter Bostroem from Google for reporting the issue.

Approved by: re (marius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@273106 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctp_input.c
sys/netinet/sctp_output.c
sys/netinet/sctp_output.h
sys/netinet/sctp_usrreq.c