]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libalias: improve handling of invalid SCTP packets
authorMichael Tuexen <tuexen@FreeBSD.org>
Tue, 15 Nov 2022 20:05:02 +0000 (21:05 +0100)
committerMichael Tuexen <tuexen@FreeBSD.org>
Tue, 15 Nov 2022 20:05:02 +0000 (21:05 +0100)
commit9a714376212ec1685fdc4cf254f2136a07ae6d2c
tree9f122d7df5760c8a7291004e2405bf116a092de2
parente471259313c25b9b386299b288023135bc298cd4
libalias: improve handling of invalid SCTP packets

In case of a paritial chunk only pretend the result is OK if
the packet is not the last fragment and there is a valid association.

PR: 267476
MFC after: 3 days
sys/netinet/libalias/alias_sctp.c