|
From: Michał T. <no...@gi...> - 2021-03-20 18:59:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 61589573da39972c56189bb110c2c6f86c02313f https://github.com/OpenSC/libp11/commit/61589573da39972c56189bb110c2c6f86c02313f Author: Callum McLoughlin <cal...@al...> Date: 2021-03-20 (Sat, 20 Mar 2021) Changed paths: M src/p11_attr.c Log Message: ----------- Fix issue with endianness when using addattr_bool This patch fixes an issue where adding a boolean attribute truncates the value and depending on the endianness of the system, results in the wrong value being added. |