mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix cov 354645
This commit is contained in:
parent
1051bd2b92
commit
716a3dad05
1 changed files with 1 additions and 2 deletions
|
@ -157,8 +157,7 @@ typedef struct aidhdr {
|
|||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
static int CLIGetUint32Hex(CLIParserContext *ctx, uint8_t paramnum, uint32_t defaultValue, uint32_t *value, bool *valuePresent, uint8_t nlen, const char *lengthErrorStr) {
|
||||
if (value != NULL)
|
||||
*value = defaultValue;
|
||||
*value = defaultValue;
|
||||
if (valuePresent != NULL)
|
||||
*valuePresent = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue