diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-06 18:24:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-06 18:24:23 +0000 |
commit | c3ab42a82de7506c17749e78a171ce07ced95dd5 (patch) | |
tree | adaceb32018570a346c594e56d32dc2b4d1b57ae /ChangeLog | |
parent | 2191e7ffa2c7617ece91d5b9c384d0d3189411e0 (diff) | |
download | glibc-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-- | ChangeLog | 3 |
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. |