From: Andreas K. <no...@gi...> - 2019-05-02 08:09:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9ca836975ae5d6dd4d3bad9582011d6b415dcfc3 https://github.com/OpenSC/OpenSC/commit/9ca836975ae5d6dd4d3bad9582011d6b415dcfc3 Author: Andreas Kemnade <an...@ke...> Date: 2019-05-02 (Thu, 02 May 2019) Changed paths: M src/libopensc/card-starcos.c Log Message: ----------- Starcos: added another ATR for 2nd gen. eGK (TK) Commit: 209be729791e6773950f628808fc07b2b8e6b1ff https://github.com/OpenSC/OpenSC/commit/209be729791e6773950f628808fc07b2b8e6b1ff Author: Andreas Kemnade <an...@ke...> Date: 2019-05-02 (Thu, 02 May 2019) Changed paths: M src/tools/egk-tool.c Log Message: ----------- eGK: fix path for vd/gvd path was wrong, the same as for pd Commit: c3a9458fa818a1bcce8618eda877937795701fb8 https://github.com/OpenSC/OpenSC/commit/c3a9458fa818a1bcce8618eda877937795701fb8 Author: Andreas Kemnade <an...@ke...> Date: 2019-05-02 (Thu, 02 May 2019) Changed paths: M src/tools/egk-tool.c Log Message: ----------- egk-tool: fix missed initialisation of card pointer If util_connect_card_ex() fails, sc_disconnect_card() will use a random pointer leading to segmentation faults. Compare: https://github.com/OpenSC/OpenSC/compare/63fd71c24588...c3a9458fa818 |