Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix memory leak destroying DIR ccache

Credential cache destroy methods are supposed to free the krb5_ccache
structure as well as its contents, but dcc_destroy() was not doing so.

https://github.com/krb5/krb5/commit/6f8597f85642562bf672eb9a3be542907d0555c1
Author: Greg Hudson <ghudson@mit.edu>
Commit: 6f8597f85642562bf672eb9a3be542907d0555c1
Branch: master
src/lib/krb5/ccache/cc_dir.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix memory leak destroying DIR ccache

Credential cache destroy methods are supposed to free the krb5_ccache
structure as well as its contents, but dcc_destroy() was not doing so.

(cherry picked from commit 6f8597f85642562bf672eb9a3be542907d0555c1)

https://github.com/krb5/krb5/commit/7911d13ef37175d5336f18395e709cacd941f7c9
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 7911d13ef37175d5336f18395e709cacd941f7c9
Branch: krb5-1.14
src/lib/krb5/ccache/cc_dir.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix memory leak destroying DIR ccache

Credential cache destroy methods are supposed to free the krb5_ccache
structure as well as its contents, but dcc_destroy() was not doing so.

(cherry picked from commit 6f8597f85642562bf672eb9a3be542907d0555c1)

https://github.com/krb5/krb5/commit/d6ad6847eaac9a3162e5077fdbab37434f76e7a2
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: d6ad6847eaac9a3162e5077fdbab37434f76e7a2
Branch: krb5-1.13
src/lib/krb5/ccache/cc_dir.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)