[Bug libc/14888] Inconsistent (and wrong, according to POSIX) space handling in strptime
siddhesh at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Apr 23 10:02:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=14888
Siddhesh Poyarekar <siddhesh at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2013-04-23 10:02:33 UTC ---
Fixed in master.
commit ff491d14a2c7329e4b61cb9d937203d4139954f9
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date: Tue Apr 23 15:32:42 2013 +0530
Consistently use ISSPACE to check for whitespace
Resolves #14888.
This only really manifests itself when there are no spaces between
format specifiers, which is not allowed by POSIX, but is allowed by
the glibc implementation.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list