aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-12 21:10:45 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-12 21:10:45 +0000
commit3ea1b82e6bb75e69f05c3e4c90e21210598b0174 (patch)
treea249cca597ce991f88c7322be2dd300ead12a20e /ChangeLog
parentaee4670499f3141b2ea68c62b3a08980b154a568 (diff)
downloadglibc-3ea1b82e6bb75e69f05c3e4c90e21210598b0174.zip
glibc-3ea1b82e6bb75e69f05c3e4c90e21210598b0174.tar.gz
glibc-3ea1b82e6bb75e69f05c3e4c90e21210598b0174.tar.bz2
Update.
* malloc/malloc.c (cALLOc): Clear only what the user asked for and avoid writing over boundary. Patch by Greg McGary <gkm@eng.ascend.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b69ec5f..8c84f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-04-12 Ulrich Drepper <drepper@redhat.com>
+ * malloc/malloc.c (cALLOc): Clear only what the user asked for and
+ avoid writing over boundary.
+ Patch by Greg McGary <gkm@eng.ascend.com>.
+
* sysdeps/arm/memprof.h: New file.
2000-04-12 Andreas Jaeger <aj@suse.de>