From owner-cvs-src-old@FreeBSD.ORG Mon Aug 30 14:44:34 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 8B0A010656B0 for ; Mon, 30 Aug 2010 14:44:34 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FBC88FC13 for ; Mon, 30 Aug 2010 14:44:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7UEiYFK087079 for ; Mon, 30 Aug 2010 14:44:34 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7UEiYeN087078 for cvs-src-old@freebsd.org; Mon, 30 Aug 2010 14:44:34 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201008301444.o7UEiYeN087078@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Mon, 30 Aug 2010 14:44:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/bsdlabel bsdlabel.c 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: Mon, 30 Aug 2010 14:44:34 -0000 jh 2010-08-30 14:44:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/bsdlabel bsdlabel.c Log: SVN rev 212000 on 2010-08-30 14:44:22Z by jh MFC r211342: - Check that strtoul(3) succeeds to convert the entire string in a few places. - In getasciilabel(), set the disk type only when a valid type is given. PR: bin/86765 Revision Changes Path 1.117.2.4 +14 -7 src/sbin/bsdlabel/bsdlabel.c