[krbdev.mit.edu #9082] git commit
"Greg Hudson via RT" <[email protected]> Wed, 04 Jan 2023 14:07:12 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Jan 04 14:07:12 2023: Request 9082 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=9082 > Fix policy DB fallback error handling In osa_adb_open_and_lock(), if the btree dbopen() call returns EINVAL or EFTYPE and the fallback hash dbopen() call also returns an error, release the lock and return an error instead of returning success with a null database. https://github.com/krb5/krb5/commit/650fe8423a47c52b4b347b47cb41259e04e90092 Author: Greg Hudson <[email protected]> Commit: 650fe8423a47c52b4b347b47cb41259e04e90092 Branch: master src/plugins/kdb/db2/adb_openclose.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-)