This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14888] Inconsistent (and wrong, according to POSIX) space handling in strptime


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]