|
From: Shawn C <no...@gi...> - 2026-04-23 07:59:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a060894610945a4c297b04122b94c51fb224bcc3 https://github.com/OpenSC/OpenSC/commit/a060894610945a4c297b04122b94c51fb224bcc3 Author: Shawn C <ci...@ha...> Date: 2026-04-23 (Thu, 23 Apr 2026) Changed paths: M src/pkcs11/mechanism.c Log Message: ----------- Add a NULL check at the entry of `sc_pkcs11_find_mechanism`. This ensures that callers who pass `slot->p11card` (which may be NULL if no card is present in the slot) do not trigger a crash. Signed-off-by: Shawn C <ci...@ha...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |