mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
increase buffer len
This commit is contained in:
@@ -1843,7 +1843,7 @@ static int DesfireCommandEx(DesfireContext_t *dctx, uint8_t cmd, uint8_t *data,
|
||||
*resplen = 0;
|
||||
|
||||
uint8_t respcode = 0xff;
|
||||
uint8_t xresp[257] = {0};
|
||||
uint8_t xresp[2050] = {0};
|
||||
size_t xresplen = 0;
|
||||
int res = DesfireExchangeEx(false, dctx, cmd, data, datalen, &respcode, xresp, &xresplen, true, splitbysize);
|
||||
if (res != PM3_SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user