diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 20:56:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 20:56:12 +0000 |
commit | 5e65a53d5474bc0baf0ea6d90548e22b3ee7b501 (patch) | |
tree | dccb6967cfb92e31c17117ebe0e45b05d77a4282 /ChangeLog | |
parent | 48be31142a07498609795d7c172a923919e4a477 (diff) | |
download | glibc-5e65a53d5474bc0baf0ea6d90548e22b3ee7b501.tar.gz |
* sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-05-04 Ulrich Drepper <drepper@redhat.com> + * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero. + * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free client->cl_auth. |