From owner-cvs-src@FreeBSD.ORG Fri May 6 02:39:35 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 608D916A4CE; Fri, 6 May 2005 02:39:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D9243D94; Fri, 6 May 2005 02:39:35 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j462dZ1v009036; Fri, 6 May 2005 02:39:35 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j462dZR5009035; Fri, 6 May 2005 02:39:35 GMT (envelope-from cperciva) Message-Id: <200505060239.j462dZR5009035@repoman.freebsd.org> From: Colin Percival Date: Fri, 6 May 2005 02:39:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 06 May 2005 02:39:35 -0000 cperciva 2005-05-06 02:39:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 sys_machdep.c Log: Correctly validate inputs to the i386_get_ldt syscall. Security: FreeBSD-SA-05:07.ldt Revision Changes Path 1.47.2.4 +4 -5 src/sys/i386/i386/sys_machdep.c