From: vesajaaskelainen <no...@gi...> - 2021-08-10 06:54:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1b344a4847980ef667dc1989fa59ee5d3125f183 https://github.com/OpenSC/OpenSC/commit/1b344a4847980ef667dc1989fa59ee5d3125f183 Author: Vesa Jääskeläinen <ves...@va...> Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Fix C_GetFunctionList() crash with NULL argument In real world ppFunctionList=NULL case is only used by PKCS#11 test suites but no need to crash them. Signed-off-by: Vesa Jääskeläinen <ves...@va...> Commit: 63a5a493a63e9c85e6eede183235ab8e11a15e79 https://github.com/OpenSC/OpenSC/commit/63a5a493a63e9c85e6eede183235ab8e11a15e79 Author: Vesa Jääskeläinen <ves...@va...> Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Match formatting for C_OpenSession() Match spacing and add [in] to argument dumps. Signed-off-by: Vesa Jääskeläinen <ves...@va...> Commit: cababca4d5e71a3729a5e1b80e41eaf0fc7bc992 https://github.com/OpenSC/OpenSC/commit/cababca4d5e71a3729a5e1b80e41eaf0fc7bc992 Author: Vesa Jääskeläinen <ves...@va...> Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Fix C_OpenSession() crash with phSession=NULL argument In real world phSession=NULL case is only used by PKCS#11 test suites but no need to crash them. Signed-off-by: Vesa Jääskeläinen <ves...@va...> Commit: e97fec4d91b1abd7bcf609070f16002ed91bce69 https://github.com/OpenSC/OpenSC/commit/e97fec4d91b1abd7bcf609070f16002ed91bce69 Author: Vesa Jääskeläinen <ves...@va...> Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M src/pkcs11/pkcs11-display.c Log Message: ----------- pkcs11-spy: Fix attribute displaying crash in case pTemplate=NULL In real world pTemplate=NULL case is only used by PKCS#11 test suites but no need to crash them. Signed-off-by: Vesa Jääskeläinen <ves...@va...> Compare: https://github.com/OpenSC/OpenSC/compare/7007eda0baa6...e97fec4d91b1 |