svn rev #19967: trunk/src/windows/identity/plugins/common/
jaltman@MIT.EDU
jaltman at MIT.EDU
Mon Sep 24 08:30:04 EDT 2007
Commit By: jaltman
Log Message:
ticket: new
subject: NIM: BUG: khm_krb5_initialize() failed to return error code
component: windows
khm_krb5_initialize() is called in the krb5cred.dll and krb4cred.dll
credential providers in order to ensure that the caller has references
to a valid krb5_context and a valid krb5_ccache. If the krb5_cc_resolve()
call failed, the error code was not being returned to the caller.
Instead, success was returned which in turn would result in the caller
believing the NULL krb5_ccache pointer was in fact valid.
This fix resolves Microsoft's WER Event ID 432405961.
Changed Files:
U trunk/src/windows/identity/plugins/common/krb5common.c
More information about the cvs-krb5
mailing list