diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-19 22:34:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-19 22:34:27 +0000 |
commit | 72320021f73568672d27ac090b1c0594c6fa0296 (patch) | |
tree | 056420f4e791f2946ea84b2efaf8f6ada7abe97c /ChangeLog | |
parent | ed3691bab2a633991d2b30f4367221a9d804fedc (diff) | |
download | glibc-72320021f73568672d27ac090b1c0594c6fa0296.tar.gz glibc-72320021f73568672d27ac090b1c0594c6fa0296.tar.xz glibc-72320021f73568672d27ac090b1c0594c6fa0296.zip |
* malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
to sort in each call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9dd545dc7e..4647b9e483 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-19 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks + to sort in each call. + * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map is empty simply return and use next service. * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise. |