Skip Menu |
 

Subject: Possible memory leak in krb5_mcc_resolve
In krb5_mcc_resolve, if k5_mutex_lock() fails, lid is leaked. Admittedly an unlikely case, but
should be fixed.
From: jander@mit.edu
Subject: SVN Commit

Fix memory leak by delaying instantiation of lid until it's needed.
Commit By: jander



Revision: 20254
Changed Files:
U trunk/src/lib/krb5/ccache/cc_memory.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r20254 from trunk

r20254@cathode-dark-space: jander | 2008-03-04 15:27:19 -0500
ticket: 5897
tags: pullup

Fix memory leak by delaying instantiation of lid until it's needed.


Commit By: tlyu



Revision: 20258
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/ccache/cc_memory.c