Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 587 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 Committer: Tom Yu Commit: 75bf5fce3bc38c7e397fec804a91461502bff7c4 Branch: krb5-1.12 src/lib/krb5/krb/get_in_tkt.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)