From owner-cvs-all@FreeBSD.ORG Fri Apr 22 18:17:22 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDE716A4CF; Fri, 22 Apr 2005 18:17:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151AB43D5E; Fri, 22 Apr 2005 18:17:22 +0000 (GMT) (envelope-from simon@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 j3MIHL5a086052; Fri, 22 Apr 2005 18:17:21 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3MIHLDT086051; Fri, 22 Apr 2005 18:17:21 GMT (envelope-from simon) Message-Id: <200504221817.j3MIHLDT086051@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 22 Apr 2005 18:17:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 18:17:22 -0000 simon 2005-04-22 18:17:21 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4_11) sys/conf newvers.sh Log: MFC: Correct multiple security related errors: a buffer overflow, NULL pointer dereferences, possible use of uninitialized variables, and memory leaks. Security: CAN-2005-0753 Security: FreeBSD-SA-05:05.cvs Approved by: so (cperciva) Revision Changes Path 1.44.2.39.2.8 +1 -1 src/sys/conf/newvers.sh