[krbdev.mit.edu #9176] git commit
"Greg Hudson via RT" <[email protected]> Wed, 16 Jul 2025 14:42:40 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Jul 16 14:42:40 2025: Request 9176 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9176 > Improve password change API docs and behavior For krb5_change_password(), krb5_set_password(), and krb5_set_password_using_ccache(), document that result_code_string may be NULL and that the caller should free result_code_string and result_string with krb5_free_data_contents(). Also ensure that result_code_string and result_string are initialized along all exit paths. Reported by Joonas Tuomisto. https://github.com/krb5/krb5/commit/8dc8d1919c06cae692c6f4207183f327542ed4b2 Author: Greg Hudson <[email protected]> Commit: 8dc8d1919c06cae692c6f4207183f327542ed4b2 Branch: master src/include/krb5/krb5.hin | 19 +++++++++++++++++-- src/lib/krb5/os/changepw.c | 8 ++++++++ 2 files changed, 25 insertions(+), 2 deletions(-)