Skip Menu |
 

From: tlyu@mit.edu
Subject: git commit

Fix uncommon leak in krb5_init_creds_step()

Release any previous value of ctx->err_padata before setting it in
init_creds_step_reply(). It could have a prior value after a realm
referral or retriable error.

(cherry picked from commit 997eb174f5fd81747ad0ecb671f00c25951931b1)

https://github.com/krb5/krb5/commit/75bf5fce3bc38c7e397fec804a91461502bff7c4
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 75bf5fce3bc38c7e397fec804a91461502bff7c4
Branch: krb5-1.12
src/lib/krb5/krb/get_in_tkt.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)