Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 16:40:01 GMT
From:      Daniel Shahaf <danielsh@elego.de>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/174521: printf(1) doesn&#39;t treat extra conversion specifiers as zero (posix)
Message-ID:  <201212181640.qBIGe12b022336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/174521; it has been noted by GNATS.

From: Daniel Shahaf <danielsh@elego.de>
To: Mark Johnston <markjdb@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/174521: printf(1) doesn&#39;t treat extra conversion
	specifiers as zero (posix)
Date: Tue, 18 Dec 2012 18:27:49 +0200

 Mark Johnston wrote on Mon, Dec 17, 2012 at 23:12:50 -0500:
 > The fix for this is pretty easy - a patch is attached.
 
 Confirmed (against an old 9.0 tree -- that's what I had handy).
 
 FWIW, FreeBSD 8.2 is not affected:
 
 % printf %u%u 15; echo 
 150
 % uname -r
 8.2-RELEASE
 
 Thanks,
 
 Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181640.qBIGe12b022336>