diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-26 20:45:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-26 20:45:18 +0000 |
commit | c51dc068d599e32f06ba83e4f55b2ae6e3529283 (patch) | |
tree | 733360585ba95f09e0d0d2c1cff1a3cb836450be /ChangeLog | |
parent | 9243173ab9dddf7dad76c702ae2e5aeca9fbc794 (diff) | |
download | glibc-c51dc068d599e32f06ba83e4f55b2ae6e3529283.tar.gz glibc-c51dc068d599e32f06ba83e4f55b2ae6e3529283.tar.xz glibc-c51dc068d599e32f06ba83e4f55b2ae6e3529283.zip |
Update.
* string/strcoll.c: Fix two memory allocation problems. * string/Makefile (tests): Add bug-strcoll1. * string/bug-strcoll1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 328e47b660..e49684bd10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-04-26 Ulrich Drepper <drepper@redhat.com> + * string/strcoll.c: Fix two memory allocation problems. + * string/Makefile (tests): Add bug-strcoll1. + * string/bug-strcoll1.c: New file. + * malloc/mcheck.c (mcheck): Call malloc once before setting the hooks to allow the internal check hooks to be set up if necessary. |