about summary refs log tree commit diff
path: root/posix/tst-fnmatch5.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-0/+46
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.