[krbdev.mit.edu #6514] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Mon Sep 28 16:58:55 EDT 2009


pull up r22417 from trunk

 ------------------------------------------------------------------------
 r22417 | raeburn | 2009-06-18 17:56:48 -0400 (Thu, 18 Jun 2009) | 13 lines

 ticket: 6514
 subject: minor memory leak in 'none' replay cache type
 tags: pullup
 target_version: 1.7.1
 version_reported: 1.7

 The replay cache type implementations are responsible for freeing the
 main rcache structure when the cache handle is closed.  The 'none'
 rcache type wasn't doing this, resulting in a small memory leak each
 time such a cache was opened and closed.  Not a big deal for a server
 process servicing a single client, but it could accumulate (very very
 slowly) for a long-running server.

http://src.mit.edu/fisheye/changelog/krb5/?cs=22800
Commit By: tlyu
Revision: 22800
Changed Files:
U   branches/krb5-1-7/src/lib/krb5/rcache/rc_none.c




More information about the krb5-bugs mailing list