From owner-cvs-src@FreeBSD.ORG Fri Dec 7 05:17:35 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02F8916A417; Fri, 7 Dec 2007 05:17:35 +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 D103213C4DB; Fri, 7 Dec 2007 05:17:34 +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 lB75HYtN068773; Fri, 7 Dec 2007 05:17:34 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB75HYRA068772; Fri, 7 Dec 2007 05:17:34 GMT (envelope-from kevlo) Message-Id: <200712070517.lB75HYRA068772@repoman.freebsd.org> From: Kevin Lo Date: Fri, 7 Dec 2007 05:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/usr.sbin/zic zic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 05:17:35 -0000 kevlo 2007-12-07 05:17:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) 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.12.1 +4 -1 src/usr.sbin/zic/zic.c