From owner-cvs-all Thu Sep 17 11:42:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00428 for cvs-all-outgoing; Thu, 17 Sep 1998 11:42:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00412; Thu, 17 Sep 1998 11:42:36 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18882; Thu, 17 Sep 1998 11:42:17 -0700 (PDT) Date: Thu, 17 Sep 1998 11:42:17 -0700 (PDT) Message-Id: <199809171842.LAA18882@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet in_pcb.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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