From owner-cvs-all@FreeBSD.ORG Fri Dec 7 05:13:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBF1716A41A; Fri, 7 Dec 2007 05:13:20 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A543213C455; Fri, 7 Dec 2007 05:13:20 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB75DKrw068463; Fri, 7 Dec 2007 05:13:20 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB75DK2w068462; Fri, 7 Dec 2007 05:13:20 GMT (envelope-from kevlo) Message-Id: <200712070513.lB75DK2w068462@repoman.freebsd.org> From: Kevin Lo Date: Fri, 7 Dec 2007 05:13:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/zic zic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Dec 2007 05:13:20 -0000 kevlo 2007-12-07 05:13:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/zic zic.c Log: MFC r1.18: zic(8) should exit the loop when the end of the string is reached due to the call to error(). The problem found by doing fuzz testing. Approved by: re (kensmith) Revision Changes Path 1.17.10.1 +4 -1 src/usr.sbin/zic/zic.c