mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
too small array
This commit is contained in:
parent
680121b178
commit
ec3effcb30
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int demodIOProx(bool verbose) {
|
||||||
calccrc &= 0xff;
|
calccrc &= 0xff;
|
||||||
calccrc = 0xff - calccrc;
|
calccrc = 0xff - calccrc;
|
||||||
|
|
||||||
char crc_str[36] = {0};
|
char crc_str[40] = {0};
|
||||||
|
|
||||||
if (crc == calccrc) {
|
if (crc == calccrc) {
|
||||||
snprintf(crc_str, sizeof(crc_str), "( " _GREEN_("ok") " )");
|
snprintf(crc_str, sizeof(crc_str), "( " _GREEN_("ok") " )");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue