From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/647 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: scanf %x bug Date: Tue, 13 Mar 2012 17:32:37 +0100 Message-ID: <20120313163237.GE5728@port70.net> References: <20120313135118.GD5728@port70.net> <20120313162427.GT184@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1331656371 31015 80.91.229.3 (13 Mar 2012 16:32:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2012 16:32:51 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-648-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 13 17:32:51 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1S7UeX-000112-UG for gllmg-musl@plane.gmane.org; Tue, 13 Mar 2012 17:32:50 +0100 Original-Received: (qmail 11417 invoked by uid 550); 13 Mar 2012 16:32:49 -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 11409 invoked from network); 13 Mar 2012 16:32:49 -0000 Content-Disposition: inline In-Reply-To: <20120313162427.GT184@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:647 Archived-At: * Rich Felker [2012-03-13 12:24:27 -0400]: > Please tell me what you think of this patch. Note that m is the > "match" flag (m!=0 means "the sequence scanned so far is valid"). > > I wanted to just switch to the new __intparse code, but I feel like > it's appropriate to fix this bug first with a less invasive patch. > looks ok