]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 7 Aug 2002 23:08:10 +0000 (23:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 7 Aug 2002 23:08:10 +0000 (23:08 +0000)
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

ChangeLog

index 33423416e4b0d4973991e3e0a0d51d3b21364b6a..72c873a6233e60fedc17a0199919e57cc5a3f4ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>