diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-14 08:06:22 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-14 08:06:22 -0500 |
commit | 794c3ad3a405697e2663b00f616e319383b9bb7d (patch) | |
tree | eabcf25257fdcc1e98cc3a9bf6a5333cba3dfb3c /ChangeLog | |
parent | 68dc949774cb651d53541df4abdc60327f7e096b (diff) | |
download | glibc-794c3ad3a405697e2663b00f616e319383b9bb7d.zip glibc-794c3ad3a405697e2663b00f616e319383b9bb7d.tar.gz glibc-794c3ad3a405697e2663b00f616e319383b9bb7d.tar.bz2 |
FIx handling of unterminated [ expression in fnmatch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-01-14 Ulrich Drepper <drepper@gmail.com> + + [BZ #12378] + * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning + and fall back to matching as normal character if the string ends before + the matching ']' is found. This is what POSIX requires. + * posix/testfnm.c: Adjust test result. + * posix/globtest.sh: Adjust test result. Add new test. + * posix/tst-fnmatch.input: Likewise. + * posix/tst-fnmatch2.c: Add new test. + 2010-12-28 Andreas Schwab <schwab@linux-m68k.org> * elf/Makefile (check-execstack): Revert last change. Depend on |