From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4285 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Add support for leap seconds in zoneinfo files Date: Tue, 26 Nov 2013 20:06:40 -0500 Message-ID: <20131127010640.GF24286@brightrain.aerifal.cx> References: <5294EE35.8040603@skarnet.org> <20131126233212.GE24286@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: ger.gmane.org 1385514407 25890 80.91.229.3 (27 Nov 2013 01:06:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2013 01:06:47 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4289-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 27 02:06:53 2013 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 1VlTaf-0005pr-8y for gllmg-musl@plane.gmane.org; Wed, 27 Nov 2013 02:06:53 +0100 Original-Received: (qmail 1551 invoked by uid 550); 27 Nov 2013 01:06:52 -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 1543 invoked from network); 27 Nov 2013 01:06:52 -0000 Content-Disposition: inline In-Reply-To: <20131126233212.GE24286@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4285 Archived-At: On Tue, Nov 26, 2013 at 06:32:12PM -0500, Rich Felker wrote: > > I can also confirm that strftime() fails to null-terminate its output in some > > circumstances, most likely when the format string ends with a regular character > > instead of a conversion specifier. I'll submit a patch as soon as I have time to > > investigate more, unless you can fix it before I get to it. > > I'll look into it and see if I can fix it first. And I believe the issue has been fixed. See commit http://git.musl-libc.org/cgit/musl/commit/?id=f63b8c8c455929f0f46cc017b4c675faeef901c4 Rich