From: GitHub <no...@gi...> - 2014-06-06 16:43:23
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 77d8fa390dfff48c5c502c175a0316da57a5c4bc https://github.com/OpenSC/OpenSC/commit/77d8fa390dfff48c5c502c175a0316da57a5c4bc Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M src/libopensc/base64.c Log Message: ----------- base64 decoding: Do not assume that char is signed. In the systems where char is unsigned by default the base64 decoding would crash. |