about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-06 18:24:23 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-06 18:24:23 +0000
commitc3ab42a82de7506c17749e78a171ce07ced95dd5 (patch)
treeadaceb32018570a346c594e56d32dc2b4d1b57ae /ChangeLog
parent2191e7ffa2c7617ece91d5b9c384d0d3189411e0 (diff)
downloadglibc-c3ab42a82de7506c17749e78a171ce07ced95dd5.tar.gz
glibc-c3ab42a82de7506c17749e78a171ce07ced95dd5.tar.xz
glibc-c3ab42a82de7506c17749e78a171ce07ced95dd5.zip
* malloc/memusage.c (update_data): Fix handling of wrapping back
	to the beginning of the buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66534b1121..fafcde5e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* malloc/memusage.c (update_data): Fix handling of wrapping back
+	to the beginning of the buffer.
+
 	[BZ #9823]
 	* stdio-common/psignal.c (psignal): Fix test for empty string.