]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345461:
authorMichael Tuexen <tuexen@FreeBSD.org>
Sat, 4 May 2019 12:07:00 +0000 (12:07 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Sat, 4 May 2019 12:07:00 +0000 (12:07 +0000)
commit6dff37f4d1a6e18e285fa40be786264fa7e6e695
tree4da55b753040d1426347efce7994cd991635c0e6
parent519abeb185e343ea360c9082bfd17d09b3071579
MFC r345461:
Limit the size of messages sent on 1-to-many style SCTP sockets with the
SCTP_SENDALL flag. Allow also only one operation per SCTP endpoint.

This fixes an issue found by running syzkaller and is joint work with rrs@.
sys/netinet/sctp.h
sys/netinet/sctp_output.c