From: | ghudson@mit.edu |
Subject: | git commit |
Fix krb5_get_init_creds_password() pwchange leak
When krb5_get_init_creds_password() attempts to change the password,
make sure to free code_string along all exit paths.
https://github.com/krb5/krb5/commit/3e5f7709e1928f1e814c427f2811d9204a167439
Author: Greg Hudson <ghudson@mit.edu>
Commit: 3e5f7709e1928f1e814c427f2811d9204a167439
Branch: master
src/lib/krb5/krb/gic_pwd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)