From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 20:12:15 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CD337B401 for ; Sun, 20 Apr 2003 20:12:15 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F95443FDF for ; Sun, 20 Apr 2003 20:12:15 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.41.252) by smtp01.syd.iprimus.net.au (7.0.012) id 3E96D1D20017AC1C; Mon, 21 Apr 2003 13:12:13 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id 2ECE7C90D; Mon, 21 Apr 2003 13:12:01 +1000 (EST) Date: Mon, 21 Apr 2003 13:12:00 +1000 From: Tim Robbins To: David Leimbach Message-ID: <20030421131200.A35004@dilbert.robbins.dropbear.id.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from leimy2k@mac.com on Sun, Apr 20, 2003 at 08:45:31PM -0500 cc: freebsd-current@freebsd.org Subject: Re: new regression test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 03:12:16 -0000 On Sun, Apr 20, 2003 at 08:45:31PM -0500, David Leimbach wrote: > test-wcrtomb.c > Assertion failed: (wcrtomb(NULL, UCHAR_MAX + 1, NULL) == 1), function > main, file > test-wcrtomb.c, line 65. This was fixed in src/lib/libc/locale/wcrtomb.c,v 1.4, 10 days ago. Tim