From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11907 Path: news.gmane.org!.POSTED!not-for-mail From: jacob@welshcomputing.com Newsgroups: gmane.linux.lib.musl.general Subject: musl's asctime catches Python bug Date: Mon, 4 Sep 2017 19:27:08 -0400 (EDT) Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: blaine.gmane.org 1504567654 3212 195.159.176.226 (4 Sep 2017 23:27:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 4 Sep 2017 23:27:34 +0000 (UTC) User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) To: musl@lists.openwall.com Original-X-From: musl-return-11920-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 05 01:27:20 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dp0lw-0008Rz-EF for gllmg-musl@m.gmane.org; Tue, 05 Sep 2017 01:27:16 +0200 Original-Received: (qmail 18009 invoked by uid 550); 4 Sep 2017 23:27:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 17972 invoked from network); 4 Sep 2017 23:27:20 -0000 Original-Sender: jwelsh@ny1.eemta.org In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:11907 Archived-At: > I've been working through the Python test suite (2.7.13) on musl (1.1.16). > There were a couple over-zealous tests involving errno, and locale tests that > I'd expect to fail, but one set of failures I haven't yet been able to rule > out as a musl bug. There was another bug that I didn't want to mention until Python security had a chance to respond: undefined behavior in their asctime()/ctime() wrappers for year > 9999, found by virtue of musl's use of a_crash to highlight the problem. The public discussion is at https://bugs.python.org/issue31339 if anyone's interested. Cheers, J. Welsh