diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-28 18:42:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-28 18:42:24 +0000 |
commit | 4718026de2ecab773d21b25efc989e18b9c4dc99 (patch) | |
tree | f9dccc6057c4fb492ff7336b035ad302582fc162 /ChangeLog | |
parent | 912873399c3897bfc35c6770ef1a13ad6e991bf6 (diff) | |
download | glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.tar glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.tar.gz glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.tar.bz2 glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.zip |
* nis/nss_nis/nis-service.c: Avoid passing pointer to static
variable around. Reduce number of memory allocations by creating
list of memory pools.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-04-28 Ulrich Drepper <drepper@redhat.com> + * nis/nss_nis/nis-service.c: Avoid passing pointer to static + variable around. Reduce number of memory allocations by creating + list of memory pools. + * nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in string handling. Fix typo in comment. |