mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
CHG: init the char array.
This commit is contained in:
parent
ce56e6c1c2
commit
520d06e856
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ static int CmdHelp(const char *Cmd);
|
|||
static void lookupChipID(uint32_t iChipID, uint32_t mem_used)
|
||||
{
|
||||
char asBuff[100];
|
||||
memset(asBuff, 0, sizeof(asBuff));
|
||||
uint32_t mem_avail = 0;
|
||||
|
||||
switch(iChipID)
|
||||
|
|
Loading…
Reference in a new issue