diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-09 18:30:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-09 18:30:37 +0000 |
commit | 476d43d741149370cf8e4747fdf699c943cae9d8 (patch) | |
tree | 448229e3f4e7b4fdd05a663dc9d77b1047447a53 | |
parent | 1aa4fca163bb700929ec2b5f66506627d26a4921 (diff) | |
download | glibc-476d43d741149370cf8e4747fdf699c943cae9d8.tar.gz glibc-476d43d741149370cf8e4747fdf699c943cae9d8.tar.xz glibc-476d43d741149370cf8e4747fdf699c943cae9d8.zip |
Update.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 49047105d7..1df977b2d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-09 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c: Don't use MALLOC_FAILURE_ACTION introduced in + backport of last patch. + 2002-08-02 Jakub Jelinek <jakub@redhat.com> * malloc/malloc.c (cALLOc): Check for overflow on multiplication. |