From: Theodore Tso Date: Thu, 2 Jun 1994 16:41:12 +0000 (+0000) Subject: Also clear out the authorization data to avoid data aliasing problems X-Git-Tag: krb5-1.0-beta4~180 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c22636815a3759feea33402a70c996c57fcd209;p=krb5.git Also clear out the authorization data to avoid data aliasing problems git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3671 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/mk_req_ext.c b/src/lib/krb5/krb/mk_req_ext.c index ee09be767..2d3da096a 100644 --- a/src/lib/krb5/krb/mk_req_ext.c +++ b/src/lib/krb5/krb/mk_req_ext.c @@ -150,7 +150,8 @@ krb5_data *outbuf; * they were supplied by the caller */ authent.client = NULL; - authent.checksum = NULL; + authent.checksum = NULL; + authent.authorization_data = NULL; if (authentp) *authentp = authent; else