mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
fix coverity 278907, 278906
This commit is contained in:
parent
fcf7bd24a6
commit
f461a4e5fb
1 changed files with 0 additions and 1 deletions
|
@ -370,7 +370,6 @@ out:
|
||||||
static int CmdHFCryptoRFELoad(const char *Cmd) {
|
static int CmdHFCryptoRFELoad(const char *Cmd) {
|
||||||
|
|
||||||
size_t datalen = 1024;
|
size_t datalen = 1024;
|
||||||
int fileNameLen = 0;
|
|
||||||
char filename[FILE_PATH_SIZE] = {0x00};
|
char filename[FILE_PATH_SIZE] = {0x00};
|
||||||
bool errors = false, has_filename = false;
|
bool errors = false, has_filename = false;
|
||||||
uint8_t cmdp = 0;
|
uint8_t cmdp = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue