From: Ludovic R. <no...@gi...> - 2019-05-17 14:23:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 70f9043a07d1d08ed93c19ea6e2da95073218d8a https://github.com/OpenSC/pam_pkcs11/commit/70f9043a07d1d08ed93c19ea6e2da95073218d8a Author: Ludovic Rousseau <lud...@fr...> Date: 2019-05-17 (Fri, 17 May 2019) Changed paths: M src/common/cert_info.c Log Message: ----------- Fix 64-bit pkcs11_inspect(1) fails on SPARC with a SIBGUS due to misaligned access A cast has been added in fa5b394b0523fd9254ddc2a8dea7a984699bceac (in 2005) and the problem was hidden. It was the wrong solution to fix a compiler warning. Fixes https://github.com/OpenSC/pam_pkcs11/issues/28 |