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

Florian Weimer fweimer@redhat.com
Wed Jan 9 14:05:00 GMT 2019


* 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



More information about the Libc-alpha mailing list