X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d940ebfbadb6602c66f8783b1051fc247ff4f3cf..77499f6fb24f42fdcd20e37659e80adf94641077:/client/emv/apduinfo.c 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;