svn rev #24057: branches/krb5-1-8/src/lib/gssapi/mechglue/
tlyu@MIT.EDU
tlyu at MIT.EDU
Wed May 19 14:52:32 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24057
Commit By: tlyu
Log Message:
ticket: 6696
version_fixed: 1.8.2
status: resolved
pull up r23925 from trunk
------------------------------------------------------------------------
r23925 | tlyu | 2010-04-22 16:04:01 -0400 (Thu, 22 Apr 2010) | 8 lines
ticket: 6696
target_version: 1.8.2
tags: pullup
Apply patch from Arlene Berry to cease freeing error tokens output by
accept_sec_context, allowing them to actually be sent to the
initiator.
Changed Files:
U branches/krb5-1-8/src/lib/gssapi/mechglue/g_accept_sec_context.c
Modified: branches/krb5-1-8/src/lib/gssapi/mechglue/g_accept_sec_context.c
===================================================================
--- branches/krb5-1-8/src/lib/gssapi/mechglue/g_accept_sec_context.c 2010-05-19 18:09:37 UTC (rev 24056)
+++ branches/krb5-1-8/src/lib/gssapi/mechglue/g_accept_sec_context.c 2010-05-19 18:52:32 UTC (rev 24057)
@@ -356,9 +356,6 @@
free(union_ctx_id);
}
- if (output_token->length)
- (void) gss_release_buffer(&temp_minor_status, output_token);
-
if (src_name)
*src_name = GSS_C_NO_NAME;
More information about the cvs-krb5
mailing list