[krbdev.mit.edu #9067] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Wed Jun 29 12:30:12 EDT 2022
Wed Jun 29 12:30:12 2022: Request 9067 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=9067 >
Fix PKCS11 module path search
Commit c5c11839e02c7993eb78f2c94c75c10cf93f2195 switched the loading
of the PKCS#11 module from dlopen() to krb5int_open_plugin(). Because
krb5int_open_plugin() includes a stat() test, this change has the
unintended consequence of requiring the module name to be an absolute
or relative path to the library, not a filename within the dynamic
linker search path.
Within krb5int_open_plugin(), only stat() the filename on the
platforms which will use the file type.
[ghudson at mit.edu: adjusted conditionals to call stat() on Windows;
rewrote commit message]
https://github.com/krb5/krb5/commit/e134d9a6b6332bd085093e9075c949ece784fcd0
Author: sashan <anedvedicky at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: e134d9a6b6332bd085093e9075c949ece784fcd0
Branch: master
src/util/support/plugins.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
More information about the krb5-bugs
mailing list