RT RT/krbdev.mit.edu: Ticket #5763 NIM: BUG: khm_krb5_initialize() failed to return error code Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
5763
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • windows
Version_reported
Version_Fixed
  • 1.6.3
Target_Version
  • 1.6.3
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
  • 5691: (jaltman) Post KFW 3.2.1 Tracking Ticket [resolved]
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Mon Sep 24 08:30:10 2007
Starts: Not set
Started: Mon Sep 24 08:30:14 2007
Last Contact: Mon Oct 1 18:23:50 2007
Due: Not set
Updated: Mon Oct 1 18:23:50 2007 by tlyu
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Mon Sep 24 08:30:11 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

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.


Commit By: jaltman



Revision: 19967
Changed Files:
U   trunk/src/windows/identity/plugins/common/krb5common.c


Download (untitled) 580b
      Mon Sep 24 08:30:13 2007  jaltman - Requestor jaltman@mit.edu added    
      Mon Sep 24 08:30:14 2007  jaltman - Status changed from new to resolved    
      Mon Sep 24 08:30:14 2007  jaltman - Component windows added    
      Fri Sep 28 17:38:54 2007  jaltman - Target_Version 1.6.4 added    
      Fri Sep 28 17:38:54 2007  jaltman - Tags pullup added    
      Fri Sep 28 18:20:02 2007  tlyu - Target_Version 1.6.4 changed to 1.6.3    
      Mon Oct  1 18:23:47 2007  tlyu - Version_Fixed 1.6.3 added    
      Mon Oct  1 18:23:47 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r19967 from trunk

 r19967@cathode-dark-space:  jaltman | 2007-09-24 08:30:03 -0400
 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.




Commit By: tlyu



Revision: 20044
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/plugins/common/krb5common.c


Download (untitled) 821b