]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We should never allow either the broadcast or IN_ADDR_ANY to be
authorRandall Stewart <rrs@FreeBSD.org>
Wed, 3 Jun 2020 14:16:40 +0000 (14:16 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Wed, 3 Jun 2020 14:16:40 +0000 (14:16 +0000)
commit2cf21ae5591afbc75654a67e5452adca7137e263
tree8658cab9452bd0c29c0b2eea6e6cb1b3d3ad9664
parentf1ea4e412039cea00267b3a3b0eb937f5a756ab7
We should never allow either the broadcast or IN_ADDR_ANY to be
connected to or sent to. This was fond when working with Michael
Tuexen and Skyzaller. Skyzaller seems to want to use either of
these two addresses to connect to at times. And it really is
an error to do so, so lets not allow that behavior.

Sponsored by: Netflix Inc.
Differential Revision: https://reviews.freebsd.org/D24852
sys/netinet/tcp_usrreq.c