From owner-cvs-all Wed Aug 8 11:59:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8154A37B401; Wed, 8 Aug 2001 11:59:54 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ixs243316; Wed, 8 Aug 2001 11:59:54 -0700 (PDT) (envelope-from ghelmer) Message-Id: <200108081859.f78Ixs243316@freefall.freebsd.org> From: Guy Helmer Date: Wed, 8 Aug 2001 11:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ghelmer 2001/08/08 11:59:54 PDT Modified files: (Branch: RELENG_4) sys/netinet udp_usrreq.c Log: MFC rev 1.74 Make sure UDP sockets are explicitly bound before connect(2) to avoid UDP datagrams being sent from an IP address other than the jail's IP address. PR: 20946 Approved by: murray Revision Changes Path 1.64.2.13 +9 -4 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message