From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/159 Path: news.gmane.org!not-for-mail From: Solar Designer Newsgroups: gmane.linux.lib.musl.general Subject: Re: integer parser fixed/replaced thanks to cluts Date: Thu, 14 Jul 2011 13:18:59 +0400 Message-ID: <20110714091859.GA27991@openwall.com> References: <20110714052405.GJ16618@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310635152 26984 80.91.229.12 (14 Jul 2011 09:19:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2011 09:19:12 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-243-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 14 11:19:06 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QhI4Y-0008TH-9V for gllmg-musl@lo.gmane.org; Thu, 14 Jul 2011 11:19:06 +0200 Original-Received: (qmail 19546 invoked by uid 550); 14 Jul 2011 09:19:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19537 invoked from network); 14 Jul 2011 09:19:05 -0000 Content-Disposition: inline In-Reply-To: <20110714052405.GJ16618@brightrain.aerifal.cx> User-Agent: Mutt/1.4.2.3i Xref: news.gmane.org gmane.linux.lib.musl.general:159 Archived-At: Rich, Luka - On Thu, Jul 14, 2011 at 01:24:05AM -0400, Rich Felker wrote: > Thanks to cluts' numeric tests, I've tracked down the errors in musl's > integer parsing routines and rewritten them as wrappers around a > unified core parser that can handle char-by-char or whole-string input > (or any mix). Eventually scanf will also use the new parser, reducing > code size and most likely improving correctness. Sounds great. It is encouraging that cluts is already helping musl development. Thanks, Luka! Alexander