projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d9ad92
)
Also clear out the authorization data to avoid data aliasing problems
author
Theodore Tso
<tytso@mit.edu>
Thu, 2 Jun 1994 16:41:12 +0000
(16:41 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/mk_req_ext.c
b/src/lib/krb5/krb/mk_req_ext.c
index ee09be7675a73a4b2c65a1e5ced251b9785804a6..2d3da096a12a01057b6fc4670becd36e5556c942 100644
(file)
--- 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