about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-29 14:19:33 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 14:19:33 -0700
commit67854c131c2ba8c013debf466b20cb13fffa120b (patch)
treec551631b7450281abc7dce798582de392451aa2e /ChangeLog
parente0f471a1187cdfcb029c80819da52b4c12e352f5 (diff)
downloadglibc-67854c131c2ba8c013debf466b20cb13fffa120b.tar.gz
glibc-67854c131c2ba8c013debf466b20cb13fffa120b.tar.xz
glibc-67854c131c2ba8c013debf466b20cb13fffa120b.zip
Fix repairing of memusage trace files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b673fd9580..48dfde724d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.