diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 20:51:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 20:51:49 +0000 |
commit | bc3a45cef800af2281deb54e5be0278a2f153efc (patch) | |
tree | a00032dc50843eb07682d19157943ee49cd5daba /ChangeLog | |
parent | b7cd53255606e8cd0030319df6b366afd86979bd (diff) | |
download | glibc-bc3a45cef800af2281deb54e5be0278a2f153efc.tar.gz glibc-bc3a45cef800af2281deb54e5be0278a2f153efc.tar.xz glibc-bc3a45cef800af2281deb54e5be0278a2f153efc.zip |
[BZ #968]
* string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ee604fb666..8a722f3b3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-15 Ulrich Drepper <drepper@redhat.com> + [BZ #968] + * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops. + * sysdeps/unix/fdopendir.c (fdopendir): Make sure descriptor allows reading. |