svn rev #19049: branches/krb5-1-5/ src/lib/rpc/

tlyu@MIT.EDU tlyu at MIT.EDU
Tue Jan 9 20:08:06 EST 2007


Commit By: tlyu
Log Message: 
ticket: new
tags: pullup
target_version: 1.5.2
version_fixed: 1.5.2
subject: fix MITKRB5-SA-2006-002 for 1.5-branch
component: krb5-libs

pull up r19042 from trunk

 r19042 at cathode-dark-space:  tlyu | 2007-01-09 14:45:10 -0500
 ticket: new
 target_version: 1.6
 tags: pullup
 subject: MITKRB5-SA-2006-002: svctcp_destroy() can call uninitialized function pointer
 component: krb5-libs
 
 Explicitly null out xprt->xp_auth when AUTH_GSSAPI is being used, so
 that svctcp_destroy() will not call through an uninitialized function
 pointer after code in svc_auth_gssapi.c has destroyed expired state
 structures.  We can't unconditionally null it because the RPCSEC_GSS
 implementation needs it to retrieve state.
 
 




Changed Files:
_U  branches/krb5-1-5/
U   branches/krb5-1-5/src/lib/rpc/svc.c



More information about the cvs-krb5 mailing list