Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 19 Apr 2012 13:00:14 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: musl 0.8.8 released; all users should upgrade or patch

Hi,
There's a nasty problem that slipped through in the new strtol family
code; numbers with leading spaces are rejected. Greatest apologies; it
happened from using an old version of my draft code when I merged
rather than the correct version with the space-skip like strtod did.
I've fixed them both now to include the space-skipping code directly
in __intscan and __floatscan instead of having the wrapper be
responsible, but the wide wrappers still need to be responsible
because they have to use iswspace rather than isspace.

For today, please just use git or manually apply the last few patches
from git to 0.8.8. I'll release 0.8.9 with this issue fixed, and any
fixes for other bugs that pop up in the meantime, tonight.

Rich


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.