]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #472 from merlokk/master
authorIceman <iceman@iuse.se>
Fri, 10 Nov 2017 22:45:45 +0000 (23:45 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2017 22:45:45 +0000 (23:45 +0100)
fix #468

client/emv/apduinfo.c

index fbdd714a3622bf57d4fcded749d59420e611f76b..d1491cc38d2bc6d66d54fc9058fe80b572e05f0c 100644 (file)
@@ -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;
Impressum, Datenschutz