[krbdev.mit.edu #8759] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Fix leak on error in kadm5 randkey handling An attempt to change the kadmin/history key with the -keepold flag would leak the KDB entry and keysalt tuple as it returned an error. Use the cleanup handler instead of returning directly. Reported by Bean Zhang. (cherry picked from commit c4bdb3a1c890149a472ed98a94cf85316b143265) https://github.com/krb5/krb5/commit/8ce051e31b7e47fc22421576f87549c1ca318302 Author: Greg Hudson <[email protected]> Commit: 8ce051e31b7e47fc22421576f87549c1ca318302 Branch: krb5-1.15 src/lib/kadm5/srv/svr_principal.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)