From: Hannu H. <no...@gi...> - 2019-01-30 21:02:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ec176443e2b4fa14461ab71ef7ed130a8b7e6e5a https://github.com/OpenSC/OpenSC/commit/ec176443e2b4fa14461ab71ef7ed130a8b7e6e5a Author: Hannu Honkanen <han...@av...> Date: 2019-01-30 (Wed, 30 Jan 2019) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- Fixes an issue that appeared in 6bf9685 (PR #1540). In case use_pinpad==0 && pinsize == 0, uninitialized pinbuf was passed to sc_pkcs15_verify_pin causing problems. |