This is the mail archive of the libc-alpha@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]

Re: [PATCH] Fix handling of collating elements in fnmatch (bug 17396, bug 16976)


* Andreas Schwab:

> On Jan 07 2019, Florian Weimer <fweimer@redhat.com> wrote:
>
>>> +				      /* Compare the wide char sequence.  */
>>> +				      && memcmp (startp + 1, &wextra[1],
>>> +						 c1 * sizeof (UCHAR)) == 0)
>>
>> Could this use wmemcmp?
>
> That required adding an internal alias.

Oh, sorry, I didn't realize we were missing that.

I believe that due to the freeze, we should go with the original patch
then.

Thanks,
Florian


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