From: GitHub <no...@gi...> - 2015-04-05 11:27:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8ea328ff7fb311e582f312fe4f145c1af0d52390 https://github.com/OpenSC/OpenSC/commit/8ea328ff7fb311e582f312fe4f145c1af0d52390 Author: vletoux <vin...@gm...> Date: 2015-04-05 (Sun, 05 Apr 2015) Changed paths: M src/libopensc/card-openpgp.c M src/libopensc/ctbcs.c M src/libopensc/muscle-filesystem.c M src/libopensc/pkcs15-gemsafeV1.c M src/libopensc/pkcs15-pubkey.c M src/pkcs11/mechanism.c Log Message: ----------- Minor code quality improvements. Basically checks that the memory allocation succeed. The ctbcs.c change improve the readability because count = 0 and len > 254 does not add any value. VTA: added few coding style changes |