From owner-cvs-src-old@FreeBSD.ORG Thu May 27 05:06:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB0EB106566B for ; Thu, 27 May 2010 05:06:27 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 991788FC0A for ; Thu, 27 May 2010 05:06:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4R56ROj085336 for ; Thu, 27 May 2010 05:06:27 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4R56Rxe085335 for cvs-src-old@freebsd.org; Thu, 27 May 2010 05:06:27 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <201005270506.o4R56Rxe085335@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 27 May 2010 03:15:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6_4 Subject: cvs commit: src UPDATING src/contrib/opie/libopie readrec.c src/sys/conf newvers.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 05:06:27 -0000 cperciva 2010-05-27 03:15:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) . UPDATING contrib/opie/libopie readrec.c sys/conf newvers.sh Log: SVN rev 208586 on 2010-05-27 03:15:04Z by cperciva Change the current working directory to be inside the jail created by the jail(8) command. [10:04] Fix a one-NUL-byte buffer overflow in libopie. [10:05] Correctly sanity-check a buffer length in nfs mount. [10:06] Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-10:04.jail Security: FreeBSD-SA-10:05.opie Security: FreeBSD-SA-10:06.nfsclient Revision Changes Path 1.416.2.40.2.14 +3 -0 src/UPDATING 1.1.1.4.26.1 +1 -3 src/contrib/opie/libopie/readrec.c 1.69.2.18.2.16 +1 -1 src/sys/conf/newvers.sh