summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-09-12 09:39:03 +0000
committerJakub Jelinek <jakub@redhat.com>2005-09-12 09:39:03 +0000
commit2b0f7faea4d49b96dbd07ff86ef9abf69ea61929 (patch)
treea37939d644b76fb707a81b0008198eccdc22c309 /ChangeLog
parent5e6e144e096c83beefb5bd50ea22da7266e72aee (diff)
* malloc.c (struct malloc_chunk): Fix comment typo.
(public_cALLOc): For mmapped chunks and perturb_byte != 0, don't clear SIZE_SZ bytes more than should be cleared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d0d99ab99..fe2a06010b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-12 Jakub Jelinek <jakub@redhat.com>
+
+ * malloc.c (struct malloc_chunk): Fix comment typo.
+ (public_cALLOc): For mmapped chunks and perturb_byte != 0,
+ don't clear SIZE_SZ bytes more than should be cleared.
+
2005-09-09 Jakub Jelinek <jakub@redhat.com>
* inet/getnetgrent_r.c: Include assert.