]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r324638:
authortuexen <tuexen@FreeBSD.org>
Sat, 7 Apr 2018 19:56:34 +0000 (19:56 +0000)
committertuexen <tuexen@FreeBSD.org>
Sat, 7 Apr 2018 19:56:34 +0000 (19:56 +0000)
commit78560ada5ea680ef7ce7578454d1e831646680e9
tree0ddd30de91e2455b3abe73c67e1cc29da5675dbf
parent5d934680e08994aeca8cc0b87f41b8a72d2a5ea4
MFC r324638:

Fix the handling of parital and too short chunks.

Ensure that the current behaviour is consistent: stop processing
of the chunk, but finish the processing of the previous chunks.

This behaviour might be changed in a later commit to ABORT the
assoication due to a protocol violation, but changing this
is a separate issue.

MFC r324725

Fix a bug introduced in r324638.
Thanks to Felix Weinrank for making me aware of this.

MFC r324726:

Revert change which got in accidently.
sys/netinet/sctp_input.c