Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Since r21690, gss_krb5_export_lucid_sec_context() has been passing a
union context to krb5_gss_delete_sec_context(), causing a crash as the
krb5 routine attempts to interpret a union context structure as a krb5
GSS context. Call the mechglue gss_delete_sec_context instead.


https://github.com/krb5/krb5/commit/779a79f566abdb82a989ef2dfcba43ac656c2da7
Commit By: ghudson
Revision: 24917
Changed Files:
U trunk/src/lib/gssapi/krb5/krb5_gss_glue.c
Applicable to the 1.9, 1.8, and 1.7 releases.
From: tlyu@mit.edu
Subject: SVN Commit

pull up r24917 from trunk

------------------------------------------------------------------------
r24917 | ghudson | 2011-05-09 13:28:07 -0400 (Mon, 09 May 2011) | 10 lines

ticket: 6908
subject: Delete sec context properly in gss_krb5_export_lucid_sec_context
target_version: 1.9.2
tags: pullup

Since r21690, gss_krb5_export_lucid_sec_context() has been passing a
union context to krb5_gss_delete_sec_context(), causing a crash as the
krb5 routine attempts to interpret a union context structure as a krb5
GSS context. Call the mechglue gss_delete_sec_context instead.

https://github.com/krb5/krb5/commit/54e85c5fe624da0e2323416d809d0b9c5c11171e
Commit By: tlyu
Revision: 24953
Changed Files:
U branches/krb5-1-9/src/lib/gssapi/krb5/krb5_gss_glue.c