mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
overflow
This commit is contained in:
parent
da5ad8438c
commit
f760677e32
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ int CmdLFHitagSim(const char *Cmd) {
|
|||
}
|
||||
|
||||
static void printHitagConfiguration(uint8_t config) {
|
||||
char msg[80];
|
||||
char msg[90];
|
||||
memset(msg, 0, sizeof(msg));
|
||||
// encoding
|
||||
if (config & 0x1) {
|
||||
|
|
Loading…
Reference in a new issue