From: Frank M. <no...@gi...> - 2020-02-27 21:53:42
|
Branch: refs/heads/coverity Home: https://github.com/OpenSC/OpenSC Commit: a6ef831b98cdc639a0daa14b14b8500c36c026d1 https://github.com/OpenSC/OpenSC/commit/a6ef831b98cdc639a0daa14b14b8500c36c026d1 Author: Frank Morgner <fra...@gm...> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M src/libopensc/card-coolkey.c M src/libopensc/sc.c Log Message: ----------- fixed 323588 Uninitialized scalar variable accessing uninitialized data with mlock is undefined behavior Commit: d6abaf6d2c007631ceeb8e64c03c222d1badba9f https://github.com/OpenSC/OpenSC/commit/d6abaf6d2c007631ceeb8e64c03c222d1badba9f Author: Frank Morgner <fra...@gm...> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M doc/tools/pkcs15-init.1.xml M src/tools/pkcs15-init.c Log Message: ----------- pkcs15-init: removed --options-file use an environment variable to pass a hidden PIN code instead of the options file fixes 13814 Resource leak as reported by Coverity Scan Commit: 2c37e21c07b55ed1ffb1aeaece4fc6bbc5188d96 https://github.com/OpenSC/OpenSC/commit/2c37e21c07b55ed1ffb1aeaece4fc6bbc5188d96 Author: Frank Morgner <fra...@gm...> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M doc/tools/dnie-tool.1.xml M doc/tools/gids-tool.1.xml M doc/tools/openpgp-tool.1.xml M doc/tools/pkcs15-init.1.xml M doc/tools/pkcs15-tool.1.xml M doc/tools/sc-hsm-tool.1.xml M doc/tools/westcos-tool.1.xml Log Message: ----------- unified documentation of handling PIN/PUK on CLI Commit: b46edadb2c80e0a5ede0edda5950e3d1719d309b https://github.com/OpenSC/OpenSC/commit/b46edadb2c80e0a5ede0edda5950e3d1719d309b Author: Frank Morgner <fra...@gm...> Date: 2020-02-20 (Thu, 20 Feb 2020) Changed paths: M src/libopensc/card-dnie.c Log Message: ----------- dnie: fixed length checking of uncompressed data fixes https://oss-fuzz.com/testcase-detail/5632848910614528 Commit: 89c73bd8cb59b9235bd462270c5fda979ff7f246 https://github.com/OpenSC/OpenSC/commit/89c73bd8cb59b9235bd462270c5fda979ff7f246 Author: Frank Morgner <fra...@gm...> Date: 2020-02-27 (Thu, 27 Feb 2020) Changed paths: M doc/tools/dnie-tool.1.xml Log Message: ----------- fixed dashes Compare: https://github.com/OpenSC/OpenSC/compare/a6ef831b98cd%5E...89c73bd8cb59 |