[772] in Kerberos-V5-bugs
Re: mit-kerberos5/2344: krb5_cc_destroy memory leaks
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Sep 22 21:43:34 1994
Date: Thu, 22 Sep 1994 21:43:25 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Jonathan I. Kamens" <jik@cam.ov.com>
Cc: krb5-bugs@MIT.EDU, bugs@cam.ov.com
In-Reply-To: [675]
Date: Tue, 23 Aug 1994 17:19:01 -0400
From: "Jonathan I. Kamens" <jik@cam.ov.com>
The ccache destroy handlers for the FILE and STDIO ccache types don't
free memory properly. At least, they didn't in beta 2, and I think
they still don't in beta 4.
Nope, they didn't, and I've applied your patch to fix this problem.
Part of the problem here is that the API spec is worded somewhat
ambiguously. I'll tighten the wording up as well.
- Ted