]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use k5calloc instead of k5alloc where appropriate
authorGreg Hudson <ghudson@mit.edu>
Fri, 12 Jul 2013 00:39:51 +0000 (20:39 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 12 Jul 2013 00:39:51 +0000 (20:39 -0400)
commit443ce5fef316e3dc324fe84557a06b069dbe33f9
tree1aa5e33e71690fdbd4d3f7dc36ea3de8b82869df
parent90f9f6f6708baff4de2162c5eb754bb4bc557845
Use k5calloc instead of k5alloc where appropriate

Wherever we use k5alloc with a multiplication in the size parameter,,
use the new k5calloc helper function instead.
19 files changed:
src/kdc/kdc_authdata.c
src/kdc/kdc_preauth.c
src/lib/crypto/builtin/hmac.c
src/lib/crypto/krb/cf2.c
src/lib/crypto/krb/checksum_confounder.c
src/lib/crypto/krb/checksum_hmac_md5.c
src/lib/crypto/krb/combine_keys.c
src/lib/kadm5/srv/kadm5_hook.c
src/lib/kadm5/srv/pwqual.c
src/lib/kadm5/srv/server_kdb.c
src/lib/krb5/ccache/ccselect.c
src/lib/krb5/krb/preauth_encts.c
src/lib/krb5/krb/s4u_authdata.c
src/lib/krb5/krb/send_tgs.c
src/lib/krb5/os/expand_path.c
src/lib/krb5/os/localauth.c
src/plugins/kdb/hdb/kdb_marshal.c
src/plugins/kdb/hdb/kdb_windc.c
src/plugins/preauth/otp/otp_state.c