diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-08 17:14:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-08 17:14:05 +0000 |
commit | 60608028117600c2ca2c2ef8c122d56da253cc78 (patch) | |
tree | 5135d6618261b3bffa0f8339d02445f59a896ed6 /ChangeLog | |
parent | f0d5e1f67bf5d856f7dad926746ca7170560e65f (diff) | |
download | glibc-60608028117600c2ca2c2ef8c122d56da253cc78.tar glibc-60608028117600c2ca2c2ef8c122d56da253cc78.tar.gz glibc-60608028117600c2ca2c2ef8c122d56da253cc78.tar.bz2 glibc-60608028117600c2ca2c2ef8c122d56da253cc78.zip |
* malloc/memusage.c: Handle realloc with new size of zero and
non-NULL pointer correctly.
(me): Really write first record twice.
(struct entry): Make format bi-arch safe.
(dest): Write out more realloc statistics.
* malloc/memusagestat.c (struct entry): Make format bi-arch safe.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-12-08 Ulrich Drepper <drepper@redhat.com> + + * malloc/memusage.c: Handle realloc with new size of zero and + non-NULL pointer correctly. + (me): Really write first record twice. + (struct entry): Make format bi-arch safe. + (dest): Write out more realloc statistics. + * malloc/memusagestat.c (struct entry): Make format bi-arch safe. + 2006-12-05 Jakub Jelinek <jakub@redhat.com> * nis/nis_subr.c (nis_getnames): Revert last change. |