pull up r24917 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 9 Jun 2011 21:08:50 +0000 (21:08 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Jun 2011 21:08:50 +0000 (21:08 +0000)
commit54e85c5fe624da0e2323416d809d0b9c5c11171e
tree4a9b0274b96007c3df65aa988b977cb9d7a62ca4
parenta1d3e7b934225c69d8c1817084c477564df675ec
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.

ticket: 6908
version_fixed: 1.9.2
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24953 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/krb5_gss_glue.c