mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix cppcheck uninitvar
This commit is contained in:
parent
65ba68f0da
commit
1ce495b624
1 changed files with 1 additions and 1 deletions
|
@ -1264,7 +1264,7 @@ static void MifareFastStaticNestedImpl(uint8_t blockNo, uint8_t keyType, uint8_t
|
|||
void MifareStaticNested(uint8_t blockNo, uint8_t keyType, uint8_t targetBlockNo, uint8_t targetKeyType, uint8_t *key) {
|
||||
|
||||
int16_t isOK;
|
||||
uint32_t cuid;
|
||||
uint32_t cuid = 0;
|
||||
uint32_t nt1_1 = 0, nt2_1 = 0;
|
||||
uint32_t nt1_2 = 0, nt2_2 = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue