Sync from Upstream

This commit is contained in:
vratiskol 2019-03-15 21:17:07 +01:00
commit 6a52b6074f
161 changed files with 2002 additions and 1463 deletions

View file

@ -2747,7 +2747,7 @@ void DetectNACKbug() {
bool received_nack;
// Mifare Classic's random generator repeats every 2^16 cycles (and so do the nonces).
uint32_t sync_cycles = PRNG_SEQUENCE_LENGTH;
int32_t sync_cycles = PRNG_SEQUENCE_LENGTH;
BigBuf_free();
BigBuf_Clear_ext(false);