[krbdev.mit.edu #8768] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Fix double-close in ksu get_authorized_princ_names If list_union() fails due to an allocation failure, then close_time() will attempt to fclose users_fp and login_fp a second time. This bug was originally introduced in commit be95b52c2d0c21b1fe92f9f90166fc2fa8eecc95, and has been present in every krb5 release since 1.1. (cherry picked from commit 0b8c6f3e1e8e561aa56a7d4e2171320119991dae) https://github.com/krb5/krb5/commit/57378fb169444ee224ebc1b5d406f1b9ce562b11 Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 57378fb169444ee224ebc1b5d406f1b9ce562b11 Branch: krb5-1.16 src/clients/ksu/heuristic.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)