Also clear out the authorization data to avoid data aliasing problems
authorTheodore Tso <tytso@mit.edu>
Thu, 2 Jun 1994 16:41:12 +0000 (16:41 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 2 Jun 1994 16:41:12 +0000 (16:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3671 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/mk_req_ext.c

index ee09be7675a73a4b2c65a1e5ced251b9785804a6..2d3da096a12a01057b6fc4670becd36e5556c942 100644 (file)
@@ -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