From: GitHub <no...@gi...> - 2013-08-02 13:32:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 32c470469daa09a6b137dbd134940873741c590d https://github.com/OpenSC/OpenSC/commit/32c470469daa09a6b137dbd134940873741c590d Author: Frank Morgner <mo...@in...> Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- use enough memory for pin verification/modification structure Commit: a7564d6f1e74ed5e1ec653184f0ebadc3ad43a56 https://github.com/OpenSC/OpenSC/commit/a7564d6f1e74ed5e1ec653184f0ebadc3ad43a56 Author: Frank Morgner <mo...@in...> Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths: M src/libopensc/internal-winscard.h Log Message: ----------- Use C99 flexible array member The structures PIN_MODIFY_STRUCTURE and PIN_VERIFY_STRUCTURE now use a C99 flexible array member when available for abData field. uint8_t abData[]; See http://lists.alioth.debian.org/pipermail/pcsclite-cvs-commit/2013-May/006191.html Commit: f597a7e50acc183c4f4670f070117f3a1f6280ce https://github.com/OpenSC/OpenSC/commit/f597a7e50acc183c4f4670f070117f3a1f6280ce Author: Frank Morgner <mo...@in...> Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths: M configure.ac Log Message: ----------- enable compiler warnings by default Compare: https://github.com/OpenSC/OpenSC/compare/407ffa338866...f597a7e50acc |