From owner-cvs-all@FreeBSD.ORG Fri Apr 22 18:16:15 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 11A1216A4CF; Fri, 22 Apr 2005 18:16:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE8D43D48; Fri, 22 Apr 2005 18:16:14 +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 j3MIGEgl085923; Fri, 22 Apr 2005 18:16:14 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3MIGEl4085922; Fri, 22 Apr 2005 18:16:14 GMT (envelope-from simon) Message-Id: <200504221816.j3MIGEl4085922@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 22 Apr 2005 18:16:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 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:16:15 -0000 simon 2005-04-22 18:16:14 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4_10) 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.34.2.11 +1 -1 src/sys/conf/newvers.sh