is only the size of the pointer - not the structure size!
auth_con_init: Zero the entire auth_context... With the change in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6041
dc483132-0cff-0310-8789-
dd5450dbe970
+Sun Jun 11 12:31:39 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
+
+ * auth_con.c (krb5_auth_con_init): Zero newly allocated
+ krb5_auth_context. (Fixed error in redefinitions).
+
Sat Jun 10 23:05:51 1995 Tom Yu (tlyu@dragons-lair)
* auth_con.c, compat_recv.c, mk_cred.c, mk_priv.c, mk_rep.c,
if (!*auth_context)
return ENOMEM;
- memset(*auth_context, 0, sizeof(krb5_auth_context));
+ memset(*auth_context, 0, sizeof(struct _krb5_auth_context));
/* Default flags, do time not seq */
(*auth_context)->auth_context_flags =