Branch: refs/heads/clang-checker
Home: https://github.com/OpenSC/libp11
Commit: 909b2e5d033aa33dc1a11c3a49fdd71e81e28c8c
https://github.com/OpenSC/libp11/commit/909b2e5d033aa33dc1a11c3a49fdd71e81e28c8c
Author: Frank Morgner <fra...@gm...>
Date: 2019-02-04 (Mon, 04 Feb 2019)
Changed paths:
M examples/auth.c
M examples/decrypt.c
Log Message:
-----------
fixed warning about unused value
Commit: 751bc09c3750c04ea0c35e55c0cae0ad5f3fce40
https://github.com/OpenSC/libp11/commit/751bc09c3750c04ea0c35e55c0cae0ad5f3fce40
Author: Frank Morgner <fra...@gm...>
Date: 2019-02-04 (Mon, 04 Feb 2019)
Changed paths:
M src/p11_key.c
Log Message:
-----------
added error checking in pkcs11_find_key_from_key
fixes potential dereference of NULL pointer and access of uninitialized value
Compare: https://github.com/OpenSC/libp11/compare/d1c6556c95ad...751bc09c3750
|