Dear Bastian: Greg Hudson from the MIT Kerberos team believes he has
found a problem, but we still don't have a test environment. I'm
going to include the following patch in 1.7dfsg~beta2-2, and I'd
appreciate it if you could try this and get back to us--either directly from
the patch or from the upload.
I probably will not make the next dinstall run so it may be a bit
before this hits the mirrors.
diff --git a/src/lib/gssapi/krb5/lucid_context.c
b/src/lib/gssapi/krb5/lucid_context.c
index 32b0e13..ff8fe6e 100644
--- a/src/lib/gssapi/krb5/lucid_context.c
+++ b/src/lib/gssapi/krb5/lucid_context.c
@@ -107,7 +107,7 @@ gss_krb5int_export_lucid_sec_context(
goto error_out;
}
- rep.value = lctx;
+ rep.value = &lctx;
rep.length = sizeof(lctx);
retval = generic_gss_add_buffer_set_member(minor_status, &rep, data_set);
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]