mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
improve comment
This commit is contained in:
@@ -3235,7 +3235,7 @@ int CmdHF14ANdefRead(const char *Cmd) {
|
||||
aREAD_NDEF[2] = i >> 8;
|
||||
aREAD_NDEF[3] = i & 0xFF;
|
||||
|
||||
// BUGBUG -- segment_size is stuffed into a single-byte field below?
|
||||
// Segment_size is stuffed into a single-byte field below ... so error out if overflows
|
||||
if (segment_size > 0xFFu) {
|
||||
PrintAndLogEx(ERR, "Segment size too large (0x%zx > 0xFF)", segment_size);
|
||||
DropField();
|
||||
|
||||
Reference in New Issue
Block a user