Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Apr 2000 23:17:05 +0000 (23:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Apr 2000 23:17:05 +0000 (23:17 +0000)
* malloc/malloc.c: Undo all of today's changes.

ChangeLog
malloc/malloc.c

index 8f95162..cc41eec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
 
+       * malloc/malloc.c: Undo all of today's changes.
+
        * locale/programs/locale.c (show_info): Don't try to look into
        data for LC_ALL (there is none).
 
index 93feb07..f674f4e 100644 (file)
@@ -3738,7 +3738,7 @@ Void_t* cALLOc(n, elem_size) size_t n; size_t elem_size;
   }
 #endif
 
-  MALLOC_ZERO(mem, sz);
+  MALLOC_ZERO(mem, csz - SIZE_SZ);
   return mem;
 }