From 0c22636815a3759feea33402a70c996c57fcd209 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 2 Jun 1994 16:41:12 +0000 Subject: [PATCH] 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 --- src/lib/krb5/krb/mk_req_ext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2