Merge pull request #3374 from horrordash/master

fix incorrect reading of MF Classic 4K
This commit is contained in:
Iceman
2026-06-11 23:28:13 +02:00
committed by GitHub
+1 -1
View File
@@ -2854,7 +2854,7 @@ int MifareECardLoad(uint8_t sectorcnt, uint8_t keytype, uint8_t *key) {
break;
}
if (IsSectorTrailer(b)) {
if (IsSectorTrailer(tb)) {
// sector trailer, keep the keys, set only the AC
uint8_t st[MIFARE_BLOCK_SIZE] = {0x00};
emlGetMem_xt(st, tb, 1, MIFARE_BLOCK_SIZE);