Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 4 Sep 2017 19:27:08 -0400 (EDT)
From: jacob@...shcomputing.com
To: musl@...ts.openwall.com
Subject: musl's asctime catches Python bug

> 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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.