From: Iceman Date: Fri, 10 Nov 2017 22:45:45 +0000 (+0100) Subject: Merge pull request #472 from merlokk/master X-Git-Tag: v3.1.0~129 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c425cc7efcac49d04037ba22d33f91d97691250e?hp=d940ebfbadb6602c66f8783b1051fc247ff4f3cf Merge pull request #472 from merlokk/master fix #468 --- diff --git a/client/emv/apduinfo.c b/client/emv/apduinfo.c index fbdd714a..d1491cc3 100644 --- a/client/emv/apduinfo.c +++ b/client/emv/apduinfo.c @@ -278,7 +278,7 @@ int CodeCmp(const char *code1, const char *code2) { } const APDUCode* const GetAPDUCode(uint8_t sw1, uint8_t sw2) { - char buf[4] = {0}; + char buf[5] = {0}; int res; int mineq = 100; int mineqindx = 0;