]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't consider the socket when processing an incoming ICMP/ICMP6 packet,
authortuexen <tuexen@FreeBSD.org>
Thu, 23 Jun 2016 09:13:15 +0000 (09:13 +0000)
committertuexen <tuexen@FreeBSD.org>
Thu, 23 Jun 2016 09:13:15 +0000 (09:13 +0000)
commitc2c8b26056f49e8e24af3791edca02ef39e09166
treeb97f09c81a53e0fdd2b198c58d9a04766ac1eb81
parent0ef70a8b8b78a92920cb0d07f27d0c1d5d151ae5
Don't consider the socket when processing an incoming ICMP/ICMP6 packet,
which was triggered by an SCTP packet. Whether a socket exists, is just
not relevant.

Approved by: re (kib)
MFC after: 1 week
sys/netinet/sctp_usrreq.c
sys/netinet/sctputil.c
sys/netinet6/sctp6_usrreq.c