mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-17 03:00:16 -04:00
too small array
This commit is contained in:
@@ -137,7 +137,7 @@ int demodIOProx(bool verbose) {
|
||||
calccrc &= 0xff;
|
||||
calccrc = 0xff - calccrc;
|
||||
|
||||
char crc_str[36] = {0};
|
||||
char crc_str[40] = {0};
|
||||
|
||||
if (crc == calccrc) {
|
||||
snprintf(crc_str, sizeof(crc_str), "( " _GREEN_("ok") " )");
|
||||
|
||||
Reference in New Issue
Block a user