* sunrpc/svcauth_des.c (cache_init): Use calloc instead of
commitcdb9c32138fe80cc4767b5c597713cf773e12f0e
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 May 2006 16:18:45 +0000 (5 16:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 May 2006 16:18:45 +0000 (5 16:18 +0000)
treee57fee5bcb50042464adb7d4331e46359d04e96f
parentfff04b32afcf55edd678f7635a70f8918c4a0bd9
* sunrpc/svcauth_des.c (cache_init): Use calloc instead of

malloc&bzero.

* sunrpc/svc_udp.c (BZERO): Remove definition.
(CALLOC): Define.
(svc_enablecache): Use CALLOC instead of ALLOC&BZERO.

* sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
(des_SPtrans): Use uint32_t type.
(des_skb): Likewise.

* sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.

place where the iso639 array might be accessed beyond the limits.
ChangeLog
sunrpc/des_impl.c
sunrpc/svc_udp.c
sunrpc/svcauth_des.c
sunrpc/xdr_ref.c