diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 14:19:33 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 14:19:33 -0700 |
commit | 67854c131c2ba8c013debf466b20cb13fffa120b (patch) | |
tree | c551631b7450281abc7dce798582de392451aa2e /ChangeLog | |
parent | e0f471a1187cdfcb029c80819da52b4c12e352f5 (diff) | |
download | glibc-67854c131c2ba8c013debf466b20cb13fffa120b.tar glibc-67854c131c2ba8c013debf466b20cb13fffa120b.tar.gz glibc-67854c131c2ba8c013debf466b20cb13fffa120b.tar.bz2 glibc-67854c131c2ba8c013debf466b20cb13fffa120b.zip |
Fix repairing of memusage trace files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-10-29 Ulrich Drepper <drepper@redhat.com> + [BZ #10717] + * malloc/memusagestat.c (main): Fix repairing of trace files. We also + have to compute maxsize_total, we have to update the variables, and + the also_total handling must happen after the repair. + [BZ #10742] * nscd/dbg_log.c (dbg_log): Print timestamp before the message text. Based on patch by Jeffrey Bastian <jbastian@redhat.com>. |