From: iceman1001 Date: Wed, 11 Jan 2017 21:00:17 +0000 (+0100) Subject: FIX: 'hf 14a reader' - when card SAK was 0x00, it calls GetHF14AMfU_Type() to try... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3b875041dc994ee4fefb788e8d1309b68baa4706?hp=3b875041dc994ee4fefb788e8d1309b68baa4706 FIX: 'hf 14a reader' - when card SAK was 0x00, it calls GetHF14AMfU_Type() to try to identify if it is a UL/NTAG etc. The bug is that it ignored the return value. when return_value == UL_ERROR, it shall not print the mfu tagtype annotation. ---faulty behavior proxmark3> hf 14a reader UID : 65 93 7f d1 ATQA : 00 04 SAK : 00 [2] Tag is not Ultralight | NTAG | MY-D [ATQA: 00 04 SAK: 00] TYPE : MIFARE Ultralight (MF0ICU1) proprietary non iso14443-4 card found, RATS not supported Answers to chinese magic backdoor commands: NO ---