]> sourceware.org Git - glibc.git/commit
Fix handling of collating symbols in fnmatch (bug 26620)
authorAndreas Schwab <schwab@suse.de>
Wed, 16 Sep 2020 10:41:14 +0000 (12:41 +0200)
committerAndreas Schwab <schwab@suse.de>
Wed, 16 Sep 2020 12:45:10 +0000 (14:45 +0200)
commita140ff9162f353e804d6a8c83c8f3c18511850dd
treea2e8b02861633aa706fc07588926b75f9835dcd2
parent4b564f347fdcd021dbb6c1ada98a18249d9e888a
Fix handling of collating symbols in fnmatch (bug 26620)

The variable idx contains the index into the extra array, whereas wextra
points into the extra array at this index, containing the length of the
following collating sequence in the wide character representation.
posix/Makefile
posix/fnmatch_loop.c
posix/tst-fnmatch6.c [new file with mode: 0644]
This page took 0.042096 seconds and 5 git commands to generate.