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/15973] glibc should provide strnspn() and strncspn()


https://sourceware.org/bugzilla/show_bug.cgi?id=15973

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
              Flags|                            |security-

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
The existing strspn function isn't even such a great model for an API.  In most
cases, it would be beneficial to pre-compile the pattern.  I don't think it
makes sense to add more interfaces with the same issue.

-- 
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]