svn rev #22375: branches/krb5-1-7/src/kdc/

tlyu@MIT.EDU tlyu at MIT.EDU
Sun May 24 18:51:08 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22375
Commit By: tlyu
Log Message:
ticket: 6492
version_fixed: 1.7

pull up r22360 from trunk
 ------------------------------------------------------------------------
 r22360 | ghudson | 2009-05-22 16:08:25 +0200 (Fri, 22 May 2009) | 10 lines

 ticket: 6492
 subject: Remove spurious assertion in handle_authdata
 tags: pullup
 target_version: 1.7

 In handle_authdata in the KDC, remove a spurious assertion (added in
 r21566 on the mskrb-integ branch) that authdata starts out empty.
 authdata can be legitimately added by check_padata, which precedes
 handle_authdata, and this happens with pkinit.


Changed Files:
U   branches/krb5-1-7/src/kdc/kdc_authdata.c
Modified: branches/krb5-1-7/src/kdc/kdc_authdata.c
===================================================================
--- branches/krb5-1-7/src/kdc/kdc_authdata.c	2009-05-24 22:50:58 UTC (rev 22374)
+++ branches/krb5-1-7/src/kdc/kdc_authdata.c	2009-05-24 22:51:08 UTC (rev 22375)
@@ -574,7 +574,6 @@
     krb5_error_code code = 0;
     int i;
 
-    assert(enc_tkt_reply->authorization_data == NULL);
     for (i = 0; i < n_authdata_systems; i++) {
 	const krb5_authdata_systems *asys = &authdata_systems[i];
 




More information about the cvs-krb5 mailing list