From owner-cvs-src@FreeBSD.ORG Thu Feb 14 11:50:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BA8C16A419; Thu, 14 Feb 2008 11:50:29 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3747113C43E; Thu, 14 Feb 2008 11:50:29 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1EBoTjw049029; Thu, 14 Feb 2008 11:50:29 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EBoSlb049028; Thu, 14 Feb 2008 11:50:29 GMT (envelope-from simon) Message-Id: <200802141150.m1EBoSlb049028@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 14 Feb 2008 11:50:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/kern kern_descrip.c src/sys/netinet6 ipcomp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 11:50:29 -0000 simon 2008-02-14 11:50:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) . UPDATING sys/conf newvers.sh sys/kern kern_descrip.c sys/netinet6 ipcomp_input.c Log: Fix sendfile(2) write-only file permission bypass. [08:03.sendfile] Fix IPsec null pointer dereference panic. [SA-08:04.ipsec] Security: FreeBSD-SA-08:03.sendfile Security: FreeBSD-SA-08:04.ipsec Approved by: so (simon) Revision Changes Path 1.342.2.35.2.20 +5 -0 src/UPDATING 1.62.2.21.2.21 +1 -1 src/sys/conf/newvers.sh 1.243.2.9.2.1 +1 -1 src/sys/kern/kern_descrip.c 1.7.4.1.4.1 +1 -1 src/sys/netinet6/ipcomp_input.c