]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345461:
authortuexen <tuexen@FreeBSD.org>
Thu, 16 May 2019 09:20:54 +0000 (09:20 +0000)
committertuexen <tuexen@FreeBSD.org>
Thu, 16 May 2019 09:20:54 +0000 (09:20 +0000)
commit6f9712bcad78d71cf2d4347a59fb1958f61ed352
tree0863f4a760d38e83b63661e24404aea7fc96320d
parent2fb8172517395bca4dac5d6bff72d219672a4ce9
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