From: Peter P. <no...@gi...> - 2023-06-01 21:07:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 1c3b695be9073a5567ca0e258d3832864a9a9502 https://github.com/OpenSC/libp11/commit/1c3b695be9073a5567ca0e258d3832864a9a9502 Author: Peter Popovec <pop...@gm...> Date: 2023-06-01 (Thu, 01 Jun 2023) Changed paths: M src/p11_key.c Log Message: ----------- Avoid dereferencing a NULL pointer (in pkcs11_object_free() function). This condition occurs when pkcs11_get_key() calls pkcs11_object_free(key) with key = NULL (if pkcs11_object_from_object() cannot find an object). modified: src/p11_key.c |