aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-fnmatch5.c
AgeCommit message (Collapse)Author
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
This fixes the same bug in fnmatch that was fixed by commit 7e2f0d2d77 for regexp matching. As a side effect it also removes the use of an unbound VLA.