diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-27 09:04:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-27 09:04:24 +0000 |
commit | 10bb450d115287e85dcd6699bd9a928c9230cbeb (patch) | |
tree | 2ed1614968899b7d2f7263330f701002ee27e21f | |
parent | c0e18e5ed018bb61dcd106bfeebf7dd923053b3f (diff) | |
download | glibc-10bb450d115287e85dcd6699bd9a928c9230cbeb.tar.gz glibc-10bb450d115287e85dcd6699bd9a928c9230cbeb.tar.xz glibc-10bb450d115287e85dcd6699bd9a928c9230cbeb.zip |
Update.
1999-04-27 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c (internal_fnmatch): Correctly reset string pointer in case of an invalid [[: expression.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4c53e85609..0141438499 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-27 Ulrich Drepper <drepper@cygnus.com> + + * posix/fnmatch.c (internal_fnmatch): Correctly reset string + pointer in case of an invalid [[: expression. + 1999-04-27 Roland McGrath <roland@baalperazim.frob.com> * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced |