[krbdev.mit.edu #9082] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Jan 4 14:07:12 EST 2023


Wed Jan 04 14:07:12 2023: Request 9082 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  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 <ghudson at mit.edu>
Commit: 650fe8423a47c52b4b347b47cb41259e04e90092
Branch: master
 src/plugins/kdb/db2/adb_openclose.c | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)



More information about the krb5-bugs mailing list