avoid uninit variable and unreachable code warnings
commit6850d6a65f8648c86b78c6ce0450c8a45ac09d0d
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 17 May 2011 03:45:29 +0000 (16 23:45 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 17 May 2011 16:02:16 +0000 (17 12:02 -0400)
tree17e84bfc4b6143d636e541f68b13ce9d4eae1594
parent36dcd37cc7eb6f33417ddeea900f28d13816a4dd
avoid uninit variable and unreachable code warnings

most of these warnings are not problems because of ample
use of abort() calls.  However, the large number of warnings
makes it difficult to identify real problems.  Initialize
the variables to shut up the compilers.

Change-Id: I8477c11b17c7b6a7d9074c721fdd2d7303b186a8
36 files changed:
kadmin/mod.c
kadmin/util.c
kdc/kerberos5.c
kdc/krb5tgs.c
kdc/pkinit.c
lib/asn1/gen_template.c
lib/gssapi/krb5/init_sec_context.c
lib/gssapi/spnego/accept_sec_context.c
lib/gssapi/spnego/init_sec_context.c
lib/hcrypto/dh.c
lib/hcrypto/libtommath/bn_mp_invmod.c
lib/hcrypto/libtommath/bn_mp_prime_next_prime.c
lib/hdb/common.c
lib/hdb/print.c
lib/hx509/hxtool.c
lib/krb5/addr_families.c
lib/krb5/build_auth.c
lib/krb5/changepw.c
lib/krb5/crypto-pk.c
lib/krb5/deprecated.c
lib/krb5/digest.c
lib/krb5/get_cred.c
lib/krb5/get_in_tkt.c
lib/krb5/init_creds_pw.c
lib/krb5/mk_error.c
lib/krb5/mk_priv.c
lib/krb5/mk_rep.c
lib/krb5/mk_safe.c
lib/krb5/pkinit.c
lib/krb5/plugin.c
lib/krb5/rd_cred.c
lib/krb5/rd_req.c
lib/krb5/rd_safe.c
lib/krb5/salt-arcfour.c
lib/krb5/sendauth.c
lib/krb5/ticket.c