Date: Thu, 17 Sep 1998 11:42:17 -0700 (PDT) From: Bill Fenner <fenner@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <199809171842.LAA18882@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 1998/09/17 11:42:16 PDT
Modified files:
sys/netinet in_pcb.c
Log:
Fix the bind security fix introduced in rev 1.38 to work with multicast:
- Don't bother checking for conflicting sockets if we're binding to a
multicast address.
- Don't return an error if we're binding to INADDR_ANY, the conflicting
socket is bound to INADDR_ANY, and the conflicting socket has SO_REUSEPORT
set.
PR: kern/7713
Revision Changes Path
1.45 +9 -3 src/sys/netinet/in_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809171842.LAA18882>
