MS - Extensions kdc cores while making S4U2self request

Luke Howard lukeh at padl.com
Mon Jan 26 17:48:21 EST 2009


My bad, does this help:

Index: asn1_k_decode.c
===================================================================
--- asn1_k_decode.c	(revision 21793)
+++ asn1_k_decode.c	(working copy)
@@ -1208,6 +1208,7 @@
  {
      setup();
      { begin_structure();
+	alloc_field(val->user, krb5_principal_data);
          get_field(val->user,0,asn1_decode_principal_name);
          get_field(val->user,1,asn1_decode_realm);
          get_field(val->cksum,2,asn1_decode_checksum);


--luke


More information about the krbdev mailing list