diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-12 14:02:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-12 14:02:35 +0000 |
commit | 9ea9af192bf0c2991db6e74cc95d83a69b02cf08 (patch) | |
tree | 192f727cd70221e3793e57e45f5119dd4f20d801 /ChangeLog | |
parent | ff3cacc50c42290ff76922257247c95f27fa3736 (diff) | |
download | glibc-9ea9af192bf0c2991db6e74cc95d83a69b02cf08.zip glibc-9ea9af192bf0c2991db6e74cc95d83a69b02cf08.tar.gz glibc-9ea9af192bf0c2991db6e74cc95d83a69b02cf08.tar.bz2 |
* malloc/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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-09-12 Jakub Jelinek <jakub@redhat.com> + + * malloc/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. |