From owner-cvs-all Sun Sep 17 6:35:46 2000 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 5996937B422; Sun, 17 Sep 2000 06:35:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01313; Sun, 17 Sep 2000 06:35:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009171335.GAA01313@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 17 Sep 2000 06:35:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/17 06:35:43 PDT Modified files: sys/netinet in_pcb.c Log: Properly jail UDP sockets. This is quite a bit more tricky than TCP. This fixes a !root userland panic, and some cases where the wrong interface was chosen for a jailed UDP socket. PR: 20167, 19839, 20946 Revision Changes Path 1.68 +20 -6 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message