]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix fragmented UDP packets handling since rev.360967.
authorMaxim Sobolev <sobomax@FreeBSD.org>
Thu, 7 Oct 2021 20:41:40 +0000 (13:41 -0700)
committerMaxim Sobolev <sobomax@FreeBSD.org>
Fri, 15 Oct 2021 23:48:12 +0000 (16:48 -0700)
commit461e6f23db3b9794e6af88b381b066a2c0463d1c
treeb09f0cd4644828149c9574e617445785afbd0851
parentfc393054398ea50fb0cee52704e9385afe888b48
Fix fragmented UDP packets handling since rev.360967.

Consider IP_MF flag when checking length of the UDP packet to
match the declared value.

Sponsored by: Sippy Software, Inc.
Differential Revision: https://reviews.freebsd.org/D32363
MFC after: 2 weeks
sys/netinet/libalias/alias.c