* sunrpc/svcauth_des.c (cache_init): Use calloc instead of
[glibc.git] / ChangeLog
blobf8d4076571142dae4be19ddb353124078fc7107b
1 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
3         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
4         malloc&bzero.
6         * sunrpc/svc_udp.c (BZERO): Remove definition.
7         (CALLOC): Define.
8         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
11         (des_SPtrans): Use uint32_t type.
12         (des_skb): Likewise.
14         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
16 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
18         [BZ #2509]
19         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
20         on 32-bit arches.
22 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
24         * locale/programs/ld-address.c (address_finish): Fix one more
25         place where the iso639 array might be accessed beyond the limits.
27 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
29         * nis/nis_table.c (nis_list): Avoid clearing res twice before
30         filling it for the first time.
32         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
33         Adjust all callers.
34         Free res object content before returning.
36         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
38         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
39         client->cl_auth.
41         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
42         cleanup for initial thread, just the free call on TVP.
44         * nscd/gai.c (__getline): Define.
47 See ChangeLog.16 for earlier changes.