diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-07 23:08:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-07 23:08:10 +0000 |
commit | 53552dd8def7ffefd6fbdb2fcfe57314b6d28508 (patch) | |
tree | fdbbb6ebe504aa1a7c5864bf70cb636c8790c374 | |
parent | a2e62fb1bd2a785ec3b4233fde786e2ebd1f42db (diff) | |
download | glibc-53552dd8def7ffefd6fbdb2fcfe57314b6d28508.tar glibc-53552dd8def7ffefd6fbdb2fcfe57314b6d28508.tar.gz glibc-53552dd8def7ffefd6fbdb2fcfe57314b6d28508.tar.bz2 glibc-53552dd8def7ffefd6fbdb2fcfe57314b6d28508.zip |
Update.
2002-08-07 Ulrich Drepper <drepper@redhat.com>
* malloc/tst-calloc.c: Add tests for one or both parameters being
zero.
* malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-08-07 Ulrich Drepper <drepper@redhat.com> + + * malloc/tst-calloc.c: Add tests for one or both parameters being + zero. + 2002-08-07 Roland McGrath <roland@redhat.com> * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber, @@ -6,7 +11,7 @@ 2002-08-07 Jakub Jelinek <jakub@redhat.com> - * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before + * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before division. 2002-08-06 Roland McGrath <roland@redhat.com> |